Skip navigation links
A B C D E F G H I M N P Q R S T U V W 

A

AbstractPropertyUtils - Class in uno.informatics.common
 
AbstractPropertyUtils() - Constructor for class uno.informatics.common.AbstractPropertyUtils
 
AbstractTextFileHandler - Class in uno.informatics.common.io.text
 
AbstractTextFileHandler() - Constructor for class uno.informatics.common.io.text.AbstractTextFileHandler
 
AbstractTextFileHandler(String) - Constructor for class uno.informatics.common.io.text.AbstractTextFileHandler
Constructs an initialised reader using a string reference to a text file.
AbstractTextFileHandler(Path) - Constructor for class uno.informatics.common.io.text.AbstractTextFileHandler
Constructs an initialised reader using a file.
addSheet(String) - Method in class uno.informatics.common.io.ExcelFilePropertiesWithSheets
 
ARRAY_LABEL_DELIMITER - Static variable in class uno.informatics.common.Constants
 

B

beginTask(String, int) - Method in class uno.informatics.common.BlankProgressMonitor
 
beginTask(String, int) - Method in class uno.informatics.common.PrintStreamProgressMonitor
 
beginTask(String, int) - Method in interface uno.informatics.common.ProgressMonitor
Notifies that the main task is beginning.
BlankProgressMonitor - Class in uno.informatics.common
 
BlankProgressMonitor() - Constructor for class uno.informatics.common.BlankProgressMonitor
 
BundleUtils - Class in uno.informatics.common
 
BundleUtils() - Constructor for class uno.informatics.common.BundleUtils
 

C

CLASSICATION_DELIMITER - Static variable in class uno.informatics.common.Constants
 
close() - Method in interface uno.informatics.common.io.Reader
Closes the data source, freeing up an resources.
close() - Method in class uno.informatics.common.io.text.TextFileRowReader
Close the reader, disposing of any internal resources
close() - Method in class uno.informatics.common.io.text.TextFileRowWriter
 
close() - Method in interface uno.informatics.common.io.Writer
Base functionality for all writers
COLLECTION_LABEL_DELIMITER - Static variable in class uno.informatics.common.Constants
 
COLUMN_HEADER_POSITION_PROPERTY - Static variable in class uno.informatics.common.io.FileProperties
 
ColumnReader - Interface in uno.informatics.common.io
Reads a data source column by column
ColumnWriter - Interface in uno.informatics.common.io
Writes to a data source column by column
COMMA - Static variable in interface uno.informatics.common.io.TextFileHandler
 
COMMA_DELIMITER - Static variable in class uno.informatics.common.Constants
 
Constants - Class in uno.informatics.common
 
Constants() - Constructor for class uno.informatics.common.Constants
 
ConversionException - Exception in uno.informatics.common
Exception thrown in the process of conversion
ConversionException(Throwable) - Constructor for exception uno.informatics.common.ConversionException
 
ConversionException(String) - Constructor for exception uno.informatics.common.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception uno.informatics.common.ConversionException
 
ConversionException(ConversionException) - Constructor for exception uno.informatics.common.ConversionException
 
ConversionUtilities - Class in uno.informatics.common
 
ConversionUtilities() - Constructor for class uno.informatics.common.ConversionUtilities
 
CONVERT_VALUES - Static variable in class uno.informatics.common.io.text.TextFileRowReader
Sets if the reader should attempt to convert values.
convertToBigDecimal(String) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToBigInteger(String) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToBoolean(String) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToDate(String) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToDouble(String) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToDouble(Object) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToDoubleList(List<String>) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToFloat(String) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToFloatList(List<String>) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToInteger(String) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToInteger(Object) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToIntegerList(List<String>) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToken(String) - Method in class uno.informatics.common.io.text.TextFileRowReader
 
convertTokenWithoutTrim(String) - Method in class uno.informatics.common.io.text.TextFileRowReader
 
convertTokenWithTrim(String) - Method in class uno.informatics.common.io.text.TextFileRowReader
 
convertToLong(String) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToLongList(List<String>) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToNumber(String, int) - Static method in class uno.informatics.common.ConversionUtilities
Converts a string to an number given a set of possible types to convert to.
convertToObject(String) - Static method in class uno.informatics.common.ConversionUtilities
Converts a string to an object to an integer, double, boolean or string.
convertToObject(String, int) - Static method in class uno.informatics.common.ConversionUtilities
Converts a string to an object given a set of possible types to convert to.
convertToObjectList(List<String>, int) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToObjectList(List<String>, int[]) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToShort(String) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToShortList(List<String>) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToString(String) - Static method in class uno.informatics.common.ConversionUtilities
 
convertToString(Object) - Static method in class uno.informatics.common.ConversionUtilities
 
convertValue(String) - Method in class uno.informatics.common.io.text.TextFileRowReader
 
convertValue(String, int) - Method in class uno.informatics.common.io.text.TextFileRowReader
 
convertValue(Object) - Method in class uno.informatics.common.io.text.TextFileRowWriter
 
createRowReader(Path, FileType, int...) - Static method in class uno.informatics.common.io.IOUtilities
 
createRowReader(BufferedReader, FileType, int...) - Static method in class uno.informatics.common.io.IOUtilities
 
createRowWriter(Path, FileType, int...) - Static method in class uno.informatics.common.io.IOUtilities
 
createRowWriter(BufferedWriter, FileType, int...) - Static method in class uno.informatics.common.io.IOUtilities
 

D

DATA_COLUMN_POSITION_PROPERTY - Static variable in class uno.informatics.common.io.FileProperties
 
DATA_ROW_POSITION_PROPERTY - Static variable in class uno.informatics.common.io.FileProperties
 
DEFAULT_COMMENT - Static variable in class uno.informatics.common.Constants
 
DEFAULT_DELIMITER - Static variable in class uno.informatics.common.Constants
 
done() - Method in class uno.informatics.common.BlankProgressMonitor
 
done() - Method in class uno.informatics.common.PrintStreamProgressMonitor
 
done() - Method in interface uno.informatics.common.ProgressMonitor
Notifies that the work is done; that is, either the main task is completed or the user canceled it.

E

EMPTY_STRING - Static variable in class uno.informatics.common.Constants
 
equals(Object) - Method in class uno.informatics.common.io.ExcelFileProperties
 
equals(Object) - Method in class uno.informatics.common.io.FileProperties
 
equals(Object) - Method in class uno.informatics.common.Mapping
 
ExcelFileProperties - Class in uno.informatics.common.io
 
ExcelFileProperties(String) - Constructor for class uno.informatics.common.io.ExcelFileProperties
 
ExcelFileProperties(String, FileType) - Constructor for class uno.informatics.common.io.ExcelFileProperties
 
ExcelFileProperties(File) - Constructor for class uno.informatics.common.io.ExcelFileProperties
 
ExcelFileProperties(File, FileType) - Constructor for class uno.informatics.common.io.ExcelFileProperties
 
ExcelFilePropertiesWithSheets - Class in uno.informatics.common.io
 
ExcelFilePropertiesWithSheets(File) - Constructor for class uno.informatics.common.io.ExcelFilePropertiesWithSheets
 
ExcelFilePropertiesWithSheets(File, FileType) - Constructor for class uno.informatics.common.io.ExcelFilePropertiesWithSheets
 
ExcelFilePropertiesWithSheets(File, FileType, List<String>) - Constructor for class uno.informatics.common.io.ExcelFilePropertiesWithSheets
 
ExcelHandler - Interface in uno.informatics.common.io
 
ExcelReader - Interface in uno.informatics.common.io
Extends a reader to provide for multiple sheets
ExcelWriter - Interface in uno.informatics.common.io
Extends a writer to provide for multiple sheets

F

FILE_PROPERTY - Static variable in class uno.informatics.common.io.FileProperties
 
FILE_TYPE_PROPERTY - Static variable in class uno.informatics.common.io.FileProperties
 
FileProperties - Class in uno.informatics.common.io
 
FileProperties(String) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(String, FileType) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(File) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(File, FileType) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(String, boolean) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(String, FileType, boolean) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(File, boolean) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(File, FileType, boolean) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(String, boolean, boolean) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(String, FileType, boolean, boolean) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(File, boolean, boolean) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(File, FileType, boolean, boolean) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(String, int, int) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(String, FileType, int, int) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(File, int, int) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(File, FileType, int, int) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(String, int, int, int, int) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(String, FileType, int, int, int, int) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(File, int, int, int, int) - Constructor for class uno.informatics.common.io.FileProperties
 
FileProperties(File, FileType, int, int, int, int) - Constructor for class uno.informatics.common.io.FileProperties
 
flush() - Method in class uno.informatics.common.io.text.TextFileRowWriter
 

G

getAllConversionTypes() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getAllSpreadSheetNames() - Method in interface uno.informatics.common.io.ExcelReader
Gets all the spread sheets names in order as a list
getAllSpreadSheetNamesAsArray() - Method in interface uno.informatics.common.io.ExcelReader
Gets all the spread sheets names in order in a array
getCell() - Method in interface uno.informatics.common.io.TableReader
Gets the value of the current cell
getCell() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getCellAsBoolean() - Method in interface uno.informatics.common.io.TableReader
Gets the value of the current cell as an boolean
getCellAsBoolean() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getCellAsDouble() - Method in interface uno.informatics.common.io.TableReader
Gets the value of the current cell as a double
getCellAsDouble() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getCellAsInt() - Method in interface uno.informatics.common.io.TableReader
Gets the value of the current cell as an int
getCellAsInt() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getCellAsString() - Method in interface uno.informatics.common.io.TableReader
Gets the value of the current cell as a string
getCellAsString() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getColumnCells() - Method in interface uno.informatics.common.io.ColumnReader
Gets the current column cell values
getColumnCellsAsArray() - Method in interface uno.informatics.common.io.ColumnReader
Gets the current column cell values as an array
getColumnCount() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
getColumnHeaderPosition() - Method in class uno.informatics.common.io.FileProperties
 
getColumnIndex() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
getCommentString() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
Gets the string which indicates at comment line that should be ignored by the reader.
getConversionTypes(int) - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getDataColumnPosition() - Method in class uno.informatics.common.io.FileProperties
 
getDataRowPosition() - Method in class uno.informatics.common.io.FileProperties
 
getDataType(String) - Static method in class uno.informatics.common.ConversionUtilities
 
getDataTypes(List<String>) - Static method in class uno.informatics.common.ConversionUtilities
 
getDataTypes(String[]) - Static method in class uno.informatics.common.ConversionUtilities
 
getDataTypes(List<String>, List<Integer>) - Static method in class uno.informatics.common.ConversionUtilities
 
getDataTypes(String[], int[]) - Static method in class uno.informatics.common.ConversionUtilities
 
getDefaultConversionTypes() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getDelimiterString() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
Gets the string which indicates a new field in a record.
getFile() - Method in class uno.informatics.common.io.FileProperties
 
getFileType() - Method in class uno.informatics.common.io.FileProperties
 
getFrom() - Method in class uno.informatics.common.Mapping
 
getFromLabel(F) - Method in class uno.informatics.common.Mapping
 
getInstance() - Static method in class uno.informatics.common.PropertyUtils
 
getInteger(ResourceBundle, String) - Static method in class uno.informatics.common.BundleUtils
Gets a integer for the given key from the given resource bundle or one of its parents.
getOptions() - Method in class uno.informatics.common.io.text.TextFileRowReader
Gets an int representing a bit array of options
getPath() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
getPath() - Method in interface uno.informatics.common.io.TextFileHandler
Gets the file associated with this handler
getPathReference() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
getPropertyChangeSupport() - Method in class uno.informatics.common.io.FileProperties
 
getResourceBundle() - Method in class uno.informatics.common.AbstractPropertyUtils
 
getResourceBundle() - Method in class uno.informatics.common.PropertyUtils
 
getRowCells() - Method in interface uno.informatics.common.io.RowReader
Gets the current remaining unread row cell values
getRowCells() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getRowCellsAsArray() - Method in interface uno.informatics.common.io.RowReader
Gets the current remaining unread row cell values as an array
getRowCellsAsArray() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getRowCellsAsBoolean() - Method in interface uno.informatics.common.io.RowReader
Gets the current remaining unread row cell values
getRowCellsAsBoolean() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getRowCellsAsBooleanArray() - Method in interface uno.informatics.common.io.RowReader
Gets the current remaining unread row cell values as an array
getRowCellsAsBooleanArray() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getRowCellsAsDouble() - Method in interface uno.informatics.common.io.RowReader
Gets the current remaining unread row cell values
getRowCellsAsDouble() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getRowCellsAsDoubleArray() - Method in interface uno.informatics.common.io.RowReader
Gets the current remaining unread row cell values as an array
getRowCellsAsDoubleArray() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getRowCellsAsInt() - Method in interface uno.informatics.common.io.RowReader
Gets the current remaining unread row cell values
getRowCellsAsInt() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getRowCellsAsIntArray() - Method in interface uno.informatics.common.io.RowReader
Gets the current remaining unread row cell values as an array
getRowCellsAsIntArray() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getRowCellsAsString() - Method in interface uno.informatics.common.io.RowReader
Gets the current remaining unread row cell values
getRowCellsAsString() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getRowCellsAsStringArray() - Method in interface uno.informatics.common.io.RowReader
Gets the current remaining unread row cell values as an array
getRowCellsAsStringArray() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
getRowCount() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
getRowHeaderPosition() - Method in class uno.informatics.common.io.FileProperties
 
getRowIndex() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
getRowPosition() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
getRowSize() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
getSelectedSheet() - Method in class uno.informatics.common.io.ExcelFileProperties
 
getSheets() - Method in class uno.informatics.common.io.ExcelFilePropertiesWithSheets
 
getSheets(Path, FileType, int...) - Static method in class uno.informatics.common.io.IOUtilities
 
getSheetsAsArray() - Method in class uno.informatics.common.io.ExcelFilePropertiesWithSheets
 
getSpreadSheetCount() - Method in interface uno.informatics.common.io.ExcelReader
Gets the total number of spreadsheets available
getSpreadSheetIndex() - Method in interface uno.informatics.common.io.ExcelHandler
Gets the index of the current spreadsheet
getSpreadSheetName() - Method in interface uno.informatics.common.io.ExcelHandler
Gets the name of the current spreadsheet
getString(String) - Method in class uno.informatics.common.AbstractPropertyUtils
Gets a string for the given key.
getString(String, String) - Method in class uno.informatics.common.AbstractPropertyUtils
Gets a parameterised string for the given key.
getString(String, Object) - Method in class uno.informatics.common.AbstractPropertyUtils
Gets a parameterised string for the given key.
getString(String, int) - Method in class uno.informatics.common.AbstractPropertyUtils
Gets a parameterised string for the given key.
getString(String, String...) - Method in class uno.informatics.common.AbstractPropertyUtils
Gets a parameterised string for the given key.
getString(String, int...) - Method in class uno.informatics.common.AbstractPropertyUtils
Gets a parameterised string for the given key.
getString(String, Object...) - Method in class uno.informatics.common.AbstractPropertyUtils
Gets a parameterised string for the given key.
getString(ResourceBundle, String) - Static method in class uno.informatics.common.BundleUtils
Gets a string for the given key from the given resource bundle or one of its parents.
getString(ResourceBundle, String, String[]) - Static method in class uno.informatics.common.BundleUtils
Gets a parameterised string for the given key from the given resource bundle or one of its parents.
getString(ResourceBundle, String, Object[]) - Static method in class uno.informatics.common.BundleUtils
Gets a parameterised string for the given key from the given resource bundle or one of its parents.
getString(ResourceBundle, String, int[]) - Static method in class uno.informatics.common.BundleUtils
Gets a parameterised string for the given key from the given resource bundle or one of its parents.
getString(ResourceBundle, String, double[]) - Static method in class uno.informatics.common.BundleUtils
Gets a parameterised string for the given key from the given resource bundle or one of its parents.
getStringArray(String) - Method in class uno.informatics.common.AbstractPropertyUtils
Gets a string array for the given key from the given resource bundle or one of its parents.
getStringArray(String, String[]) - Method in class uno.informatics.common.AbstractPropertyUtils
Gets a parameterised string array for the given key from the given resource bundle or one of its parents.
getStringArray(ResourceBundle, String) - Static method in class uno.informatics.common.BundleUtils
Gets a string array for the given key from the given resource bundle or one of its parents.
getStringArray(ResourceBundle, String, String[]) - Static method in class uno.informatics.common.BundleUtils
Gets a parameterised string array for the given key from the given resource bundle or one of its parents.
getStringArray(ResourceBundle, String, int[]) - Static method in class uno.informatics.common.BundleUtils
Gets a parameterised string array for the given key from the given resource bundle or one of its parents.
getStringList(ResourceBundle, String) - Static method in class uno.informatics.common.BundleUtils
Gets a string list for the given key from the given resource bundle or one of its parents.
getStringList(ResourceBundle, String, String[]) - Static method in class uno.informatics.common.BundleUtils
Gets a parameterised string list for the given key from the given resource bundle or one of its parents.
getStringList(ResourceBundle, String, int[]) - Static method in class uno.informatics.common.BundleUtils
Gets a parameterised string list for the given key from the given resource bundle or one of its parents.
getTo() - Method in class uno.informatics.common.Mapping
 
getToLabel(T) - Method in class uno.informatics.common.Mapping
 
getTypesNames(int) - Static method in class uno.informatics.common.ConversionUtilities
 

H

hasColumnHeader() - Method in class uno.informatics.common.io.FileProperties
 
hashCode() - Method in class uno.informatics.common.io.ExcelFileProperties
 
hashCode() - Method in class uno.informatics.common.io.FileProperties
 
hasKey(ResourceBundle, String) - Static method in class uno.informatics.common.BundleUtils
 
hasNextColumn() - Method in interface uno.informatics.common.io.TableReader
Determines if there another cell in the current column
hasNextColumn() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
hasNextRow() - Method in interface uno.informatics.common.io.TableReader
Determines if there is another row in the current data source
hasNextRow() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
hasRowHeader() - Method in class uno.informatics.common.io.FileProperties
 

I

IGNORE_MULTIPLE_DELIMITERS - Static variable in class uno.informatics.common.io.text.TextFileRowReader
Sets if two more more delimiters are encountered together if these should be treated as one delimiters
incrementColumnIndex() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
incrementRowIndex() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
incrementRowPosition() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
initialise() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
Initialises the reader.
initialise() - Method in class uno.informatics.common.io.text.TextFileRowReader
Initialises the reader.
initialise() - Method in class uno.informatics.common.io.text.TextFileRowWriter
Initialises the writer.
internalWorked(double) - Method in class uno.informatics.common.BlankProgressMonitor
 
internalWorked(double) - Method in class uno.informatics.common.PrintStreamProgressMonitor
 
internalWorked(double) - Method in interface uno.informatics.common.ProgressMonitor
Internal method to handle scaling correctly.
IOUtilities - Class in uno.informatics.common.io
 
IOUtilities() - Constructor for class uno.informatics.common.io.IOUtilities
 
isCanceled() - Method in class uno.informatics.common.BlankProgressMonitor
 
isCanceled() - Method in class uno.informatics.common.PrintStreamProgressMonitor
 
isCanceled() - Method in interface uno.informatics.common.ProgressMonitor
Returns whether cancelation of current operation has been requested.
isInStrictMode() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
isInUse() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
isRowSizesEqual() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
isRowSizeSetExternally() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 

M

MAP_KEY_VALUE_LABEL_DELIMITER - Static variable in class uno.informatics.common.Constants
 
MAP_LABEL_DELIMITER - Static variable in class uno.informatics.common.Constants
 
Mapping<F,T> - Class in uno.informatics.common
 
Mapping(F, T) - Constructor for class uno.informatics.common.Mapping
 

N

newColumn() - Method in interface uno.informatics.common.io.TableWriter
Creates a new column in the data source
newColumn() - Method in class uno.informatics.common.io.text.TextFileRowWriter
 
newRow() - Method in interface uno.informatics.common.io.TableWriter
Creates a new row in the data source
newRow() - Method in class uno.informatics.common.io.text.TextFileRowWriter
 
nextColumn() - Method in interface uno.informatics.common.io.TableReader
Moves the reader on to the next cell in the column.
nextColumn() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
nextRow() - Method in interface uno.informatics.common.io.TableReader
Moves the reader on to the next row in the data source.
nextRow() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
NO_OPTIONS - Static variable in class uno.informatics.common.io.text.TextFileRowReader
Sets no options, all options are set to false

P

PARSE_EMPTY_STRINGS - Static variable in class uno.informatics.common.io.text.TextFileRowReader
Sets if the reader should parse empty strings.
parseValue(String, int, int) - Method in class uno.informatics.common.io.text.TextFileRowReader
 
parseValue(String, int, int, int) - Method in class uno.informatics.common.io.text.TextFileRowReader
 
PrintStreamProgressMonitor - Class in uno.informatics.common
 
PrintStreamProgressMonitor(PrintStream) - Constructor for class uno.informatics.common.PrintStreamProgressMonitor
 
ProgressMonitor - Interface in uno.informatics.common
 
PropertyUtils - Class in uno.informatics.common
 
PropertyUtils() - Constructor for class uno.informatics.common.PropertyUtils
 

Q

QUOTE - Static variable in class uno.informatics.common.Constants
 

R

readCells() - Method in interface uno.informatics.common.io.TableReader
Read all cells from the data source at one time
readCells() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
readCellsAsArray() - Method in interface uno.informatics.common.io.TableReader
Read all cells from the data source at one time
readCellsAsArray() - Method in class uno.informatics.common.io.text.TextFileRowReader
 
Reader - Interface in uno.informatics.common.io
Base functionality for all readers
ready() - Method in interface uno.informatics.common.io.Reader
Determines if the data source can be read
ready() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
ready() - Method in class uno.informatics.common.io.text.TextFileRowReader
Check to see if the reader is ready to be used and if additional cells can still be read
REMOVE_WHITE_SPACE - Static variable in class uno.informatics.common.io.text.TextFileRowReader
Sets if the reader remove any prefix or suffix white space for Strings
removeAllFiles() - Method in class uno.informatics.common.io.ExcelFilePropertiesWithSheets
 
removeSheet(String) - Method in class uno.informatics.common.io.ExcelFilePropertiesWithSheets
 
resetCellIndex() - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
ROW_HEADER_POSITION_PROPERTY - Static variable in class uno.informatics.common.io.FileProperties
 
RowReader - Interface in uno.informatics.common.io
Reads a table from a data source row by row.
ROWS_SAME_SIZE - Static variable in class uno.informatics.common.io.text.TextFileRowReader
Sets if rows are adjusted to be all the same size as the first row
RowWriter - Interface in uno.informatics.common.io
Writes a table to a data source row by row

S

setAllConversionTypes(int[]) - Method in interface uno.informatics.common.io.TableReader
 
setAllConversionTypes(int[]) - Method in class uno.informatics.common.io.text.TextFileRowReader
 
setCanceled(boolean) - Method in class uno.informatics.common.BlankProgressMonitor
 
setCanceled(boolean) - Method in class uno.informatics.common.PrintStreamProgressMonitor
 
setCanceled(boolean) - Method in interface uno.informatics.common.ProgressMonitor
Sets the cancel state to the given value.
setColumnHeaderPosition(int) - Method in class uno.informatics.common.io.FileProperties
 
setColumnIndex(int) - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
setCommentString(String) - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
Sets the string which indicates a comment line that should be ignored by the reader.
setConversionTypes(int, int) - Method in class uno.informatics.common.io.text.TextFileRowReader
 
setDataColumnPosition(int) - Method in class uno.informatics.common.io.FileProperties
 
setDataRowPosition(int) - Method in class uno.informatics.common.io.FileProperties
 
setDefaultConversionTypes(int) - Method in class uno.informatics.common.io.text.TextFileRowReader
 
setDelimiterString(String) - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
Sets the string which indicates a new field in a record.
setDelimiterString(String) - Method in class uno.informatics.common.io.text.TextFileRowReader
Sets the delimiter string.
setFile(File) - Method in class uno.informatics.common.io.FileProperties
 
setFileReference(String) - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
setFileType(FileType) - Method in class uno.informatics.common.io.FileProperties
 
setFrom(F) - Method in class uno.informatics.common.Mapping
 
setInStrictMode(boolean) - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
setOptions(int) - Method in class uno.informatics.common.io.text.TextFileRowReader
Sets an int representing a bit array of options
setPath(Path) - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
setRowHeaderPosition(int) - Method in class uno.informatics.common.io.FileProperties
 
setRowIndex(int) - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
setRowPosition(int) - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
setRowSize(int) - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
setRowSizeInternal(int) - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 
setSelectedSheet(String) - Method in class uno.informatics.common.io.ExcelFileProperties
 
setSelectedSheet(String) - Method in class uno.informatics.common.io.ExcelFilePropertiesWithSheets
 
setSheets(List<String>) - Method in class uno.informatics.common.io.ExcelFilePropertiesWithSheets
 
setSpreadSheetIndex(int) - Method in interface uno.informatics.common.io.ExcelHandler
Sets current spreadsheet by index.
setSpreadSheetName(String) - Method in interface uno.informatics.common.io.ExcelHandler
Sets current spreadsheet by name.
setTaskName(String) - Method in class uno.informatics.common.BlankProgressMonitor
 
setTaskName(String) - Method in class uno.informatics.common.PrintStreamProgressMonitor
 
setTaskName(String) - Method in interface uno.informatics.common.ProgressMonitor
Sets the task name to the given value.
setTo(T) - Method in class uno.informatics.common.Mapping
 
subTask(String) - Method in class uno.informatics.common.BlankProgressMonitor
 
subTask(String) - Method in class uno.informatics.common.PrintStreamProgressMonitor
 
subTask(String) - Method in interface uno.informatics.common.ProgressMonitor
Notifies that a subtask of the main task is beginning.

T

TAB - Static variable in interface uno.informatics.common.io.TextFileHandler
 
TAB_DELIMITER - Static variable in class uno.informatics.common.Constants
 
TableReader - Interface in uno.informatics.common.io
 
TableWriter - Interface in uno.informatics.common.io
Writes to a data source in one step
TextFileHandler - Interface in uno.informatics.common.io
Basic functionality for all text file data sources
TextFileRowReader - Class in uno.informatics.common.io.text
 
TextFileRowReader(String) - Constructor for class uno.informatics.common.io.text.TextFileRowReader
Constructs an initialised reader using a string reference to a text file.
TextFileRowReader(Path) - Constructor for class uno.informatics.common.io.text.TextFileRowReader
Constructs an initialised reader using a file.
TextFileRowReader(BufferedReader) - Constructor for class uno.informatics.common.io.text.TextFileRowReader
 
TextFileRowWriter - Class in uno.informatics.common.io.text
 
TextFileRowWriter(String) - Constructor for class uno.informatics.common.io.text.TextFileRowWriter
Constructs an initialised reader using a string reference to a text file.
TextFileRowWriter(Path) - Constructor for class uno.informatics.common.io.text.TextFileRowWriter
Constructs an initialised reader using a file.
TextFileRowWriter(BufferedWriter) - Constructor for class uno.informatics.common.io.text.TextFileRowWriter
 
toString() - Method in class uno.informatics.common.Mapping
 

U

UNKNOWN_COUNT - Static variable in class uno.informatics.common.Constants
Value return if the number of rows can not be determined
UNKNOWN_INDEX - Static variable in class uno.informatics.common.Constants
 
uno.informatics.common - package uno.informatics.common
 
uno.informatics.common.io - package uno.informatics.common.io
 
uno.informatics.common.io.text - package uno.informatics.common.io.text
 
updateRowFromSize(List<Object>) - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
Add addition cells to row to ensure it is the same size as other rows
updateRowSize(int) - Method in class uno.informatics.common.io.text.AbstractTextFileHandler
 

V

validateFileType(FileType) - Method in class uno.informatics.common.io.ExcelFileProperties
 
validateFileType(FileType) - Method in class uno.informatics.common.io.FileProperties
 

W

worked(int) - Method in class uno.informatics.common.BlankProgressMonitor
 
worked(int) - Method in class uno.informatics.common.PrintStreamProgressMonitor
 
worked(int) - Method in interface uno.informatics.common.ProgressMonitor
Notifies that a given number of work unit of the main task has been completed.
writeCell(Object) - Method in interface uno.informatics.common.io.TableWriter
Writes the value in the current cell of the data source
writeCell(Object) - Method in class uno.informatics.common.io.text.TextFileRowWriter
 
writeCells(List<List<Object>>) - Method in interface uno.informatics.common.io.TableWriter
Write all cells to the data source in one step
writeCells(List<List<Object>>) - Method in class uno.informatics.common.io.text.TextFileRowWriter
 
writeCellsAsArray(Object[][]) - Method in interface uno.informatics.common.io.TableWriter
Write all cells to the data source in one step
writeCellsAsArray(Object[][]) - Method in class uno.informatics.common.io.text.TextFileRowWriter
 
writeColumnArray(Object[]) - Method in interface uno.informatics.common.io.ColumnWriter
Writes the column cells as an array to the data source
writeColumnCells(List<Object>) - Method in interface uno.informatics.common.io.ColumnWriter
Writes the column cells to the data source
Writer - Interface in uno.informatics.common.io
 
writeRowCells(List<Object>) - Method in interface uno.informatics.common.io.RowWriter
Writes the row cells to the data source
writeRowCells(List<Object>) - Method in class uno.informatics.common.io.text.TextFileRowWriter
 
writeRowCellsAsArray(Object[]) - Method in interface uno.informatics.common.io.RowWriter
Writes the row cells to the data source
writeRowCellsAsArray(Object[]) - Method in class uno.informatics.common.io.text.TextFileRowWriter
 
A B C D E F G H I M N P Q R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.