Uses of Interface
adams.core.management.OptionHandlingLocaleSupporter
-
Packages that use OptionHandlingLocaleSupporter Package Description adams.data.conversion adams.data.io.input adams.data.io.output -
-
Uses of OptionHandlingLocaleSupporter in adams.data.conversion
Classes in adams.data.conversion that implement OptionHandlingLocaleSupporter Modifier and Type Class Description class
DoubleToString
Turns a Double into a String.class
LowerCase
Turns a String into a lowercase String.class
StringToDouble
Turns a String into a Double.class
UpperCase
Turns a String into an uppercase String. -
Uses of OptionHandlingLocaleSupporter in adams.data.io.input
Classes in adams.data.io.input that implement OptionHandlingLocaleSupporter Modifier and Type Class Description class
AutoWidthTabularSpreadSheetReader
Reads simple tabular text files, using column widths as defined by the header row.class
CsvSpreadSheetReader
Reads CSV files.
It is possible to force columns to be text.class
FixedTabularSpreadSheetReader
Reads simple tabular text files with fixed column widths, as used by dot matrix printers in days gone by.class
SimpleCsvSpreadSheetReader
Reads CSV files.
It is possible to force columns to be text.class
TsvSpreadSheetReader
Reads TSV (tab-separated values) files.
It is possible to force columns to be text. -
Uses of OptionHandlingLocaleSupporter in adams.data.io.output
Classes in adams.data.io.output that implement OptionHandlingLocaleSupporter Modifier and Type Class Description class
AbstractFormattedSpreadSheetWriter
Ancestor for writers that format the numbers.class
AutoWidthTabularSpreadSheetWriter
Outputs the spreadsheet in a simple tabular format with column widths to fit the content in each row.class
CsvSpreadSheetWriter
Writes CSV files.class
FixedTabularSpreadSheetWriter
Outputs the spreadsheet in a simple tabular format with fixed column width, as used by dot matrix printers in days gone by.class
TsvSpreadSheetWriter
Writes TSV (tab-separated values) files,
-