A B C D E F G H I J L M N O P Q R S T U V W X _

A

All - Static variable in class com.ricebridge.csvman.QuoteType
Quote all output data fields.
AsListsLineListener - class com.ricebridge.csvman.AsListsLineListener.
Simple implementation of LineListener that stores loaded data lines as a List of Lists of Strings.
AsListsLineListener() - Constructor for class com.ricebridge.csvman.AsListsLineListener
 
AsListsLineProvider - class com.ricebridge.csvman.AsListsLineProvider.
Simple implementation of LineProvider that provides data lines for saving from a List of Lists of Strings.
AsListsLineProvider() - Constructor for class com.ricebridge.csvman.AsListsLineProvider
Create uninitialised for use with setData.
AsListsLineProvider(List) - Constructor for class com.ricebridge.csvman.AsListsLineProvider
Create with data lines as List of Lists of Strings.
AsNeeded - Static variable in class com.ricebridge.csvman.QuoteType
Quote output data fields if necessary (that is, if they contain quotes or separators).
absolute(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.absolute(int).
addField(String) - Method in class com.ricebridge.csvman.CsvParser
 
addField(String) - Method in interface com.ricebridge.csvman.FieldListener
Deprecated. Called each time a data field is loaded.
addField(String) - Method in class com.ricebridge.csvman.FieldListenerSupport
Deprecated. Helper implementation of FieldListener.addField(java.lang.String).
addFieldImpl(String) - Method in class com.ricebridge.csvman.DebugFieldListener
Deprecated.  
addFieldImpl(String) - Method in class com.ricebridge.csvman.FieldListenerSupport
Deprecated. Implement this method to receive each data field as it is loaded.
addFieldImpl(String) - Method in class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener
 
addLine(String[], int) - Method in class com.ricebridge.csvman.CsvTableModel
Add a data line to the internal data containers for this TableModel.
addLine(String[], int, long, String) - Method in class com.ricebridge.csvman.LineListenerSupport
Old version of LineListener.handleLine.
addLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.LineListenerSupport
Old version of CustomLineListener.handleLineImpl.
afterLast() - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.afterLast().
appendErrorMsg(String) - Method in class com.ricebridge.csvman.BadLine
Append more text to the error message.

B

BUILD - Static variable in class com.ricebridge.csvman.VersionDeclaration
 
BYTE_SIZE - Static variable in class com.ricebridge.util.RBDataUtil
 
BadLine - class com.ricebridge.csvman.BadLine.
Description of a badly formatted data line.
BadLine(long, String, String) - Constructor for class com.ricebridge.csvman.BadLine
Create a BadLine.SEMANTIC error description of a bad data line.
BadLine(long, String, String, int) - Constructor for class com.ricebridge.csvman.BadLine
Create an error description of type pErrorType (BadLine.SYNTAX or BadLine.SEMANTIC).
BadLine(long, String, String, Exception) - Constructor for class com.ricebridge.csvman.BadLine
Create an BadLine.SEMANTIC error description caused by a particular Exception.
BadLine(long, String, String, int, Exception) - Constructor for class com.ricebridge.csvman.BadLine
Create an error description of a bad data line.
BadLineTest - class com.ricebridge.csvman.test.BadLineTest.
Test cases for BadLine.
BadLineTest(String) - Constructor for class com.ricebridge.csvman.test.BadLineTest
 
BadLineTest.FailingListener - class com.ricebridge.csvman.test.BadLineTest.FailingListener.
 
BadLineTest.FailingListener(int[], int[]) - Constructor for class com.ricebridge.csvman.test.BadLineTest.FailingListener
 
BadLineTest.NullLineListener - class com.ricebridge.csvman.test.BadLineTest.NullLineListener.
 
BadLineTest.NullLineListener() - Constructor for class com.ricebridge.csvman.test.BadLineTest.NullLineListener
 
BasicCsvLoader - class com.ricebridge.csvman.in.BasicCsvLoader.
Internal Class; provides basic implementation of CsvLoader.
BasicCsvLoader(CsvParser, CsvSpec, Reader) - Constructor for class com.ricebridge.csvman.in.BasicCsvLoader
Create a new instance based on a CsvParser instance.
BasicCsvLoader.LoaderLineListener - class com.ricebridge.csvman.in.BasicCsvLoader.LoaderLineListener.
Internal Class; stores most recent data line.
BasicCsvLoader.LoaderLineListener() - Constructor for class com.ricebridge.csvman.in.BasicCsvLoader.LoaderLineListener
 
BasicCsvSaver - class com.ricebridge.csvman.in.BasicCsvSaver.
Internal Class; provides basic implementation of CsvSaver.
BasicCsvSaver(CsvWriter, CsvSpec, Writer) - Constructor for class com.ricebridge.csvman.in.BasicCsvSaver
Create a new instance based on a CsvWriter instance.
BasicLineListener - class com.ricebridge.csvman.BasicLineListener.
Simple implementation of LineListener that stores loaded data lines as a List of String[] arrays.
BasicLineListener() - Constructor for class com.ricebridge.csvman.BasicLineListener
 
BasicLineProvider - class com.ricebridge.csvman.BasicLineProvider.
Simple implementation of LineProvider that provides data lines for saving from a List of String[] arrays.
BasicLineProvider() - Constructor for class com.ricebridge.csvman.BasicLineProvider
Create uninitialised for use with setData.
BasicLineProvider(List) - Constructor for class com.ricebridge.csvman.BasicLineProvider
Create with data lines as List of String[] arrays.
BeanLineListener - class com.ricebridge.csvman.BeanLineListener.
Implementation of LineListener that stores data records as a List of Java Beans.
BeanLineListener() - Constructor for class com.ricebridge.csvman.BeanLineListener
 
BeanLineProvider - class com.ricebridge.csvman.BeanLineProvider.
Simple implementation of LineProvider that provides data records for saving a List of Java Beans.
BeanLineProvider() - Constructor for class com.ricebridge.csvman.BeanLineProvider
Create uninitialised for use with BeanLineProvider.setBeans(java.util.List).
BeanLineProvider(List) - Constructor for class com.ricebridge.csvman.BeanLineProvider
Create using a List of Java Beans to save.
BeanSpec - class com.ricebridge.data.BeanSpec.
Stores settings for reading and writing Java Beans from text files.
BeanSpec() - Constructor for class com.ricebridge.data.BeanSpec
Create an empty BeanSpec (BeanSpec.prepareBeanClass(java.lang.Class) must be subsequently called).
BeanSpec(Class) - Constructor for class com.ricebridge.data.BeanSpec
Create a BeanSpec for the specified bean type.
BeanSpec(Class, char, char) - Constructor for class com.ricebridge.data.BeanSpec
Create a BeanSpec for the specified bean type, with custom indexed property delimiters
BeanSpec(Class, Map) - Constructor for class com.ricebridge.data.BeanSpec
Create a BeanSpec for the specified bean type.
BeanSpec(Class, Map, char, char) - Constructor for class com.ricebridge.data.BeanSpec
Create a BeanSpec for the specified bean type.
BooleanArrayStringConverter - class com.ricebridge.data.sc.BooleanArrayStringConverter.
Handle boolean array textual representations.
BooleanArrayStringConverter() - Constructor for class com.ricebridge.data.sc.BooleanArrayStringConverter
Create array converter with standard default object.
BooleanArrayStringConverter(boolean) - Constructor for class com.ricebridge.data.sc.BooleanArrayStringConverter
Create array converter with specified default native value.
BooleanArrayStringConverter(Boolean) - Constructor for class com.ricebridge.data.sc.BooleanArrayStringConverter
Create array converter with specified default wrapper object.
BooleanStringConverter - class com.ricebridge.data.sc.BooleanStringConverter.
Handle boolean textual representations.
BooleanStringConverter() - Constructor for class com.ricebridge.data.sc.BooleanStringConverter
Create a converter with standard default BooleanStringConverter.sStandardDefault.
BooleanStringConverter(boolean) - Constructor for class com.ricebridge.data.sc.BooleanStringConverter
Create a converter with specific native default.
BooleanStringConverter(Boolean) - Constructor for class com.ricebridge.data.sc.BooleanStringConverter
Create a converter with specific wrapper object default.
ByteArrayStringConverter - class com.ricebridge.data.sc.ByteArrayStringConverter.
Handle byte array textual representations.
ByteArrayStringConverter() - Constructor for class com.ricebridge.data.sc.ByteArrayStringConverter
Create array converter with standard default object.
ByteArrayStringConverter(byte) - Constructor for class com.ricebridge.data.sc.ByteArrayStringConverter
Create array converter with specified default native value.
ByteArrayStringConverter(Byte) - Constructor for class com.ricebridge.data.sc.ByteArrayStringConverter
Create array converter with specified default wrapper object.
ByteStringConverter - class com.ricebridge.data.sc.ByteStringConverter.
Handle byte textual representations.
ByteStringConverter() - Constructor for class com.ricebridge.data.sc.ByteStringConverter
Create a converter with standard default ByteStringConverter.sStandardDefault.
ByteStringConverter(byte) - Constructor for class com.ricebridge.data.sc.ByteStringConverter
Create a converter with specific native default.
ByteStringConverter(Byte) - Constructor for class com.ricebridge.data.sc.ByteStringConverter
Create a converter with specific wrapper object default.
badLine(Exception) - Method in class com.ricebridge.csvman.CsvParser
keeps parsing as if at line end, so badline must be built from multiple line matches
badLine(BadLine) - Method in interface com.ricebridge.csvman.FieldListener
Deprecated. Called when a badly formatted data line is encountered.
badLine(BadLine) - Method in class com.ricebridge.csvman.FieldListenerSupport
Deprecated. Helper implementation of FieldListener.badLine(com.ricebridge.csvman.BadLine).
badLine(BadLine) - Method in class com.ricebridge.csvman.LineListenerSupport
Old version of LineListener.handleBadLine.
badLineImpl(BadLine) - Method in class com.ricebridge.csvman.DebugFieldListener
Deprecated.  
badLineImpl(BadLine) - Method in class com.ricebridge.csvman.FieldListenerSupport
Deprecated. Implement this method to be notified when badly formatted data is encountered.
badLineImpl(BadLine) - Method in class com.ricebridge.csvman.LineListenerSupport
Old version of CustomLineListener.handleBadLineImpl.
badLineImpl(BadLine) - Method in class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener
 
bad_dfmaxlen - Static variable in class com.ricebridge.csvman.MsgCode
 
bad_encoding - Static variable in class com.ricebridge.csvman.MsgCode
 
bad_end_line - Static variable in class com.ricebridge.csvman.MsgCode
 
bad_file - Static variable in class com.ricebridge.csvman.MsgCode
 
bad_line - Static variable in class com.ricebridge.csvman.MsgCode
 
bad_num_lines - Static variable in class com.ricebridge.csvman.MsgCode
 
bad_sink - Static variable in class com.ricebridge.csvman.MsgCode
 
bad_source - Static variable in class com.ricebridge.csvman.MsgCode
 
bad_start_line - Static variable in class com.ricebridge.csvman.MsgCode
 
badequal - Static variable in class com.ricebridge.data.in.MsgCode
 
badlines - Variable in class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener
 
beforeFirst() - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.beforeFirst().
begin() - Method in interface com.ricebridge.csvman.CsvLoader
Tell the CsvLoader you want to begin the loading process.
begin() - Method in interface com.ricebridge.csvman.CsvSaver
Tell the CsvSaver you want to begin the saving process.
begin() - Method in class com.ricebridge.csvman.in.BasicCsvLoader
Initialise the parser.
begin() - Method in class com.ricebridge.csvman.in.BasicCsvSaver
Initialise.
buffer - Variable in class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener
 
build() - Method in class com.ricebridge.data.BeanSpec
Build the internal mappings for the current bean.
byte2bits(byte) - Static method in class com.ricebridge.util.RBDataUtil
 
byte2hex(byte) - Static method in class com.ricebridge.util.RBDataUtil
 
bytes2hex(byte[]) - Static method in class com.ricebridge.util.RBDataUtil
 

C

CODE_bad_dfmaxlen - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_dfmaxlen(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_dfmaxlen(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_dfmaxlen(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_dfmaxlen(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_dfmaxlen(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_dfmaxlen(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_encoding - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_encoding(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_encoding(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_encoding(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_encoding(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_encoding(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_encoding(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_end_line - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_end_line(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_end_line(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_end_line(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_end_line(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_end_line(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_end_line(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_file - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_file(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_file(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_file(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_file(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_file(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_file(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_line - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_line(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_line(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_line(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_line(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_line(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_line(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_num_lines - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_num_lines(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_num_lines(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_num_lines(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_num_lines(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_num_lines(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_num_lines(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_sink - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_sink(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_sink(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_sink(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_sink(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_sink(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_sink(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_source - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_source(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_source(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_source(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_source(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_source(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_source(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_start_line - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_start_line(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_start_line(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_start_line(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_start_line(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_start_line(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_bad_start_line(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_badequal - Static variable in class com.ricebridge.data.in.DataBaseException
 
CODE_badequal(String[]) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_badequal(String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_badequal(String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_badequal(String, String, String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_badequal(Object) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_badequal(Object, Throwable) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_cce_list_line - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_cce_list_line(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_cce_list_line(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_cce_list_line(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_cce_list_line(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_cce_list_line(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_cce_list_line(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_reader - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_reader(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_reader(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_reader(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_reader(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_reader(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_reader(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_writer - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_writer(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_writer(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_writer(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_writer(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_writer(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_close_writer(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvrs_new - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvrs_new(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvrs_new(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvrs_new(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvrs_new(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvrs_new(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvrs_new(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvtm_new - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvtm_new(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvtm_new(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvtm_new(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvtm_new(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvtm_new(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_csvtm_new(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_dfmaxlen - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_dfmaxlen(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_dfmaxlen(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_dfmaxlen(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_dfmaxlen(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_dfmaxlen(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_dfmaxlen(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_empty_char_string - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_empty_char_string(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_empty_char_string(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_empty_char_string(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_empty_char_string(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_empty_char_string(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_empty_char_string(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_emptyfieldname - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_emptyfieldname(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_emptyfieldname(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_emptyfieldname(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_emptyfieldname(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_emptyfieldname(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_emptyfieldname(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_quote - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_quote(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_quote(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_quote(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_quote(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_quote(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_quote(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_sep - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_sep(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_sep(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_sep(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_sep(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_sep(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escape_is_sep(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_key_not_char - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_key_not_char(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_key_not_char(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_key_not_char(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_key_not_char(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_key_not_char(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_key_not_char(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_value_not_char - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_value_not_char(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_value_not_char(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_value_not_char(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_value_not_char(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_value_not_char(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_escmap_value_not_char(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_field_endload - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_field_endload(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_field_endload(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_field_endload(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_field_endload(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_field_endload(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_field_endload(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_fieldlistener_exception - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_fieldlistener_exception(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_fieldlistener_exception(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_fieldlistener_exception(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_fieldlistener_exception(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_fieldlistener_exception(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_fieldlistener_exception(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_read - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_read(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_read(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_read(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_read(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_read(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_read(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_write - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_write(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_write(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_write(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_write(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_write(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_cant_write(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_exist - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_exist(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_exist(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_exist(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_exist(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_exist(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_exist(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_found - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_found(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_found(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_found(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_found(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_found(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_file_not_found(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_general - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_general(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_general(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_general(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_general(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_general(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_general(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_general - Static variable in class com.ricebridge.data.in.DataBaseException
 
CODE_general(String[]) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_general(String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_general(String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_general(String, String, String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_general(Object) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_general(Object, Throwable) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_getbadlines_notlist - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbadlines_notlist(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbadlines_notlist(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbadlines_notlist(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbadlines_notlist(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbadlines_notlist(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbadlines_notlist(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield_msg - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield_msg(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield_msg(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield_msg(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield_msg(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield_msg(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_getbeanfield_msg(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_geterrmsgs_notlist - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_geterrmsgs_notlist(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_geterrmsgs_notlist(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_geterrmsgs_notlist(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_geterrmsgs_notlist(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_geterrmsgs_notlist(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_geterrmsgs_notlist(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_internal_exception - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_internal_exception(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_internal_exception(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_internal_exception(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_internal_exception(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_internal_exception(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_internal_exception(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_internal_exception - Static variable in class com.ricebridge.data.in.DataBaseException
 
CODE_internal_exception(String[]) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_internal_exception(String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_internal_exception(String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_internal_exception(String, String, String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_internal_exception(Object) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_internal_exception(Object, Throwable) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_invoke_method - Static variable in class com.ricebridge.data.in.DataBaseException
 
CODE_invoke_method(String[]) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_invoke_method(String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_invoke_method(String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_invoke_method(String, String, String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_invoke_method(Object) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_invoke_method(Object, Throwable) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_line_endload - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_endload(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_endload(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_endload(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_endload(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_endload(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_endload(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_errmsgs - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_errmsgs(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_errmsgs(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_errmsgs(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_errmsgs(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_errmsgs(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_line_errmsgs(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_linelistener_exception - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_linelistener_exception(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_linelistener_exception(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_linelistener_exception(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_linelistener_exception(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_linelistener_exception(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_linelistener_exception(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_exception - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_exception(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_exception(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_exception(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_exception(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_exception(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_exception(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_set - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_set(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_set(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_set(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_set(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_set(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_lineprovider_set(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_ll - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_ll(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_ll(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_ll(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_ll(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_ll(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_ll(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_lp - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_lp(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_lp(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_lp(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_lp(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_lp(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_new_lp(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_newbean - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_newbean(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_newbean(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_newbean(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_newbean(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_newbean(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_newbean(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_newinstance - Static variable in class com.ricebridge.data.in.DataBaseException
 
CODE_newinstance(String[]) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_newinstance(String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_newinstance(String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_newinstance(String, String, String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_newinstance(Object) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_newinstance(Object, Throwable) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_no_input_source - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_input_source(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_input_source(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_input_source(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_input_source(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_input_source(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_input_source(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_output_sink - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_output_sink(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_output_sink(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_output_sink(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_output_sink(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_output_sink(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_no_output_sink(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_nofieldnames - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_nofieldnames(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_nofieldnames(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_nofieldnames(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_nofieldnames(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_nofieldnames(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_nofieldnames(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_line - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_line(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_line(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_line(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_line(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_line(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_line(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_list_line - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_list_line(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_list_line(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_list_line(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_list_line(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_list_line(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_null_list_line(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_error - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_error(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_error(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_error(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_error(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_error(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_error(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_warning - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_warning(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_warning(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_warning(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_warning(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_warning(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_parse_warning(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_escape - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_escape(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_escape(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_escape(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_escape(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_escape(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_escape(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_sep - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_sep(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_sep(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_sep(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_sep(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_sep(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_quote_is_sep(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rejected_line - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rejected_line(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rejected_line(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rejected_line(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rejected_line(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rejected_line(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rejected_line(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getmetadata - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getmetadata(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getmetadata(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getmetadata(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getmetadata(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getmetadata(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getmetadata(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getobject - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getobject(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getobject(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getobject(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getobject(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getobject(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_getobject(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_next - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_next(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_next(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_next(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_next(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_next(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_resultset_next(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolcount - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolcount(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolcount(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolcount(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolcount(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolcount(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolcount(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolname - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolname(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolname(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolname(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolname(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolname(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_rsmd_getcolname(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_save_failed - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_save_failed(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_save_failed(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_save_failed(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_save_failed(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_save_failed(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_save_failed(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_sc_def_obj - Static variable in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_obj(String[]) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_obj(String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_obj(String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_obj(String, String, String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_obj(Object) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_obj(Object, Throwable) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_str - Static variable in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_str(String[]) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_str(String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_str(String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_str(String, String, String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_str(Object) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_def_str(Object, Throwable) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_native - Static variable in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_native(String[]) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_native(String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_native(String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_native(String, String, String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_native(Object) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_native(Object, Throwable) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_null - Static variable in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_null(String[]) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_null(String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_null(String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_null(String, String, String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_null(Object) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_null(Object, Throwable) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_object - Static variable in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_object(String[]) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_object(String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_object(String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_object(String, String, String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_object(Object) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_object(Object, Throwable) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_string - Static variable in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_string(String[]) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_string(String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_string(String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_string(String, String, String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_string(Object) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_sc_string(Object, Throwable) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_setbeanfield - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield_msg - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield_msg(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield_msg(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield_msg(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield_msg(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield_msg(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_setbeanfield_msg(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_system - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_system(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_system(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_system(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_system(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_system(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_system(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_system - Static variable in class com.ricebridge.data.in.DataBaseException
 
CODE_system(String[]) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_system(String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_system(String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_system(String, String, String, String, String, String) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_system(Object) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_system(Object, Throwable) - Static method in class com.ricebridge.data.in.DataBaseException
 
CODE_unknown_column - Static variable in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_unknown_column(String[]) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_unknown_column(String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_unknown_column(String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_unknown_column(String, String, String, String, String, String) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_unknown_column(Object) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
CODE_unknown_column(Object, Throwable) - Static method in class com.ricebridge.csvman.CsvManagerBaseException
 
COMMENT - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
CharacterArrayStringConverter - class com.ricebridge.data.sc.CharacterArrayStringConverter.
Handle char array textual representations.
CharacterArrayStringConverter() - Constructor for class com.ricebridge.data.sc.CharacterArrayStringConverter
Create array converter with standard default object.
CharacterArrayStringConverter(char) - Constructor for class com.ricebridge.data.sc.CharacterArrayStringConverter
Create array converter with specified default native value.
CharacterArrayStringConverter(Character) - Constructor for class com.ricebridge.data.sc.CharacterArrayStringConverter
Create array converter with specified default wrapper object.
CharacterStringConverter - class com.ricebridge.data.sc.CharacterStringConverter.
Handle char textual representations.
CharacterStringConverter() - Constructor for class com.ricebridge.data.sc.CharacterStringConverter
Create a converter with standard default CharacterStringConverter.sStandardDefault.
CharacterStringConverter(char) - Constructor for class com.ricebridge.data.sc.CharacterStringConverter
Create a converter with specific native default.
CharacterStringConverter(Character) - Constructor for class com.ricebridge.data.sc.CharacterStringConverter
Create a converter with specific wrapper object default.
CsvBuffer - interface com.ricebridge.csvman.CsvBuffer.
Internal Interface; provides most recently read line to parser in case of error.
CsvHandler - class com.ricebridge.csvman.CsvHandler.
Internal Class; handles loading and saving operations.
CsvHandler() - Constructor for class com.ricebridge.csvman.CsvHandler
 
CsvHandlerTest - class com.ricebridge.csvman.test.CsvHandlerTest.
Test cases for CsvHandler.
CsvHandlerTest(String) - Constructor for class com.ricebridge.csvman.test.CsvHandlerTest
 
CsvHandlerTest.TestLineListener - class com.ricebridge.csvman.test.CsvHandlerTest.TestLineListener.
Test LineListener
CsvHandlerTest.TestLineListener() - Constructor for class com.ricebridge.csvman.test.CsvHandlerTest.TestLineListener
 
CsvHandlerTest.TestLineProvider - class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider.
 
CsvHandlerTest.TestLineProvider(List) - Constructor for class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider
 
CsvLexer - class com.ricebridge.csvman.CsvLexer.
Internal Class; handles parsing of CSV text using the ANTLR parser generator.
CsvLexer(InputStream) - Constructor for class com.ricebridge.csvman.CsvLexer
 
CsvLexer(Reader) - Constructor for class com.ricebridge.csvman.CsvLexer
 
CsvLexer(InputBuffer) - Constructor for class com.ricebridge.csvman.CsvLexer
 
CsvLexer(LexerSharedInputState) - Constructor for class com.ricebridge.csvman.CsvLexer
 
CsvLoader - interface com.ricebridge.csvman.CsvLoader.
Load CSV data lines as you need them.
CsvLoaderBadLineTest - class com.ricebridge.csvman.test.CsvLoaderBadLineTest.
Test cases for CsvLoader when loading bad data.
CsvLoaderBadLineTest(String) - Constructor for class com.ricebridge.csvman.test.CsvLoaderBadLineTest
 
CsvLoaderTest - class com.ricebridge.csvman.test.CsvLoaderTest.
Test cases for CsvLoader .
CsvLoaderTest(String) - Constructor for class com.ricebridge.csvman.test.CsvLoaderTest
 
CsvManager - class com.ricebridge.csvman.CsvManager.
This is the main class for loading and saving CSV files.
CsvManager() - Constructor for class com.ricebridge.csvman.CsvManager
Create a new instance of CsvManager.
CsvManager(CsvSpec) - Constructor for class com.ricebridge.csvman.CsvManager
Create a new instance of CsvManager using the specified CsvSpec CSV format specification.
CsvManagerBaseException - exception com.ricebridge.csvman.CsvManagerBaseException.
CsvManagerBaseException class.
CsvManagerBaseException() - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(String) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code, String) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(Object) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(String[]) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(Object[]) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(String, Object) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(String, String[]) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(String, Object[]) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code, String, Object) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code, String, String[]) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code, String, Object[]) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code, Object) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code, String[]) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code, Object[]) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code, Throwable) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(Throwable) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(String, Throwable) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code, String, Throwable) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code, Object, Throwable) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code, String[], Throwable) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException(CsvManagerBaseException.Code, Object[], Throwable) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException
 
CsvManagerBaseException.Code - class com.ricebridge.csvman.CsvManagerBaseException.Code.
Code enumeration class for CsvManagerBaseException
CsvManagerBaseException.Code(StandardException.Cat, String) - Constructor for class com.ricebridge.csvman.CsvManagerBaseException.Code
 
CsvManagerException - exception com.ricebridge.csvman.CsvManagerException.
CSV Manager has a single Exception type for indicating errors.
CsvManagerException(CsvManagerBaseException.Code) - Constructor for class com.ricebridge.csvman.CsvManagerException
 
CsvManagerException(CsvManagerBaseException.Code, BadLine) - Constructor for class com.ricebridge.csvman.CsvManagerException
 
CsvManagerException(CsvManagerBaseException.Code, Object) - Constructor for class com.ricebridge.csvman.CsvManagerException
 
CsvManagerException(CsvManagerBaseException.Code, String) - Constructor for class com.ricebridge.csvman.CsvManagerException
 
CsvManagerException(CsvManagerBaseException.Code, String, Throwable) - Constructor for class com.ricebridge.csvman.CsvManagerException
 
CsvManagerException(CsvManagerBaseException.Code, String[]) - Constructor for class com.ricebridge.csvman.CsvManagerException
 
CsvManagerException(CsvManagerBaseException.Code, Throwable) - Constructor for class com.ricebridge.csvman.CsvManagerException
 
CsvManagerException(CsvManagerBaseException.Code, String[], Throwable) - Constructor for class com.ricebridge.csvman.CsvManagerException
 
CsvManagerException(CsvManagerBaseException.Code, BadLine, Throwable) - Constructor for class com.ricebridge.csvman.CsvManagerException
 
CsvManagerException(Throwable) - Constructor for class com.ricebridge.csvman.CsvManagerException
 
CsvManagerStore - class com.ricebridge.csvman.CsvManagerStore.
This is a utility class for storing and creating object instances used by CsvManager.
CsvManagerStore() - Constructor for class com.ricebridge.csvman.CsvManagerStore
 
CsvManagerStoreBase - class com.ricebridge.csvman.in.CsvManagerStoreBase.
This is a utility class for creating LineListener and LineProvider instances used by CsvManager.
CsvManagerStoreBase() - Constructor for class com.ricebridge.csvman.in.CsvManagerStoreBase
 
CsvManagerTest - class com.ricebridge.csvman.test.CsvManagerTest.
Test cases for CsvManager.
CsvManagerTest(String) - Constructor for class com.ricebridge.csvman.test.CsvManagerTest
 
CsvManagerTest.TestFieldListener - class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener.
Text FieldListener
CsvManagerTest.TestFieldListener() - Constructor for class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener
 
CsvParser - class com.ricebridge.csvman.CsvParser.
Internal Class; handles parsing of CSV text using the ANTLR parser generator.
CsvParser(TokenBuffer, int) - Constructor for class com.ricebridge.csvman.CsvParser
 
CsvParser(TokenBuffer) - Constructor for class com.ricebridge.csvman.CsvParser
 
CsvParser(TokenStream, int) - Constructor for class com.ricebridge.csvman.CsvParser
 
CsvParser(TokenStream) - Constructor for class com.ricebridge.csvman.CsvParser
 
CsvParser(ParserSharedInputState) - Constructor for class com.ricebridge.csvman.CsvParser
 
CsvParser.HandleLineException - exception com.ricebridge.csvman.CsvParser.HandleLineException.
Internal Class; parser exceptions.
CsvParser.HandleLineException(Exception) - Constructor for class com.ricebridge.csvman.CsvParser.HandleLineException
 
CsvParserTokenTypes - interface com.ricebridge.csvman.CsvParserTokenTypes.
Internal Class; handles parsing of CSV text using the ANTLR parser generator.
CsvReader - class com.ricebridge.csvman.CsvReader.
Internal Class; wraps an Reader instance.
CsvReader(Reader, int) - Constructor for class com.ricebridge.csvman.CsvReader
Wrap an Reader.
CsvResultSet - class com.ricebridge.csvman.CsvResultSet.
Implementation of a ResultSet to present CSV data.
CsvResultSet(ArrayList, boolean, int) - Constructor for class com.ricebridge.csvman.CsvResultSet
Create a new ResultSet from CSV data.
CsvResultSet() - Constructor for class com.ricebridge.csvman.CsvResultSet
Create a new empty ResultSet.
CsvResultSetMetaData - class com.ricebridge.csvman.CsvResultSetMetaData.
Implementation of ResultSetMetaData to present CSV header data.
CsvResultSetMetaData(String[]) - Constructor for class com.ricebridge.csvman.CsvResultSetMetaData
Initialised with a List of String[] containing column headers.
CsvSaver - interface com.ricebridge.csvman.CsvSaver.
Save CSV data lines as you create them.
CsvSaverTest - class com.ricebridge.csvman.test.CsvSaverTest.
Test cases for CsvManager Beans handling.
CsvSaverTest(String) - Constructor for class com.ricebridge.csvman.test.CsvSaverTest
 
CsvSpec - class com.ricebridge.csvman.CsvSpec.
Stores settings for reading and writing CSV files.
CsvSpec() - Constructor for class com.ricebridge.csvman.CsvSpec
Create a new CsvSpec object with Excel defaults.
CsvSpecTest - class com.ricebridge.csvman.test.CsvSpecTest.
Test cases for CsvSpec.
CsvSpecTest(String) - Constructor for class com.ricebridge.csvman.test.CsvSpecTest
 
CsvTableModel - class com.ricebridge.csvman.CsvTableModel.
Implementation of a TableModel to hold CSV data.
CsvTableModel() - Constructor for class com.ricebridge.csvman.CsvTableModel
Support Class.newInstance object instantiation.
CsvTableModel(List) - Constructor for class com.ricebridge.csvman.CsvTableModel
Create a new TableModel with specified a List of String[] arrays.
CsvWriter - class com.ricebridge.csvman.CsvWriter.
Internal class.
CsvWriter(Writer, CsvSpec) - Constructor for class com.ricebridge.csvman.CsvWriter
Create a new CsvWriter wrapping a Writer, with settings from a CsvSpec.
CsvWriterTest - class com.ricebridge.csvman.test.CsvWriterTest.
Test cases for internal class CsvWriter.
CsvWriterTest(String) - Constructor for class com.ricebridge.csvman.test.CsvWriterTest
 
CustomLineListener - class com.ricebridge.csvman.CustomLineListener.
Extend this class to create your own LineListener.
CustomLineListener() - Constructor for class com.ricebridge.csvman.CustomLineListener
 
CustomLineProvider - class com.ricebridge.csvman.CustomLineProvider.
Extend this class to create your own LineProvider.
CustomLineProvider() - Constructor for class com.ricebridge.csvman.CustomLineProvider
 
cancelRowUpdates() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.cancelRowUpdates().
cce_list_line - Static variable in class com.ricebridge.csvman.MsgCode
 
check(CsvManager, long, long) - Method in class com.ricebridge.csvman.test.PerformanceTest
 
check(CsvManager, long, long) - Method in class com.ricebridge.csvman.test.StreamingTest
 
checkLineWithinBounds() - Method in class com.ricebridge.csvman.CsvParser
 
clearWarnings() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.clearWarnings().
close() - Method in class com.ricebridge.csvman.CsvReader
 
close() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.close().
close() - Method in class com.ricebridge.data.TextWriter
Close the parent StringWriter and set the text to the closing string value.
closeBadLine(boolean, boolean, String) - Method in class com.ricebridge.csvman.CsvParser
 
close_reader - Static variable in class com.ricebridge.csvman.MsgCode
 
close_writer - Static variable in class com.ricebridge.csvman.MsgCode
 
com.ricebridge.csvman - package com.ricebridge.csvman
Main package for CSV Manager component.
com.ricebridge.csvman.in - package com.ricebridge.csvman.in
Internal Class package for CSV Manager component.
com.ricebridge.csvman.test - package com.ricebridge.csvman.test
Unit tests for CSV Manager component.
com.ricebridge.data - package com.ricebridge.data
Utility Class package for CSV Manager component.
com.ricebridge.data.in - package com.ricebridge.data.in
Utility Class package for CSV Manager component.
com.ricebridge.data.sc - package com.ricebridge.data.sc
Utility Class package for CSV Manager component.
com.ricebridge.util - package com.ricebridge.util
Utility Class package for CSV Manager component.
com.ricebridge.util.txt - package com.ricebridge.util.txt
 
containsCharSet(String, String) - Static method in class com.ricebridge.util.RBTextUtil
true if pText contains any of pCharList
containsCharSet(String, char[]) - Static method in class com.ricebridge.util.RBTextUtil
 
copyPropSpec() - Method in class com.ricebridge.util.PropSpec
Create a copy of this PropSpec instance.
crop(String, int) - Static method in class com.ricebridge.util.RBTextUtil
 
csvmanDoc_load() - Method in class com.ricebridge.csvman.test.Snippets
 
csvmanDoc_loadAsLists() - Method in class com.ricebridge.csvman.test.Snippets
 
csvmanDoc_loadBeans() - Method in class com.ricebridge.csvman.test.Snippets
 
csvmanDoc_loadListener() - Method in class com.ricebridge.csvman.test.Snippets
 
csvmanDoc_loadResultSet() - Method in class com.ricebridge.csvman.test.Snippets
 
csvmanDoc_loadTableModel() - Method in class com.ricebridge.csvman.test.Snippets
 
csvmanDoc_save() - Method in class com.ricebridge.csvman.test.Snippets
 
csvmanDoc_saveAsLists() - Method in class com.ricebridge.csvman.test.Snippets
 
csvmanDoc_saveBeans() - Method in class com.ricebridge.csvman.test.Snippets
 
csvmanDoc_saveProvider() - Method in class com.ricebridge.csvman.test.Snippets
 
csvmanDoc_saveResultSet() - Method in class com.ricebridge.csvman.test.Snippets
 
csvmanDoc_saveTableModel() - Method in class com.ricebridge.csvman.test.Snippets
 
csvrs_new - Static variable in class com.ricebridge.csvman.MsgCode
 
csvtm_new - Static variable in class com.ricebridge.csvman.MsgCode
 

D

DEFAULT_Bean_firstLineFieldsAsNeeded - Static variable in class com.ricebridge.csvman.BeanLineListener
Default value of Bean.firstLineFieldsAsNeeded).
DEFAULT_Bean_saveHeaders - Static variable in class com.ricebridge.csvman.BeanLineProvider
Default value of Bean.saveHeaders).
DEFAULT_Bean_useDefault - Static variable in class com.ricebridge.csvman.BeanLineListener
Default value of Bean.useDefault (false).
DEFAULT_Bean_useDefault - Static variable in class com.ricebridge.csvman.BeanLineProvider
Default value of Bean.useDefault).
DEFAULT_ESC - Static variable in class com.ricebridge.util.txt.MakeList
 
DEFAULT_ResultSet_dataHasHeaders - Static variable in class com.ricebridge.csvman.ResultSetLineListener
Default value of ResultSet.dataHasHeaders (false).
DEFAULT_ResultSet_saveHeaders - Static variable in class com.ricebridge.csvman.ResultSetLineProvider
Default value of ResultSet.saveHeaders (false).
DEFAULT_SEP - Static variable in class com.ricebridge.util.txt.MakeList
 
DEFAULT_TableModel_dataHasHeaders - Static variable in class com.ricebridge.csvman.TableModelLineListener
Default value of TableModel.dataHasHeaders).
DEFAULT_TableModel_editable - Static variable in class com.ricebridge.csvman.TableModelLineListener
Default value of TableModel.editable).
DEFAULT_TableModel_saveHeaders - Static variable in class com.ricebridge.csvman.TableModelLineProvider
Default value of TableModel.saveHeaders (false).
DQ - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
DataBaseException - exception com.ricebridge.data.in.DataBaseException.
DataBaseException class.
DataBaseException() - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(String) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code, String) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(Object) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(String[]) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(Object[]) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(String, Object) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(String, String[]) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(String, Object[]) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code, String, Object) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code, String, String[]) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code, String, Object[]) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code, Object) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code, String[]) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code, Object[]) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code, Throwable) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(Throwable) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(String, Throwable) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code, String, Throwable) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code, Object, Throwable) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code, String[], Throwable) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException(DataBaseException.Code, Object[], Throwable) - Constructor for class com.ricebridge.data.in.DataBaseException
 
DataBaseException.Code - class com.ricebridge.data.in.DataBaseException.Code.
Code enumeration class for DataBaseException
DataBaseException.Code(StandardException.Cat, String) - Constructor for class com.ricebridge.data.in.DataBaseException.Code
 
DataException - exception com.ricebridge.data.DataException.
RuntimeException for exceptions occurring in the com.ricebridge.data package.
DataException() - Constructor for class com.ricebridge.data.DataException
An empty DataException.
DataException(DataBaseException.Code) - Constructor for class com.ricebridge.data.DataException
Specify the error code.
DataException(DataBaseException.Code, Object) - Constructor for class com.ricebridge.data.DataException
Specify the error code, and the error context.
DataException(DataBaseException.Code, String) - Constructor for class com.ricebridge.data.DataException
Specify the error code, and the error message text.
DataException(DataBaseException.Code, String, Throwable) - Constructor for class com.ricebridge.data.DataException
Specify the error code, the error message test, and the original Exception that caused the error.
DataException(DataBaseException.Code, String[]) - Constructor for class com.ricebridge.data.DataException
Specify the error code, and provide a set of replacement values for the user-friendly error message associated with this code.
DataException(DataBaseException.Code, Throwable) - Constructor for class com.ricebridge.data.DataException
Specify the error code, and the original Exception that caused the error.
DataException(DataBaseException.Code, String[], Throwable) - Constructor for class com.ricebridge.data.DataException
Specify the error code, provide a set of replacement values for the user-friendly error message associated with this code, and the original Exception that caused the error.
DataException(Throwable) - Constructor for class com.ricebridge.data.DataException
Specify the error code.
DebugFieldListener - class com.ricebridge.csvman.DebugFieldListener.
Deprecated.  
DebugFieldListener() - Constructor for class com.ricebridge.csvman.DebugFieldListener
Deprecated.  
DefaultStringConverter - class com.ricebridge.data.sc.DefaultStringConverter.
Convenience class for implementing the StringConverter interface quickly and easily.
DefaultStringConverter() - Constructor for class com.ricebridge.data.sc.DefaultStringConverter
 
DoubleArrayStringConverter - class com.ricebridge.data.sc.DoubleArrayStringConverter.
Handle double array textual representations.
DoubleArrayStringConverter() - Constructor for class com.ricebridge.data.sc.DoubleArrayStringConverter
Create array converter with standard default object.
DoubleArrayStringConverter(double) - Constructor for class com.ricebridge.data.sc.DoubleArrayStringConverter
Create array converter with specified default native value.
DoubleArrayStringConverter(Double) - Constructor for class com.ricebridge.data.sc.DoubleArrayStringConverter
Create array converter with specified default wrapper object.
DoubleStringConverter - class com.ricebridge.data.sc.DoubleStringConverter.
Handle double textual representations.
DoubleStringConverter() - Constructor for class com.ricebridge.data.sc.DoubleStringConverter
Create a converter with standard default DoubleStringConverter.sStandardDefault.
DoubleStringConverter(short) - Constructor for class com.ricebridge.data.sc.DoubleStringConverter
Create a converter with specific native default.
DoubleStringConverter(Double) - Constructor for class com.ricebridge.data.sc.DoubleStringConverter
Create a converter with specific wrapper object default.
data - Variable in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineListener
 
decode(String, char, char) - Static method in class com.ricebridge.util.txt.Escape
 
decode(String, char[], char) - Static method in class com.ricebridge.util.txt.Escape
 
decode(String, char[], char[], char) - Static method in class com.ricebridge.util.txt.Escape
 
deleteRow() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.deleteRow().
dfmaxlen - Static variable in class com.ricebridge.csvman.MsgCode
 
display(CsvManager) - Method in class com.ricebridge.csvman.test.PerformanceTest
 
display(CsvManager) - Method in class com.ricebridge.csvman.test.StreamingTest
 
displayLists(List, List) - Static method in class com.ricebridge.csvman.test.TestUtil
 
displayTimes(CsvManager) - Static method in class com.ricebridge.csvman.test.TestUtil
 

E

EC - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
EMPTY_LINE - Variable in class com.ricebridge.csvman.in.BasicCsvLoader.LoaderLineListener
 
ENDOFLINE - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
EOF - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
EdgeCasesTest - class com.ricebridge.csvman.test.EdgeCasesTest.
Test cases for CSV format edge cases.
EdgeCasesTest(String) - Constructor for class com.ricebridge.csvman.test.EdgeCasesTest
 
EdgeCasesTest.NumFieldLineListener - class com.ricebridge.csvman.test.EdgeCasesTest.NumFieldLineListener.
 
EdgeCasesTest.NumFieldLineListener() - Constructor for class com.ricebridge.csvman.test.EdgeCasesTest.NumFieldLineListener
 
End - Static variable in class com.ricebridge.csvman.TrimType
Trim end of data field value
EndLineTest - class com.ricebridge.csvman.test.EndLineTest.
Test cases for CsvManager.setEndLine(long).
EndLineTest(String) - Constructor for class com.ricebridge.csvman.test.EndLineTest
 
Escape - class com.ricebridge.util.txt.Escape.
 
Escape() - Constructor for class com.ricebridge.util.txt.Escape
 
emptyLine() - Method in class com.ricebridge.csvman.CsvParser
 
emptyLine() - Method in class com.ricebridge.csvman.in.BasicCsvLoader.LoaderLineListener
 
empty_char_string - Static variable in class com.ricebridge.csvman.MsgCode
 
emptyfieldname - Static variable in class com.ricebridge.csvman.MsgCode
 
encode(String, char, char) - Static method in class com.ricebridge.util.txt.Escape
 
encode(String, char[], char) - Static method in class com.ricebridge.util.txt.Escape
 
encode(String, char[], char[], char) - Static method in class com.ricebridge.util.txt.Escape
 
end() - Method in interface com.ricebridge.csvman.CsvLoader
Tell the CsvLoader you want to end the loading process.
end() - Method in interface com.ricebridge.csvman.CsvSaver
Tell the CsvSaver you want to end the saving process.
end() - Method in class com.ricebridge.csvman.in.BasicCsvLoader
Close reader if close-inputstream is true.
end() - Method in class com.ricebridge.csvman.in.BasicCsvSaver
Close writer if close-outputstream is true.
endLine(String, long) - Method in interface com.ricebridge.csvman.FieldListener
Deprecated. Called each time the end of a data line is reached.
endLine(String, long) - Method in class com.ricebridge.csvman.FieldListenerSupport
Deprecated. Helper implementation of FieldListener.endLine(java.lang.String, long).
endLineImpl(String, long) - Method in class com.ricebridge.csvman.DebugFieldListener
Deprecated.  
endLineImpl(String, long) - Method in class com.ricebridge.csvman.FieldListenerSupport
Deprecated. Implement this method to be notified of the end of each data line.
endLineImpl() - Method in class com.ricebridge.csvman.FieldListenerSupport
Deprecated. DO NOT USE THIS METHOD.
endLineImpl() - Method in class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener
 
endLineImpl(String, long) - Method in class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener
 
endLoad() - Method in interface com.ricebridge.csvman.FieldListener
Deprecated. Called just after loading of the CSV data ends.
endLoad() - Method in class com.ricebridge.csvman.FieldListenerSupport
Deprecated. Helper implementation of FieldListener.endLoad().
endLoad() - Method in class com.ricebridge.csvman.LineListenerSupport
Old version of LineListener.endProcess.
endLoadImpl() - Method in class com.ricebridge.csvman.DebugFieldListener
Deprecated.  
endLoadImpl() - Method in class com.ricebridge.csvman.FieldListenerSupport
Deprecated. Implement this method to receive notification that loading of CSV data has ended.
endLoadImpl() - Method in class com.ricebridge.csvman.LineListenerSupport
Old version of CustomLineListener.endProcessImpl.
endLoadImpl() - Method in class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener
 
endOfLine(String) - Method in interface com.ricebridge.csvman.CsvBuffer
Find the last line input based on a set of end-of-line marking characters.
endOfLine(String) - Method in class com.ricebridge.csvman.CsvReader
Find the last line input based on a set of end-of-line marking characters.
endProcess() - Method in interface com.ricebridge.csvman.LineListener
Called just after loading of the CSV data ends.
endProcess() - Method in class com.ricebridge.csvman.LineListenerSupport
CSV Manager 1.2 interface compatibility - does nothing.
endProcess() - Method in class com.ricebridge.csvman.LineListenerSupportImpl
Helper implementation of LineListener.endProcess
endProcess() - Method in interface com.ricebridge.csvman.LineProvider
Indicate the end of the saving process.
endProcess() - Method in class com.ricebridge.csvman.LineProviderSupport
CSV Manager 1.2 interface compatibility - does nothing.
endProcess() - Method in class com.ricebridge.csvman.LineProviderSupportImpl
Helper implementation of LineProvider.endProcess.
endProcessImpl() - Method in class com.ricebridge.csvman.BasicLineListener
Handle end of loading process.
endProcessImpl() - Method in class com.ricebridge.csvman.CustomLineListener
Implement this method to receive notification that the loading of CSV data has ended.
endProcessImpl() - Method in class com.ricebridge.csvman.CustomLineProvider
Implement this method to receive notification that the saving of CSV data has ended.
endProcessImpl() - Method in class com.ricebridge.csvman.LineListenerFixer
Compatibility wrapper.
endProcessImpl() - Method in class com.ricebridge.csvman.LineListenerSupportImpl
The default implementation of this method is provided by CustomLineListener
endProcessImpl() - Method in class com.ricebridge.csvman.LineProviderFixer
Compatibility wrapper.
endProcessImpl() - Method in class com.ricebridge.csvman.LineProviderSupportImpl
 
endProcessImpl() - Method in class com.ricebridge.csvman.MultiLineListener
Calls LineListener.endProcess() on each registered LineListener in turn.
endProcessImpl() - Method in class com.ricebridge.csvman.ResultSetLineListener
End the loading process.
endProcessImpl() - Method in class com.ricebridge.csvman.ResultSetLineProvider
End the saving process.
endProcessImpl() - Method in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineListener
 
endProcessImpl() - Method in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider
 
endProcessImpl() - Method in class com.ricebridge.csvman.test.PerformanceTestFileMaker.RandomValueLineProvider
 
endProcessImpl() - Method in class com.ricebridge.csvman.test.Snippets.MyLineListener
 
endProcessImpl() - Method in class com.ricebridge.csvman.test.StreamingTest.MeasureStreamLineListener
 
endSave() - Method in class com.ricebridge.csvman.LineProviderSupport
Old version of CustomLineListener.endProcess.
endSaveImpl() - Method in class com.ricebridge.csvman.LineProviderSupport
Old version of CustomLineListener.nextLineImpl.
endSaveImpl() - Method in class com.ricebridge.csvman.test.Snippets.MyLineProvider
 
endline() - Method in class com.ricebridge.csvman.CsvParser
 
escape_is_quote - Static variable in class com.ricebridge.csvman.MsgCode
 
escape_is_sep - Static variable in class com.ricebridge.csvman.MsgCode
 
escmap_key_not_char - Static variable in class com.ricebridge.csvman.MsgCode
 
escmap_value_not_char - Static variable in class com.ricebridge.csvman.MsgCode
 

F

FIELD - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
FT_BADLINE - Static variable in class com.ricebridge.csvman.test.BadLineTest.FailingListener
 
FT_CSVMAN_EXCEPTION - Static variable in class com.ricebridge.csvman.test.BadLineTest.FailingListener
 
FT_EXCEPTION - Static variable in class com.ricebridge.csvman.test.BadLineTest.FailingListener
 
FieldListener - interface com.ricebridge.csvman.FieldListener.
Deprecated.  
FieldListenerSupport - class com.ricebridge.csvman.FieldListenerSupport.
Deprecated.  
FieldListenerSupport() - Constructor for class com.ricebridge.csvman.FieldListenerSupport
Deprecated.  
FloatArrayStringConverter - class com.ricebridge.data.sc.FloatArrayStringConverter.
Handle float array textual representations.
FloatArrayStringConverter() - Constructor for class com.ricebridge.data.sc.FloatArrayStringConverter
Create array converter with standard default object.
FloatArrayStringConverter(float) - Constructor for class com.ricebridge.data.sc.FloatArrayStringConverter
Create array converter with specified default native value.
FloatArrayStringConverter(Float) - Constructor for class com.ricebridge.data.sc.FloatArrayStringConverter
Create array converter with specified default wrapper object.
FloatStringConverter - class com.ricebridge.data.sc.FloatStringConverter.
Handle float textual representations.
FloatStringConverter() - Constructor for class com.ricebridge.data.sc.FloatStringConverter
Create a converter with standard default FloatStringConverter.sStandardDefault.
FloatStringConverter(short) - Constructor for class com.ricebridge.data.sc.FloatStringConverter
Create a converter with specific native default.
FloatStringConverter(Float) - Constructor for class com.ricebridge.data.sc.FloatStringConverter
Create a converter with specific wrapper object default.
Full - Static variable in class com.ricebridge.csvman.TrimType
Trim start and end of data field value
failon3 - Variable in class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener
 
field() - Method in class com.ricebridge.csvman.CsvParser
 
field_endload - Static variable in class com.ricebridge.csvman.MsgCode
 
fieldlistener_exception - Static variable in class com.ricebridge.csvman.MsgCode
 
file_cant_read - Static variable in class com.ricebridge.csvman.MsgCode
 
file_cant_write - Static variable in class com.ricebridge.csvman.MsgCode
 
file_not_exist - Static variable in class com.ricebridge.csvman.MsgCode
 
file_not_found - Static variable in class com.ricebridge.csvman.MsgCode
 
findColumn(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.findColumn(java.lang.String).
findColumn(String) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
Find the index (starting at one, not zero) of a named column.
findFile(String) - Static method in class com.ricebridge.csvman.test.TestUtil
 
first() - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.first().
formatByteSizeUp(long) - Static method in class com.ricebridge.util.RBDataUtil
return size formatted as 0.1Kb, 2Kb, 3.1Mb, estimating upwards
formatField(String, String, CsvSpec) - Static method in class com.ricebridge.csvman.CsvWriter
Format data field (escape, quote, etc.) as String for output.

G

general - Static variable in class com.ricebridge.csvman.MsgCode
 
general - Static variable in class com.ricebridge.data.in.MsgCode
 
getAllowQuotedLineEnds() - Method in class com.ricebridge.csvman.CsvSpec
Get the allow quoted line ends setting.
getArray(String) - Method in class com.ricebridge.csvman.CsvResultSet
Not supported.
getArray(int) - Method in class com.ricebridge.csvman.CsvResultSet
Not supported.
getAsListsLineListener() - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
getAsListsLineProvider() - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
getAsciiStream(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getAsciiStream(int).
getAsciiStream(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getAsciiStream(int).
getAverageTimePerLineInSeconds() - Method in class com.ricebridge.csvman.CsvManager
Get the average time taken to process each line in seconds.
getBadLine() - Method in class com.ricebridge.csvman.CsvManagerException
may return empty BadLine if none set
getBadLineCount() - Method in class com.ricebridge.csvman.CsvHandler
Get current bad line count if CsvHandler.isActive() else final bad line count.
getBadLineCount() - Method in class com.ricebridge.csvman.CsvManager
Get the number of badly formatted lines of data when loading or saving.
getBadLineCount() - Method in class com.ricebridge.csvman.CsvParser
 
getBadLines() - Method in class com.ricebridge.csvman.CsvHandler
Get badly formatted lines.
getBadLines() - Method in class com.ricebridge.csvman.CsvManager
Get a list of descriptions (BadLine) of any badly formatted data lines encountered.
getBadLines() - Method in class com.ricebridge.csvman.CsvParser
 
getBar() - Method in class com.ricebridge.csvman.test.LoadBeansTest.BeanRecord
 
getBar() - Method in class com.ricebridge.csvman.test.SaveBeansTest.BeanLine
 
getBar() - Method in class com.ricebridge.csvman.test.Snippets.BeanRecord
 
getBasicLineListener() - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
getBasicLineProvider() - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
getBeanClass() - Method in class com.ricebridge.data.BeanSpec
Get the class of the current Java Bean.
getBeans() - Method in class com.ricebridge.csvman.BeanLineListener
Get the data records as List of Java Bean objects.
getBigDecimal(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getBigDecimal(int).
getBigDecimal(String, int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getBigDecimal(int).
getBigDecimal(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getBigDecimal(int).
getBigDecimal(int, int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getBigDecimal(int).
getBinaryStream(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getBinaryStream(int).
getBinaryStream(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getBinaryStream(int).
getBlob(String) - Method in class com.ricebridge.csvman.CsvResultSet
Not supported.
getBlob(int) - Method in class com.ricebridge.csvman.CsvResultSet
Not supported.
getBoolean(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getBoolean(int).
getBoolean(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getBoolean(int).
getBoolean() - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
getBoolean() - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
getBooleanProperty(String) - Method in class com.ricebridge.util.PropSpec
Get the value of a boolean property.
getByte(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getByte(int).
getByte(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getByte(int).
getByte() - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
getByte() - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
getBytes(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getBytes(int).
getBytes(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getBytes(int).
getCatalogName(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.getCatalogName(int).
getChar() - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
getChar() - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
getCharacterStream(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getCharacterStream(int).
getCharacterStream(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getCharacterStream(int).
getClob(String) - Method in class com.ricebridge.csvman.CsvResultSet
Not supported.
getClob(int) - Method in class com.ricebridge.csvman.CsvResultSet
Not supported.
getCloseInputStream() - Method in class com.ricebridge.csvman.CsvSpec
Get the close input stream setting.
getCloseOutputStream() - Method in class com.ricebridge.csvman.CsvSpec
Get the close output stream setting.
getCollectBadLines() - Method in class com.ricebridge.csvman.CsvSpec
Get the collect bad lines setting.
getColumnClassName(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.getColumnClassName(int).
getColumnCount() - Method in class com.ricebridge.csvman.CsvResultSetMetaData
Get the number of columns.
getColumnCount() - Method in class com.ricebridge.csvman.CsvTableModel
Get number of columns in table.
getColumnDisplaySize(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.getColumnDisplaySize(int).
getColumnLabel(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
Get the name of a column.
getColumnName(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
Get the name of a column.
getColumnName(int) - Method in class com.ricebridge.csvman.CsvTableModel
Get the name of the column.
getColumnType(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.getColumnType(int).
getColumnTypeName(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.getColumnTypeName(int).
getComment() - Method in class com.ricebridge.csvman.CsvSpec
Get the character used to start comments.
getCommentWithinLine() - Method in class com.ricebridge.csvman.CsvSpec
Get the use comments setting.
getConcurrency() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.getConcurrency().
getCsvFile(String) - Static method in class com.ricebridge.csvman.test.PerformanceTest
 
getCsvManagerStore() - Method in class com.ricebridge.csvman.CsvManager
CsvManagerStore is a utility class for handling LineListener and LineProvider instances.
getCsvSpec() - Method in class com.ricebridge.csvman.CsvHandler
Get the CsvSpec used for current operation.
getCsvSpec() - Method in class com.ricebridge.csvman.CsvManager
Set the CsvSpec, a specification for CSV file format variation to use.
getCsvTableModel() - Method in class com.ricebridge.csvman.TableModelLineListener
Get the new CsvTableModel instance containing the CSV data.
getCursorName() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.getCursorName().
getData() - Method in class com.ricebridge.csvman.BasicLineListener
Get the list of loaded data lines as a List of String[] arrays.
getData() - Method in class com.ricebridge.csvman.test.LoadLineListenerTest.SimpleLineListener
 
getDataFieldMaxLength() - Method in class com.ricebridge.csvman.CsvSpec
Get the data field maximum length setting.
getDate(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getDate(int).
getDate(String, Calendar) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getDate(int).
getDate(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getDate(int).
getDate(int, Calendar) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getDate(int).
getDate() - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
getDate() - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
getDouble(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getDouble(int).
getDouble(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getDouble(int).
getDouble() - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
getDouble() - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
getDoubleQuote() - Method in class com.ricebridge.csvman.CsvSpec
Get the value of the double quote setting.
getEncoding() - Method in class com.ricebridge.csvman.CsvSpec
Get the encoding setting.
getEndDate() - Method in class com.ricebridge.csvman.CsvHandler
Get end Date of operation.
getEndDate() - Method in class com.ricebridge.csvman.CsvManager
Get the Date at which processing of data lines ended.
getEndLine() - Method in class com.ricebridge.csvman.CsvSpec
Get the end line (the last line to load) value.
getEndOfLine() - Method in class com.ricebridge.csvman.CsvSpec
Get the end-of-line characters.
getErrorMsg() - Method in class com.ricebridge.csvman.BadLine
Get the error message describing the bad data line.
getErrorType() - Method in class com.ricebridge.csvman.BadLine
Get the type of error that occurred.
getEscape() - Method in class com.ricebridge.csvman.CsvSpec
Get the escape character.
getEscapeMap() - Method in class com.ricebridge.csvman.CsvSpec
Get a copy of the current escape mappings.
getException() - Method in class com.ricebridge.csvman.BadLine
Get the Exception that caused the bad line.
getFetchDirection() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.getFetchDirection().
getFetchSize() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.getFetchSize().
getFieldAsString(int) - Method in class com.ricebridge.csvman.ResultSetLineProvider
Get the String value of a ResultSet field.
getFieldListener() - Method in class com.ricebridge.csvman.CsvHandler
Get current FieldListener.
getFieldNames() - Method in class com.ricebridge.csvman.LineSpec
Get the list of field names.
getFloat(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getFloat(int).
getFloat(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getFloat(int).
getFloat() - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
getFloat() - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
getFlushEachLine() - Method in class com.ricebridge.csvman.CsvSpec
Get the flush each line setting.
getFoo() - Method in class com.ricebridge.csvman.test.LoadBeansTest.BeanRecord
 
getFoo() - Method in class com.ricebridge.csvman.test.SaveBeansTest.BeanLine
 
getFoo() - Method in class com.ricebridge.csvman.test.Snippets.BeanRecord
 
getGetterNames() - Method in class com.ricebridge.data.BeanSpec
Get the sorted property names of the getter methods.
getHasHeaders() - Method in class com.ricebridge.csvman.HeadersListenerSupport
Get the value of the has headers setting.
getIgnoreBadLines() - Method in class com.ricebridge.csvman.CsvSpec
Get the status of the ignore bad lines setting.
getIgnoreEmptyLines() - Method in class com.ricebridge.csvman.CsvSpec
Get the status of the ignore empty lines setting.
getInt(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getInt(int).
getInt(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getInt(int).
getInt() - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
getInt() - Method in class com.ricebridge.csvman.test.LoadBeansTest.TypeBeanRecord
 
getInt() - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
getLineCount() - Method in class com.ricebridge.csvman.CsvHandler
Get current line count if CsvHandler.isActive() else final line count.
getLineCount() - Method in class com.ricebridge.csvman.CsvManager
Get the number of lines of data loaded or saved.
getLineCount() - Method in class com.ricebridge.csvman.CsvParser
 
getLineCount() - Method in class com.ricebridge.csvman.CsvWriter
Get the number of lines output so far.
getLineListener() - Method in class com.ricebridge.csvman.CsvHandler
Get current LineListener.
getLineNumber() - Method in class com.ricebridge.csvman.BadLine
Get the line number of the bad data line.
getLineProvider() - Method in class com.ricebridge.csvman.CsvHandler
Get current LineProvider.
getLong(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getLong(int).
getLong(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getLong(int).
getLong() - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
getLong() - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
getMajor() - Method in class com.ricebridge.csvman.VersionDeclaration
 
getMergeSeparators() - Method in class com.ricebridge.csvman.CsvSpec
Get the status of the merge separators setting.
getMetaData() - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getMetaData().
getMinor() - Method in class com.ricebridge.csvman.VersionDeclaration
 
getName() - Method in class com.ricebridge.csvman.test.LoadBeansTest.BeanRecord
 
getName() - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
getName() - Method in class com.ricebridge.csvman.test.LoadBeansTest.SingleBean
 
getName() - Method in class com.ricebridge.csvman.test.SaveBeansTest.BeanLine
 
getName() - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
getName() - Method in class com.ricebridge.csvman.test.SaveBeansTest.SingleBean
 
getName() - Method in class com.ricebridge.csvman.test.Snippets.BeanRecord
 
getNested() - Method in class com.ricebridge.util.RuntimeWrapperException
 
getNumFields() - Method in class com.ricebridge.csvman.CsvSpec
Get the expected number of data fields per line.
getObject(String, Map) - Method in class com.ricebridge.csvman.CsvResultSet
Not supported.
getObject(int, Map) - Method in class com.ricebridge.csvman.CsvResultSet
Not supported.
getObject(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getObject(int).
getObject(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getObject(int).
getOriginalLine() - Method in class com.ricebridge.csvman.BadLine
Get the text of the bad data line.
getPackage() - Method in class com.ricebridge.csvman.CsvManagerBaseException
 
getPackage() - Method in class com.ricebridge.data.in.DataBaseException
 
getPrecision(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.getPrecision(int).
getProperty(String) - Method in class com.ricebridge.util.PropSpec
Get the value of a string property.
getQue() - Method in class com.ricebridge.csvman.test.LoadBeansTest.SingleBean
 
getQue() - Method in class com.ricebridge.csvman.test.SaveBeansTest.SingleBean
 
getQuote() - Method in class com.ricebridge.csvman.CsvSpec
Get the quote character.
getQuoteType() - Method in class com.ricebridge.csvman.CsvSpec
Get the quote type.
getRef(String) - Method in class com.ricebridge.csvman.CsvResultSet
Not supported.
getRef(int) - Method in class com.ricebridge.csvman.CsvResultSet
Not supported.
getRelease() - Method in class com.ricebridge.csvman.VersionDeclaration
 
getResultSet() - Method in class com.ricebridge.csvman.ResultSetLineListener
Get a ResultSet instance that presents the CSV data.
getResultSetLineListener() - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
getResultSetLineProvider() - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
getRow() - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getRow().
getRowCount() - Method in class com.ricebridge.csvman.CsvTableModel
Get number of rows in table.
getRunInBackground() - Method in class com.ricebridge.csvman.CsvManager
Get the status of the run in background setting.
getSavedLines() - Method in class com.ricebridge.csvman.CsvHandler
Get the number of lines actually saved, which may be less than the number of lines seen (CsvHandler.getLineCount()).
getScale(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.getScale(int).
getSchemaName(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.getSchemaName(int).
getSeparator() - Method in class com.ricebridge.csvman.CsvSpec
Get the separator characters.
getSetterNames() - Method in class com.ricebridge.data.BeanSpec
Get the sorted property names of the setter methods.
getShort(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getShort(int).
getShort(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getShort(int).
getShort() - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
getShort() - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
getStartDate() - Method in class com.ricebridge.csvman.CsvHandler
Get start Date of operation.
getStartDate() - Method in class com.ricebridge.csvman.CsvManager
Get the Date at which processing started.
getStartLine() - Method in class com.ricebridge.csvman.CsvSpec
Get the start line (the first line to load) value.
getStatement() - Method in class com.ricebridge.csvman.CsvResultSet
Not supported.
getStatsSummary() - Method in class com.ricebridge.csvman.CsvManager
Get a summary String containing the statistics of the previous or running operation.
getString(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getString(int).
getString(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getString(int).
getString() - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
getString() - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
getStringValue(Object, String, boolean) - Method in class com.ricebridge.data.BeanSpec
Call a Java Bean property get method.
getTableModelLineListener() - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
getTableModelLineProvider() - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
getTableName(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.getTableName(int).
getText() - Method in class com.ricebridge.data.Text
Get String value of text.
getText() - Method in class com.ricebridge.data.TextWriter
Set the text value using the current contents of the parent StringWriter.
getTextCsvFile(String) - Static method in class com.ricebridge.csvman.test.TestUtil
 
getTime(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getTime(int).
getTime(String, Calendar) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getTime(int).
getTime(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getTime(int).
getTime(int, Calendar) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getTime(int).
getTimeTaken() - Method in class com.ricebridge.csvman.CsvManager
Get the total time in milliseconds taken to process all lines.
getTimeTakenInSeconds() - Method in class com.ricebridge.csvman.CsvManager
Get the total time in seconds taken to process all lines.
getTimestamp(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getTimestamp(int).
getTimestamp(String, Calendar) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getTimestamp(int).
getTimestamp(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getTimestamp(int).
getTimestamp(int, Calendar) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getTimestamp(int).
getTrim() - Method in class com.ricebridge.csvman.CsvSpec
Get the trim characters.
getTrimType() - Method in class com.ricebridge.csvman.CsvSpec
Get the trim type setting.
getType() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.getType().
getTypeName() - Method in class com.ricebridge.data.sc.BooleanArrayStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.BooleanStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.ByteArrayStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.ByteStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.CharacterArrayStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.CharacterStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.DoubleArrayStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.DoubleStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.FloatArrayStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.FloatStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.IntegerArrayStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.IntegerStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.LongArrayStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.LongStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.ShortArrayStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.ShortStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.StringArrayStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.StringStringConverter
 
getTypeName() - Method in class com.ricebridge.data.sc.TypeStringConverter
Name of Java native type.
getURL(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getURL(int).
getURL(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getURL(int).
getUnicodeStream(String) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getUnicodeStream(int).
getUnicodeStream(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.getUnicodeStream(int).
getUseComment() - Method in class com.ricebridge.csvman.CsvSpec
Get the use comments setting.
getUseEscape() - Method in class com.ricebridge.csvman.CsvSpec
Get the value of the use escape setting.
getUseEscapeMap() - Method in class com.ricebridge.csvman.CsvSpec
Get the value of the use escape map setting.
getUseQuote() - Method in class com.ricebridge.csvman.CsvSpec
Get the value of the use quote setting.
getUserMessage() - Method in class com.ricebridge.csvman.CsvManagerException
 
getUserMessage() - Method in class com.ricebridge.data.DataException
Return a user-friendly error message describing the problem.
getUserMessageFormatter() - Method in class com.ricebridge.data.DataException
Get the UserMessageFormatter object that formats user-friendly error messages.
getValueAt(int, int) - Method in class com.ricebridge.csvman.CsvTableModel
Get the value of a table cell.
getVerbatimEndOfLine() - Method in class com.ricebridge.csvman.CsvSpec
Get the verbatim end-of-line setting.
getVersion() - Method in class com.ricebridge.csvman.VersionDeclaration
 
getWarnings() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.getWarnings().
getbadlines_notlist - Static variable in class com.ricebridge.csvman.MsgCode
 
getbeanfield - Static variable in class com.ricebridge.csvman.MsgCode
 
getbeanfield_msg - Static variable in class com.ricebridge.csvman.MsgCode
 
geterrmsgs_notlist - Static variable in class com.ricebridge.csvman.MsgCode
 

H

HEX - Static variable in class com.ricebridge.util.RBDataUtil
 
HeadersListenerSupport - class com.ricebridge.csvman.HeadersListenerSupport.
Extension of CustomLineListener that handles headers in the CSV file.
HeadersListenerSupport() - Constructor for class com.ricebridge.csvman.HeadersListenerSupport
 
handleBadLine(BadLine) - Static method in class com.ricebridge.csvman.CsvManagerException
 
handleBadLine(BadLine, PropertySet) - Static method in class com.ricebridge.csvman.CsvManagerException
 
handleBadLine(BadLine) - Method in interface com.ricebridge.csvman.LineListener
Called when a badly formatted data line is encountered.
handleBadLine(BadLine) - Method in class com.ricebridge.csvman.LineListenerSupport
CSV Manager 1.2 interface compatibility - does nothing.
handleBadLine(BadLine) - Method in class com.ricebridge.csvman.LineListenerSupportImpl
Helper implementation of LineListener.handleBadLine
handleBadLineImpl(BadLine) - Method in class com.ricebridge.csvman.CustomLineListener
Implement this method to be notified when badly formatted data is encountered.
handleBadLineImpl(BadLine) - Method in class com.ricebridge.csvman.LineListenerFixer
Compatibility wrapper.
handleBadLineImpl(BadLine) - Method in class com.ricebridge.csvman.LineListenerSupportImpl
The default implementation of this method is provided by CustomLineListener
handleBadLineImpl(BadLine) - Method in class com.ricebridge.csvman.MultiLineListener
Calls LineListener.handleBadLine(com.ricebridge.csvman.BadLine) on each registered LineListener in turn.
handleBadLineImpl(BadLine) - Method in class com.ricebridge.csvman.in.BasicCsvLoader.LoaderLineListener
Store next bad line.
handleBadLineImpl(BadLine) - Method in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineListener
 
handleBadLineImpl(BadLine) - Method in class com.ricebridge.csvman.test.StreamingTest.MeasureStreamLineListener
 
handleBean(Object) - Method in class com.ricebridge.csvman.BeanLineListener
Store a bean object in the list of beans.
handleGet(String, Method) - Method in class com.ricebridge.data.BeanSpec
Handle the converter mappings for the specified get method.
handleLine() - Method in class com.ricebridge.csvman.CsvParser
 
handleLine(String[], int, long, String) - Method in interface com.ricebridge.csvman.LineListener
Implement this method to directly access the data for each line as it is parsed.
handleLine(String[], int, long, String) - Method in class com.ricebridge.csvman.LineListenerSupport
CSV Manager 1.2 interface compatibility - does nothing.
handleLine(String[], int, long, String) - Method in class com.ricebridge.csvman.LineListenerSupportImpl
Helper implementation of LineListener.handleLine
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.AsListsLineListener
Handle each data line by converting pLine into a List and storing it in the list of lines.
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.BasicLineListener
Handle each data line by storing it in a list.
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.BeanLineListener
Convert the data line String[] in a Java Bean instance and store it in a list.
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.CustomLineListener
Implement this method to receive each data line as it is loaded.
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.LineListenerFixer
Compatibility wrapper.
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.LineListenerSupportImpl
The default implementation of this method is provided by CustomLineListener
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.MultiLineListener
Add data line to each registered LineListener.
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.ResultSetLineListener
Add the data line String[] array to the list of ResultSet rows.
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.TableModelLineListener
Add the data line String[] array to the list of TableModel rows.
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.in.BasicCsvLoader.LoaderLineListener
Store next line of data.
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.test.BadLineTest.FailingListener
 
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.test.BadLineTest.NullLineListener
 
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineListener
 
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.test.EdgeCasesTest.NumFieldLineListener
 
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.test.LoadLineListenerTest.SimpleLineListener
 
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.test.ReallyBadLines.NullLineListener
 
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.test.Snippets.MyLineListener
 
handleLineImpl(String[], int, long, String) - Method in class com.ricebridge.csvman.test.StreamingTest.MeasureStreamLineListener
 
handleQuote(String) - Method in class com.ricebridge.csvman.test.PerformanceTestFileMaker.RandomValueLineProvider
 
handleSet(String, Method) - Method in class com.ricebridge.data.BeanSpec
Handle the converter mappings for the specified set method.
handleStringConverter(String, Class) - Method in class com.ricebridge.data.BeanSpec
Determine the correct StringConverter for the property value class type, and perform any required initialisation of the StringConverter.
hasBadLine() - Method in class com.ricebridge.csvman.CsvManagerException
 
hasNext() - Method in interface com.ricebridge.csvman.CsvLoader
Check if there's another line of data in the CSV file, and return true if so.
hasNext() - Method in class com.ricebridge.csvman.in.BasicCsvLoader
Load a line of data and store it for retrieval with BasicCsvLoader.next().
hasNextField() - Method in class com.ricebridge.csvman.LineProviderSupport
Defunct method.
hasNextFieldImpl() - Method in class com.ricebridge.csvman.LineProviderSupport
Defunct method.
hasNextLine() - Method in interface com.ricebridge.csvman.LineProvider
Indicate that another data line is available to save.
hasNextLine() - Method in class com.ricebridge.csvman.LineProviderSupport
Old version of CustomLineListener.hasNextLine.
hasNextLine() - Method in class com.ricebridge.csvman.LineProviderSupportImpl
Helper implementation of LineProvider.hasNextLine.
hasNextLineImpl() - Method in class com.ricebridge.csvman.AsListsLineProvider
Return true if line index is less than number of data lines in list.
hasNextLineImpl() - Method in class com.ricebridge.csvman.BasicLineProvider
Return true if line index is less than number of data lines in list.
hasNextLineImpl() - Method in class com.ricebridge.csvman.BeanLineProvider
Check if there are any beans left.
hasNextLineImpl() - Method in class com.ricebridge.csvman.CustomLineProvider
Implement this method to let CSV Manager know that there is another line of data to save.
hasNextLineImpl() - Method in class com.ricebridge.csvman.LineProviderFixer
Compatibility wrapper.
hasNextLineImpl() - Method in class com.ricebridge.csvman.LineProviderSupport
Old version of CustomLineListener.nextLineImpl.
hasNextLineImpl() - Method in class com.ricebridge.csvman.LineProviderSupportImpl
 
hasNextLineImpl() - Method in class com.ricebridge.csvman.ResultSetLineProvider
Return true if ResultSet.next returns true.
hasNextLineImpl() - Method in class com.ricebridge.csvman.TableModelLineProvider
Return true if TableModel contains more rows.
hasNextLineImpl() - Method in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider
 
hasNextLineImpl() - Method in class com.ricebridge.csvman.test.PerformanceTestFileMaker.RandomValueLineProvider
 
hasNextLineImpl() - Method in class com.ricebridge.csvman.test.Snippets.MyLineProvider
 
hasNextLineImpl() - Method in class com.ricebridge.csvman.test.Snippets.NumbersLineProvider
 
hasNextLineImpl() - Method in class com.ricebridge.csvman.test.Snippets.StringsProvider
 
hex2bytes(String) - Static method in class com.ricebridge.util.RBDataUtil
 
hex2int(char) - Static method in class com.ricebridge.util.RBDataUtil
 

I

I18NTest - class com.ricebridge.csvman.test.I18NTest.
Test cases for I18N.
I18NTest(String) - Constructor for class com.ricebridge.csvman.test.I18NTest
 
IntegerArrayStringConverter - class com.ricebridge.data.sc.IntegerArrayStringConverter.
Handle int array textual representations.
IntegerArrayStringConverter() - Constructor for class com.ricebridge.data.sc.IntegerArrayStringConverter
Create array converter with standard default object.
IntegerArrayStringConverter(int) - Constructor for class com.ricebridge.data.sc.IntegerArrayStringConverter
Create array converter with specified default native value.
IntegerArrayStringConverter(Integer) - Constructor for class com.ricebridge.data.sc.IntegerArrayStringConverter
Create array converter with specified default wrapper object.
IntegerStringConverter - class com.ricebridge.data.sc.IntegerStringConverter.
Handle integer textual representations.
IntegerStringConverter() - Constructor for class com.ricebridge.data.sc.IntegerStringConverter
Create a converter with standard default IntegerStringConverter.sStandardDefault.
IntegerStringConverter(int) - Constructor for class com.ricebridge.data.sc.IntegerStringConverter
Create a converter with specific native default.
IntegerStringConverter(Integer) - Constructor for class com.ricebridge.data.sc.IntegerStringConverter
Create a converter with specific wrapper object default.
iBadLine - Variable in class com.ricebridge.csvman.in.BasicCsvLoader.LoaderLineListener
Most recent bad line.
iBadLineState - Variable in class com.ricebridge.csvman.CsvParser
 
iBeanClass - Variable in class com.ricebridge.data.BeanSpec
Class of the bean detailed by this specification.
iBeanIndex - Variable in class com.ricebridge.csvman.BeanLineProvider
Index of current bean in List.
iBeanSpec - Variable in class com.ricebridge.csvman.BeanLineListener
BeanSpec specification object defining the properties of the beans to load.
iBeanSpec - Variable in class com.ricebridge.csvman.BeanLineProvider
BeanSpec specification object defining the properties of the beans to save.
iBeans - Variable in class com.ricebridge.csvman.BeanLineListener
List of beans loaded.
iBeans - Variable in class com.ricebridge.csvman.BeanLineProvider
List of Beans.
iBooleanStringConverter - Variable in class com.ricebridge.data.sc.BooleanArrayStringConverter
Use instance of single value converter for actual conversion work.
iByteStringConverter - Variable in class com.ricebridge.data.sc.ByteArrayStringConverter
Use instance of single value converter for actual conversion work.
iCharacterStringConverter - Variable in class com.ricebridge.data.sc.CharacterArrayStringConverter
Use instance of single value converter for actual conversion work.
iColumnCount - Variable in class com.ricebridge.csvman.CsvResultSetMetaData
Number of columns of data.
iColumnMap - Variable in class com.ricebridge.csvman.CsvResultSetMetaData
Map from column name to index.
iColumnName - Variable in class com.ricebridge.csvman.CsvResultSetMetaData
Column names
iCsvRSMD - Variable in class com.ricebridge.csvman.CsvResultSet
ResultSetMetaData provider
iCsvResultSetClass - Variable in class com.ricebridge.csvman.ResultSetLineListener
ResultSet implementation class used to create new instances.
iCsvTableModel - Variable in class com.ricebridge.csvman.TableModelLineListener
TableModel instance to hold CSV data
iCsvTableModelClass - Variable in class com.ricebridge.csvman.TableModelLineListener
TableModel implementation class used to create new instances.
iData - Variable in class com.ricebridge.csvman.AsListsLineProvider
List of Lists of Strings.
iData - Variable in class com.ricebridge.csvman.BasicLineListener
List of String[] arrays holding data lines.
iData - Variable in class com.ricebridge.csvman.BasicLineProvider
List of String[] arrays.
iData - Variable in class com.ricebridge.csvman.CsvResultSet
Data as a List of String[] arrays.
iData - Variable in class com.ricebridge.csvman.CsvTableModel
Table data as a List of String[] arrays.
iData - Variable in class com.ricebridge.csvman.ResultSetLineListener
List of String[] arrays holding data lines.
iData - Variable in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider
 
iDataHasHeaders - Variable in class com.ricebridge.csvman.ResultSetLineListener
When true, the first line of CSV data should be a header line specifying the data field names.
iDataHasHeaders - Variable in class com.ricebridge.csvman.TableModelLineListener
When true, the first line of CSV data should be a header line specifying the data field names.
iDateFormat - Variable in class com.ricebridge.csvman.CsvResultSet
Default data format for date parsing.
iDefault - Variable in class com.ricebridge.data.sc.TypeStringConverter
Default object instance.
iDoubleStringConverter - Variable in class com.ricebridge.data.sc.DoubleArrayStringConverter
Use instance of single value converter for actual conversion work.
iEditable - Variable in class com.ricebridge.csvman.CsvTableModel
The table may be editable.
iEditable - Variable in class com.ricebridge.csvman.TableModelLineListener
Make the TableModel editable.
iErrorMsg - Variable in class com.ricebridge.csvman.BadLine
A technical error message describing the problem with the original data line.
iErrorType - Variable in class com.ricebridge.csvman.BadLine
The type of error, syntactic or semantic.
iEscChar - Variable in class com.ricebridge.data.BeanSpec
Escape character for indexed field value list separator, default: '\'.
iEscChar - Variable in class com.ricebridge.data.sc.TypeArrayStringConverter
Escape character for textual values in list.
iException - Variable in class com.ricebridge.csvman.BadLine
The Exception that caused the bad line, if any.
iException - Variable in class com.ricebridge.csvman.CsvParser.HandleLineException
 
iFailOnEndSave - Variable in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider
 
iFailOnHasNextLine - Variable in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider
 
iFailOnNextLine - Variable in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider
 
iFailOnStartSave - Variable in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider
 
iFieldCount - Variable in class com.ricebridge.csvman.ResultSetLineProvider
Number of data fields per line.
iFieldCount - Variable in class com.ricebridge.csvman.TableModelLineProvider
Number of data fields per line.
iFieldNames - Variable in class com.ricebridge.csvman.BeanLineListener
The names of the data fields, corresponding to the names of the Java Bean property methods.
iFieldNames - Variable in class com.ricebridge.csvman.BeanLineProvider
The names of the data fields, corresponding to the names of the Java Bean property methods.
iFieldNames - Variable in class com.ricebridge.csvman.LineSpec
The list of field names for each data row.
iFirstLine - Variable in class com.ricebridge.csvman.ResultSetLineProvider
Flag to indicate processing of the first line.
iFirstLine - Variable in class com.ricebridge.csvman.TableModelLineProvider
Flag to indicate processing of the first line.
iFirstLineFieldsAsNeeded - Variable in class com.ricebridge.csvman.BeanLineListener
Specify that the first line of the CSV file contains the Java Bean field names.
iFloatStringConverter - Variable in class com.ricebridge.data.sc.FloatArrayStringConverter
Use instance of single value converter for actual conversion work.
iGetMethodMap - Variable in class com.ricebridge.data.BeanSpec
Map of property names to get Methods.
iHasHeaders - Variable in class com.ricebridge.csvman.CsvTableModel
The first line of the CSV file may contain headers.
iHasHeaders - Variable in class com.ricebridge.csvman.HeadersListenerSupport
The data fields of first line of the CSV file may be column headers.
iHeaders - Variable in class com.ricebridge.csvman.CsvTableModel
List of headers as Strings.
iHeaders - Variable in class com.ricebridge.csvman.ResultSetLineProvider
The column headers
iHeaders - Variable in class com.ricebridge.csvman.TableModelLineProvider
The column headers
iHeadersStored - Variable in class com.ricebridge.csvman.CsvTableModel
Flag to indicate that headers have been loaded.
iIntegerStringConverter - Variable in class com.ricebridge.data.sc.IntegerArrayStringConverter
Use instance of single value converter for actual conversion work.
iLine - Variable in class com.ricebridge.csvman.CsvResultSet
Current line of data.
iLine - Variable in class com.ricebridge.csvman.in.BasicCsvLoader.LoaderLineListener
Most recent data line.
iLineIndex - Variable in class com.ricebridge.csvman.AsListsLineProvider
Index of current line in List.
iLineIndex - Variable in class com.ricebridge.csvman.BasicLineProvider
Index of current line in List.
iLineIndex - Variable in class com.ricebridge.csvman.CsvResultSet
index of current line.
iLineIndex - Variable in class com.ricebridge.csvman.TableModelLineProvider
Current line.
iLineIndex - Variable in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider
 
iLineListenerSupport - Variable in class com.ricebridge.csvman.LineListenerFixer
Wrapped LineListenerSupport instance.
iLineNumber - Variable in class com.ricebridge.csvman.BadLine
The line number of the bad data line, counting from 1.
iLineProviderSupport - Variable in class com.ricebridge.csvman.LineProviderFixer
Wrapped LineProviderSupport instance.
iLineSpec - Variable in class com.ricebridge.csvman.BeanLineListener
Description of the data fields.
iLineSpec - Variable in class com.ricebridge.csvman.BeanLineProvider
Description of the data fields.
iLongStringConverter - Variable in class com.ricebridge.data.sc.LongArrayStringConverter
Use instance of single value converter for actual conversion work.
iMaxNumFields - Variable in class com.ricebridge.csvman.CsvTableModel
Maximum number of fields encountered.
iNested - Variable in class com.ricebridge.util.RuntimeWrapperException
 
iNumFields - Variable in class com.ricebridge.csvman.ResultSetLineListener
Number of data fields.
iNumFields - Variable in class com.ricebridge.csvman.TableModelLineListener
Number of data fields.
iOriginalLine - Variable in class com.ricebridge.csvman.BadLine
The original text of the data line.
iPropEditable - Variable in class com.ricebridge.csvman.TableModelLineListener
When true, the TableModel returned will be editable.
iResultSet - Variable in class com.ricebridge.csvman.ResultSetLineProvider
The ResultSet that the data comes from.
iSaveHeaders - Variable in class com.ricebridge.csvman.BeanLineProvider
Output headers as first data line.
iSaveHeaders - Variable in class com.ricebridge.csvman.ResultSetLineProvider
Save the column headers to the CSV file.
iSaveHeaders - Variable in class com.ricebridge.csvman.TableModelLineProvider
Save the column headers to the CSV file.
iSepChar - Variable in class com.ricebridge.data.BeanSpec
Separation character for indexed field value lists, default: ':'.
iSepChar - Variable in class com.ricebridge.data.sc.TypeArrayStringConverter
Separation character for text list of object values.
iSetMethodMap - Variable in class com.ricebridge.data.BeanSpec
Map of property names to set Methods.
iShortStringConverter - Variable in class com.ricebridge.data.sc.ShortArrayStringConverter
Use instance of single value converter for actual conversion work.
iStringConverterMap - Variable in class com.ricebridge.data.BeanSpec
Map of property names to StringConverter objects.
iStringStringConverter - Variable in class com.ricebridge.data.sc.StringArrayStringConverter
Use instance of single value converter for actual conversion work.
iTableModel - Variable in class com.ricebridge.csvman.TableModelLineProvider
The TableModel that the data comes from.
iUseDefault - Variable in class com.ricebridge.csvman.BeanLineListener
If a data field is empty, use the default value of the property for that field data type.
iUseDefault - Variable in class com.ricebridge.csvman.BeanLineProvider
If a data field is invalid, use the default value of the property for that field data type.
iUseNative - Variable in class com.ricebridge.data.sc.TypeArrayStringConverter
Indicate that native arrays should be used.
init() - Method in class com.ricebridge.csvman.CsvTableModel
Initialise the internal data containers before loading new CSV data.
insert(String, Hashtable) - Static method in class com.ricebridge.util.RBTextUtil
 
insertRow() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.insertRow().
int2bytes(int) - Static method in class com.ricebridge.util.RBDataUtil
 
int2hex(int) - Static method in class com.ricebridge.util.RBDataUtil
 
internal_error - Static variable in class com.ricebridge.csvman.MsgCode
 
internal_error - Static variable in class com.ricebridge.data.in.MsgCode
 
internal_exception - Static variable in class com.ricebridge.csvman.MsgCode
 
internal_exception - Static variable in class com.ricebridge.data.in.MsgCode
 
invoke_method - Static variable in class com.ricebridge.data.in.MsgCode
 
isActive() - Method in class com.ricebridge.csvman.CsvHandler
When operating in separate Thread, returns true.
isAfterLast() - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.isAfterLast().
isAutoIncrement(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.isAutoIncrement(int).
isBeforeFirst() - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.isBeforeFirst().
isCaseSensitive(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.isCaseSensitive(int).
isCellEditable(int, int) - Method in class com.ricebridge.csvman.CsvTableModel
Indicate that table cell value can be changed.
isCurrency(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.isCurrency(int).
isDefinitelyWritable(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.isDefinitelyWritable(int).
isFinished() - Method in class com.ricebridge.csvman.CsvManager
Returns true when the loading or saving process is finished.
isFirst() - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.isFirst().
isLast() - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.isLast().
isNullable(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.isNullable(int).
isReadOnly(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.isReadOnly(int).
isSearchable(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.isSearchable(int).
isSigned(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.isSigned(int).
isWritable(int) - Method in class com.ricebridge.csvman.CsvResultSetMetaData
No action — see ResultSetMetaData.isWritable(int).

J

JUSTBAD - Static variable in class com.ricebridge.csvman.CsvParser
 

L

LASTBAD - Static variable in class com.ricebridge.csvman.CsvParser
 
LineListener - interface com.ricebridge.csvman.LineListener.
Use this interface to create custom CSV data loaders.
LineListenerFixer - class com.ricebridge.csvman.LineListenerFixer.
Compatibility fixer class for previous LineListenerSupport implementations.
LineListenerFixer(LineListenerSupport) - Constructor for class com.ricebridge.csvman.LineListenerFixer
Create a new wrapping.
LineListenerSupport - class com.ricebridge.csvman.LineListenerSupport.
DO NOT USE.
LineListenerSupport() - Constructor for class com.ricebridge.csvman.LineListenerSupport
 
LineListenerSupportImpl - class com.ricebridge.csvman.LineListenerSupportImpl.
Helper class for implementing the LineListener interface.
LineListenerSupportImpl() - Constructor for class com.ricebridge.csvman.LineListenerSupportImpl
 
LineProvider - interface com.ricebridge.csvman.LineProvider.
Use this interface to create custom CSV data savers.
LineProviderFixer - class com.ricebridge.csvman.LineProviderFixer.
Compatibility fixer class for previous LineProviderSupport implementations.
LineProviderFixer(LineProviderSupport) - Constructor for class com.ricebridge.csvman.LineProviderFixer
Create a new wrapping.
LineProviderSupport - class com.ricebridge.csvman.LineProviderSupport.
DO NOT USE.
LineProviderSupport() - Constructor for class com.ricebridge.csvman.LineProviderSupport
 
LineProviderSupportImpl - class com.ricebridge.csvman.LineProviderSupportImpl.
Helper class for implementing the LineProvider interface.
LineProviderSupportImpl() - Constructor for class com.ricebridge.csvman.LineProviderSupportImpl
 
LineSpec - class com.ricebridge.csvman.LineSpec.
Stores metadata about each data field.
LineSpec() - Constructor for class com.ricebridge.csvman.LineSpec
Create an empty LineSpec.
LineSpec(String[]) - Constructor for class com.ricebridge.csvman.LineSpec
Create a LineSpec with the specified list of field names.
LoadAsListsTest - class com.ricebridge.csvman.test.LoadAsListsTest.
Test cases for CsvManager StringArray load handling.
LoadAsListsTest(String) - Constructor for class com.ricebridge.csvman.test.LoadAsListsTest
 
LoadBeansTest - class com.ricebridge.csvman.test.LoadBeansTest.
Test cases for CsvManager Beans handling.
LoadBeansTest(String) - Constructor for class com.ricebridge.csvman.test.LoadBeansTest
 
LoadBeansTest.BeanRecord - class com.ricebridge.csvman.test.LoadBeansTest.BeanRecord.
 
LoadBeansTest.BeanRecord() - Constructor for class com.ricebridge.csvman.test.LoadBeansTest.BeanRecord
 
LoadBeansTest.ConvRecord - class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord.
 
LoadBeansTest.ConvRecord() - Constructor for class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
LoadBeansTest.DateConverter - class com.ricebridge.csvman.test.LoadBeansTest.DateConverter.
 
LoadBeansTest.DateConverter() - Constructor for class com.ricebridge.csvman.test.LoadBeansTest.DateConverter
 
LoadBeansTest.SingleBean - class com.ricebridge.csvman.test.LoadBeansTest.SingleBean.
 
LoadBeansTest.SingleBean() - Constructor for class com.ricebridge.csvman.test.LoadBeansTest.SingleBean
 
LoadBeansTest.TypeBeanRecord - class com.ricebridge.csvman.test.LoadBeansTest.TypeBeanRecord.
 
LoadBeansTest.TypeBeanRecord() - Constructor for class com.ricebridge.csvman.test.LoadBeansTest.TypeBeanRecord
 
LoadLineListenerTest - class com.ricebridge.csvman.test.LoadLineListenerTest.
Test cases for CsvManager LoadLineListenerTest.SimpleLineListener-based loading.
LoadLineListenerTest(String) - Constructor for class com.ricebridge.csvman.test.LoadLineListenerTest
 
LoadLineListenerTest.SimpleLineListener - class com.ricebridge.csvman.test.LoadLineListenerTest.SimpleLineListener.
 
LoadLineListenerTest.SimpleLineListener() - Constructor for class com.ricebridge.csvman.test.LoadLineListenerTest.SimpleLineListener
 
LoadResultSetTest - class com.ricebridge.csvman.test.LoadResultSetTest.
Test cases for CsvManager ResultSet handling.
LoadResultSetTest(String) - Constructor for class com.ricebridge.csvman.test.LoadResultSetTest
 
LoadTableModelTest - class com.ricebridge.csvman.test.LoadTableModelTest.
Test cases for CsvManager TableModel loading.
LoadTableModelTest(String) - Constructor for class com.ricebridge.csvman.test.LoadTableModelTest
 
LoadTest - class com.ricebridge.csvman.test.LoadTest.
Test cases for CsvManager StringArray load handling.
LoadTest(String) - Constructor for class com.ricebridge.csvman.test.LoadTest
 
LongArrayStringConverter - class com.ricebridge.data.sc.LongArrayStringConverter.
Handle long array textual representations.
LongArrayStringConverter() - Constructor for class com.ricebridge.data.sc.LongArrayStringConverter
Create array converter with standard default object.
LongArrayStringConverter(long) - Constructor for class com.ricebridge.data.sc.LongArrayStringConverter
Create array converter with specified default native value.
LongArrayStringConverter(Long) - Constructor for class com.ricebridge.data.sc.LongArrayStringConverter
Create array converter with specified default wrapper object.
LongStringConverter - class com.ricebridge.data.sc.LongStringConverter.
Handle long textual representations.
LongStringConverter() - Constructor for class com.ricebridge.data.sc.LongStringConverter
Create a converter with standard default LongStringConverter.sStandardDefault.
LongStringConverter(long) - Constructor for class com.ricebridge.data.sc.LongStringConverter
Create a converter with specific native default.
LongStringConverter(Long) - Constructor for class com.ricebridge.data.sc.LongStringConverter
Create a converter with specific wrapper object default.
last() - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.last().
line() - Method in class com.ricebridge.csvman.CsvParser
 
lineWithinBounds() - Method in class com.ricebridge.csvman.CsvParser
 
line_endload - Static variable in class com.ricebridge.csvman.MsgCode
 
line_errmsgs - Static variable in class com.ricebridge.csvman.MsgCode
 
linecount - Variable in class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener
 
linelistener_exception - Static variable in class com.ricebridge.csvman.MsgCode
 
lineprovider_exception - Static variable in class com.ricebridge.csvman.MsgCode
 
lineprovider_set - Static variable in class com.ricebridge.csvman.MsgCode
 
load() - Method in class com.ricebridge.csvman.CsvHandler
Perform load operation using File, text or InputStream in order of existence.
load(Reader) - Method in class com.ricebridge.csvman.CsvHandler
Load from Reader.
load(Object) - Method in class com.ricebridge.csvman.CsvManager
Load CSV data as a List of String[] arrays.
load(Object, LineSpec) - Method in class com.ricebridge.csvman.CsvManager
Load CSV data as a List of String[] arrays.
load(Object, LineListener) - Method in class com.ricebridge.csvman.CsvManager
Load CSV data using your own LineListener.
load(Object, LineSpec, LineListener) - Method in class com.ricebridge.csvman.CsvManager
Load CSV data using your own LineListener.
load(File) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
load(String) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
load(InputStream) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
load(File, LineListener) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
load(String, LineListener) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
load(InputStream, LineListener) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
load(CsvManager, String) - Method in class com.ricebridge.csvman.test.PerformanceTest
 
loadAsLists(Object) - Method in class com.ricebridge.csvman.CsvManager
Load CSV data as a List of Lists of Strings.
loadAsLists(Object, LineSpec) - Method in class com.ricebridge.csvman.CsvManager
Load CSV data as a List of Lists of Strings.
loadAsLists(File) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
loadAsLists(String) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
loadAsLists(InputStream) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
loadAsLists(CsvManager, String) - Method in class com.ricebridge.csvman.test.PerformanceTest
 
loadAsListsFromString(String) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
loadBeans(Object, BeanSpec) - Method in class com.ricebridge.csvman.CsvManager
Load CSV data into a List of Java Beans.
loadBeans(Object, LineSpec, BeanSpec) - Method in class com.ricebridge.csvman.CsvManager
Load CSV data as a List of Java Beans.
loadCsv(File) - Method in class com.ricebridge.csvman.test.Snippets
 
loadCsvFile(String) - Method in class com.ricebridge.csvman.test.PerformanceTest
 
loadData(LineListener, int) - Static method in class com.ricebridge.csvman.test.TestUtil
 
loadFromString(String) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
loadFromString(String, LineListener) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
loadResultSet(Object) - Method in class com.ricebridge.csvman.CsvManager
Load CSV data as a ResultSet.
loadResultSet(Object, LineSpec) - Method in class com.ricebridge.csvman.CsvManager
Load CSV data as a ResultSet.
loadResultSet(File, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
loadResultSet(String, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
loadResultSet(InputStream, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
loadResultSet(CsvManager, String) - Method in class com.ricebridge.csvman.test.PerformanceTest
 
loadResultSetFromString(String, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
loadTableModel(Object) - Method in class com.ricebridge.csvman.CsvManager
Load CSV data as a TableModel.
loadTableModel(Object, LineSpec) - Method in class com.ricebridge.csvman.CsvManager
Load CSV data as a TableModel.
loadTableModel(File, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
loadTableModel(String, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
loadTableModel(InputStream, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
loadTableModel(CsvManager, String) - Method in class com.ricebridge.csvman.test.PerformanceTest
 
loadTableModelFromString(String, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  

M

MAJOR - Static variable in class com.ricebridge.csvman.VersionDeclaration
 
MAJOR_1 - Static variable in class com.ricebridge.csvman.VersionDeclaration
 
MERGE_SEP - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
MINOR - Static variable in class com.ricebridge.csvman.VersionDeclaration
 
MINOR_2 - Static variable in class com.ricebridge.csvman.