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.VersionDeclaration
 
MakeList - class com.ricebridge.util.txt.MakeList.
 
MakeList() - Constructor for class com.ricebridge.util.txt.MakeList
 
MsgCode - class com.ricebridge.csvman.MsgCode.
Messages codes for package com.ricebridge.csvman
MsgCode() - Constructor for class com.ricebridge.csvman.MsgCode
 
MsgCode - class com.ricebridge.data.in.MsgCode.
Messages codes for package com.ricebridge.data.in
MsgCode() - Constructor for class com.ricebridge.data.in.MsgCode
 
MsgsTest - class com.ricebridge.csvman.test.MsgsTest.
Test cases for error messages handling.
MsgsTest(String) - Constructor for class com.ricebridge.csvman.test.MsgsTest
 
MultiLineListener - class com.ricebridge.csvman.MultiLineListener.
Multiple LineListeners can receive data lines as they are loaded using this class.
MultiLineListener() - Constructor for class com.ricebridge.csvman.MultiLineListener
 
mCOMMENT(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
mDQ(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
mEC(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
mENDOFLINE(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
mFIELD(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
mMERGE_SEP(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
mQUOTED_FIELD(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
mROOT(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
mSEP(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
mSINGLE_SEP(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
mUNQUOTED_FIELD(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
main(String[]) - Static method in class com.ricebridge.csvman.test.BadLineTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.CsvHandlerTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.CsvLoaderBadLineTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.CsvLoaderTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.CsvManagerTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.CsvSaverTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.CsvSpecTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.CsvWriterTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.EdgeCasesTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.EndLineTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.I18NTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.LoadAsListsTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.LoadBeansTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.LoadLineListenerTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.LoadResultSetTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.LoadTableModelTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.LoadTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.MsgsTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.PerformanceTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.PerformanceTestFileMaker
 
main(String[]) - Static method in class com.ricebridge.csvman.test.QuoteTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.ReallyBadLines
 
main(String[]) - Static method in class com.ricebridge.csvman.test.RunTrial
 
main(String[]) - Static method in class com.ricebridge.csvman.test.SaveAsListsTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.SaveBeansTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.SaveResultSetTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.SaveTableModelTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.SaveTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.StreamingTest
 
main(String[]) - Static method in class com.ricebridge.csvman.test.TableModelLineListenerTest
 
makeArray(List) - Method in class com.ricebridge.data.sc.BooleanArrayStringConverter
 
makeArray(List) - Method in class com.ricebridge.data.sc.ByteArrayStringConverter
 
makeArray(List) - Method in class com.ricebridge.data.sc.CharacterArrayStringConverter
 
makeArray(List) - Method in class com.ricebridge.data.sc.DoubleArrayStringConverter
 
makeArray(List) - Method in class com.ricebridge.data.sc.FloatArrayStringConverter
 
makeArray(List) - Method in class com.ricebridge.data.sc.IntegerArrayStringConverter
 
makeArray(List) - Method in class com.ricebridge.data.sc.LongArrayStringConverter
 
makeArray(List) - Method in class com.ricebridge.data.sc.ShortArrayStringConverter
 
makeArray(List) - Method in class com.ricebridge.data.sc.StringArrayStringConverter
 
makeArray(List) - Method in class com.ricebridge.data.sc.TypeArrayStringConverter
Create an array object from the list of values.
makeBadFiles() - Static method in class com.ricebridge.csvman.test.ReallyBadLines
 
makeBean(String[]) - Method in class com.ricebridge.csvman.BeanLineListener
Create a new instance of the bean specified by the BeanSpec and set the bean properties data from the data line String[] array.
makeBitSet(String) - Static method in class com.ricebridge.util.RBTextUtil
 
makeCodePoint(char) - Static method in class com.ricebridge.util.RBTextUtil
 
makeColumn(String, String) - Static method in class com.ricebridge.util.RBTextUtil
 
makeCsvWriter(Writer) - Method in class com.ricebridge.csvman.CsvHandler
 
makeDefaultObject() - Method in interface com.ricebridge.data.sc.StringConverter
Create a default instance of the object.
makeDefaultObject() - Method in class com.ricebridge.data.sc.StringConverterSupport
Helper implementation of StringConverter.makeDefaultObject().
makeDefaultObjectImpl() - Method in class com.ricebridge.csvman.test.LoadBeansTest.DateConverter
 
makeDefaultObjectImpl() - Method in class com.ricebridge.csvman.test.SaveBeansTest.DateConverter
 
makeDefaultObjectImpl() - Method in class com.ricebridge.data.sc.DefaultStringConverter
Return an empty string.
makeDefaultObjectImpl() - Method in class com.ricebridge.data.sc.StringConverterSupport
Implement this method to create a default object.
makeDefaultObjectImpl() - Method in class com.ricebridge.data.sc.TypeArrayStringConverter
Return an empty array.
makeDefaultObjectImpl() - Method in class com.ricebridge.data.sc.TypeStringConverter
Just return the default object.
makeDefaultString() - Method in interface com.ricebridge.data.sc.StringConverter
Create a default textual representation.
makeDefaultString() - Method in class com.ricebridge.data.sc.StringConverterSupport
Helper implementation of StringConverter.makeDefaultString().
makeDefaultStringImpl() - Method in class com.ricebridge.csvman.test.LoadBeansTest.DateConverter
 
makeDefaultStringImpl() - Method in class com.ricebridge.csvman.test.SaveBeansTest.DateConverter
 
makeDefaultStringImpl() - Method in class com.ricebridge.data.sc.DefaultStringConverter
Return an empty string.
makeDefaultStringImpl() - Method in class com.ricebridge.data.sc.StringConverterSupport
Implement this method to create a default String.
makeDefaultStringImpl() - Method in class com.ricebridge.data.sc.TypeArrayStringConverter
Return an empty String.
makeDefaultStringImpl() - Method in class com.ricebridge.data.sc.TypeStringConverter
Return the result of calling toString on the default object.
makeEncoding(CsvSpec) - Static method in class com.ricebridge.csvman.CsvHandler
 
makeEol(CsvSpec) - Static method in class com.ricebridge.csvman.CsvWriter
Heuristic creation of line ending for current platform and settings.
makeExcelSpec() - Static method in class com.ricebridge.csvman.CsvManager
Return a CsvSpec instance suitable for loading and creating CSV files that are compatible with Excel.
makeField(int) - Method in class com.ricebridge.csvman.test.PerformanceTestFileMaker.RandomValueLineProvider
 
makeFieldList() - Method in interface com.ricebridge.csvman.test.Snippets.BusinessObject
 
makeFieldNames(String[], int) - Method in class com.ricebridge.csvman.BeanLineListener
Interpret the first line of data as the property field names.
makeFullPath(String, String) - Static method in class com.ricebridge.csvman.test.I18NTest
 
makeLargeCharSet(String) - Static method in class com.ricebridge.util.RBTextUtil
 
makeLineDescription(Object) - Method in class com.ricebridge.csvman.AsListsLineProvider
Description of data line for error messages.
makeList(Object) - Method in class com.ricebridge.data.sc.BooleanArrayStringConverter
 
makeList(Object) - Method in class com.ricebridge.data.sc.ByteArrayStringConverter
 
makeList(Object) - Method in class com.ricebridge.data.sc.CharacterArrayStringConverter
 
makeList(Object) - Method in class com.ricebridge.data.sc.DoubleArrayStringConverter
 
makeList(Object) - Method in class com.ricebridge.data.sc.FloatArrayStringConverter
 
makeList(Object) - Method in class com.ricebridge.data.sc.IntegerArrayStringConverter
 
makeList(Object) - Method in class com.ricebridge.data.sc.LongArrayStringConverter
 
makeList(Object) - Method in class com.ricebridge.data.sc.ShortArrayStringConverter
 
makeList(Object) - Method in class com.ricebridge.data.sc.StringArrayStringConverter
 
makeList(Object) - Method in class com.ricebridge.data.sc.TypeArrayStringConverter
Convert an object into a List, if possible.
makeLoader() - Method in class com.ricebridge.csvman.CsvHandler
 
makeLoader(Object) - Method in class com.ricebridge.csvman.CsvManager
Make a new CsvLoader for loading in CSV data.
makeMacSpec() - Static method in class com.ricebridge.csvman.CsvManager
Return a CsvSpec instance suitable for loading and creating CSV files that are Mac friendly.
makeObject(String, String, boolean) - Method in class com.ricebridge.data.BeanSpec
Convert a property value text representation into a Java object.
makeObject(String, boolean) - Method in interface com.ricebridge.data.sc.StringConverter
Create an object from a textual representation.
makeObject(String, boolean) - Method in class com.ricebridge.data.sc.StringConverterSupport
Helper implementation of StringConverter.makeObject.
makeObjectImpl(String) - Method in class com.ricebridge.csvman.test.LoadBeansTest.DateConverter
 
makeObjectImpl(String) - Method in class com.ricebridge.csvman.test.SaveBeansTest.DateConverter
 
makeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.DefaultStringConverter
Calls the simpler makeObjectImpl(String) method, and handles the default value automatically.
makeObjectImpl(String) - Method in class com.ricebridge.data.sc.DefaultStringConverter
Implement this method to create an object based on a textual representation.
makeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.StringConverterSupport
Implement this method to create a new object from a String.
makeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.TypeArrayStringConverter
Pass actual object creation to makeTypeObjectImpl method.
makeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.TypeStringConverter
Pass actual object creation to makeTypeObjectImpl method.
makeParser(Reader) - Method in class com.ricebridge.csvman.CsvHandler
 
makePasswdSpec() - Static method in class com.ricebridge.csvman.CsvManager
Return a CsvSpec instance suitable for loading UNIX passwd files.
makeRandomChar() - Method in class com.ricebridge.csvman.test.PerformanceTestFileMaker.RandomValueLineProvider
 
makeRandomString() - Method in class com.ricebridge.csvman.test.PerformanceTestFileMaker.RandomValueLineProvider
 
makeReader() - Method in class com.ricebridge.csvman.CsvHandler
 
makeReader(String) - Method in class com.ricebridge.csvman.CsvHandler
 
makeReader(File) - Method in class com.ricebridge.csvman.CsvHandler
 
makeReader(InputStream) - Method in class com.ricebridge.csvman.CsvHandler
 
makeSaver() - Method in class com.ricebridge.csvman.CsvHandler
 
makeSaver(Object) - Method in class com.ricebridge.csvman.CsvManager
Make a new CsvSaver for saving in CSV data.
makeSep(CsvSpec) - Static method in class com.ricebridge.csvman.CsvWriter
Make separator character from settings.
makeString(String, Object, boolean) - Method in class com.ricebridge.data.BeanSpec
Convert a Java object into a text representation.
makeString(Object, boolean) - Method in interface com.ricebridge.data.sc.StringConverter
Create a textual representation of an object.
makeString(Object, boolean) - Method in class com.ricebridge.data.sc.StringConverterSupport
Helper implementation of StringConverter.makeString.
makeStringImpl(Object) - Method in class com.ricebridge.csvman.test.LoadBeansTest.DateConverter
 
makeStringImpl(Object) - Method in class com.ricebridge.csvman.test.SaveBeansTest.DateConverter
 
makeStringImpl(Object, boolean) - Method in class com.ricebridge.data.sc.DefaultStringConverter
Calls the simpler makeStringImpl(Object) method, and handles the default value automatically.
makeStringImpl(Object) - Method in class com.ricebridge.data.sc.DefaultStringConverter
Implement this method to produce a textual representation of an object.
makeStringImpl(Object, boolean) - Method in class com.ricebridge.data.sc.StringConverterSupport
Implement this method to create a new String from a object.
makeStringImpl(Object, boolean) - Method in class com.ricebridge.data.sc.TypeArrayStringConverter
Pass actual text creation to makeTypeStringImpl method.
makeStringImpl(Object, boolean) - Method in class com.ricebridge.data.sc.TypeStringConverter
Pass actual text creation to makeTypeStringImpl method.
makeTestLineProvider() - Static method in class com.ricebridge.csvman.test.CsvManagerTest
An example of a very simple LineProvider.
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.BooleanArrayStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.BooleanStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.ByteArrayStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.ByteStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.CharacterArrayStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.CharacterStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.DoubleArrayStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.DoubleStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.FloatArrayStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.FloatStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.IntegerArrayStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.IntegerStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.LongArrayStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.LongStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.ShortArrayStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.ShortStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.StringArrayStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.StringStringConverter
 
makeTypeObjectImpl(String, boolean) - Method in class com.ricebridge.data.sc.TypeStringConverter
Type specific subclasses handle parsing.
makeTypeStringImpl(Object, boolean) - Method in class com.ricebridge.data.sc.TypeStringConverter
Call the toString method on the type object.
makeUnixSpec() - Static method in class com.ricebridge.csvman.CsvManager
Return a CsvSpec instance suitable for loading and creating CSV files that are UNIX friendly.
makeWriter() - Method in class com.ricebridge.csvman.CsvHandler
 
makeWriter(File) - Method in class com.ricebridge.csvman.CsvHandler
 
makeWriter(OutputStream) - Method in class com.ricebridge.csvman.CsvHandler
 
manual_testEndLineBatch() - Method in class com.ricebridge.csvman.test.EndLineTest
 
manual_testMemory() - Method in class com.ricebridge.csvman.test.BadLineTest
 
mark(int) - Method in class com.ricebridge.csvman.CsvReader
 
markSupported() - Method in class com.ricebridge.csvman.CsvReader
 
matchesBitSet(String, byte[], char[]) - Static method in class com.ricebridge.util.RBTextUtil
Use when you know the charset in advance, can initialise with makeBitSet and makeLargeCharSet.
matchesBitSet(char, byte[]) - Static method in class com.ricebridge.util.RBTextUtil
 
matchesCharSet(String, String) - Static method in class com.ricebridge.util.RBTextUtil
true if pText only has chars from pCharList.
matchesCharSet(String, char[]) - Static method in class com.ricebridge.util.RBTextUtil
matchesBitSet is faster, but you have to call makeBitSet and makeLargeCharSet first.
matchesCharSet(String, char[], StringBuffer) - Static method in class com.ricebridge.util.RBTextUtil
 
md5HexHash(String) - Static method in class com.ricebridge.util.RBDataUtil
Get an MD5 hash of a String as a hex String
measureFile(CsvManager, String, long, ArrayList) - Method in class com.ricebridge.csvman.test.PerformanceTest
 
measureFile(CsvManager, String, long, ArrayList) - Method in class com.ricebridge.csvman.test.StreamingTest
 
moveToCurrentRow() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.moveToCurrentRow().
moveToInsertRow() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.moveToInsertRow().
moveToLine() - Method in class com.ricebridge.csvman.CsvResultSet
Move to correct data line.

N

NOTBAD - Static variable in class com.ricebridge.csvman.CsvParser
 
NULL_TREE_LOOKAHEAD - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
NUM_FIELDS - Static variable in class com.ricebridge.csvman.test.TestUtil
 
NYBBLE_SIZE - Static variable in class com.ricebridge.util.RBDataUtil
 
None - Static variable in class com.ricebridge.csvman.TrimType
Do not trim data field value
newAsListsLineListener() - Method in class com.ricebridge.csvman.CsvManagerStore
 
newAsListsLineListener() - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Create a new instance of AsListsLineListener.
newAsListsLineProvider() - Method in class com.ricebridge.csvman.CsvManagerStore
 
newAsListsLineProvider() - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Create a new instance of AsListsLineProvider.
newBasicLineListener() - Method in class com.ricebridge.csvman.CsvManagerStore
 
newBasicLineListener() - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Create a new instance of BasicLineListener.
newBasicLineProvider() - Method in class com.ricebridge.csvman.CsvManagerStore
 
newBasicLineProvider() - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Create a new instance of BasicLineProvider.
newBean(Class, String[]) - Method in class com.ricebridge.csvman.BeanLineListener
Create a new instance of the Java Bean object.
newBeanLineListener() - Method in class com.ricebridge.csvman.CsvManagerStore
 
newBeanLineListener() - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Create a new instance of BeanLineListener.
newBeanLineProvider() - Method in class com.ricebridge.csvman.CsvManagerStore
 
newBeanLineProvider() - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Create a new instance of BeanLineProvider.
newResultSetLineListener() - Method in class com.ricebridge.csvman.CsvManagerStore
 
newResultSetLineListener() - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Create a new instance of ResultSetLineListener.
newResultSetLineProvider() - Method in class com.ricebridge.csvman.CsvManagerStore
 
newResultSetLineProvider() - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Create a new instance of ResultSetLineProvider.
newTableModelLineListener() - Method in class com.ricebridge.csvman.CsvManagerStore
 
newTableModelLineListener() - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Create a new instance of TableModelLineListener.
newTableModelLineProvider() - Method in class com.ricebridge.csvman.CsvManagerStore
 
newTableModelLineProvider() - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Create a new instance of TableModelLineProvider.
new_ll - Static variable in class com.ricebridge.csvman.MsgCode
 
new_lp - Static variable in class com.ricebridge.csvman.MsgCode
 
newbean - Static variable in class com.ricebridge.csvman.MsgCode
 
newinstance - Static variable in class com.ricebridge.data.in.MsgCode
 
next() - Method in interface com.ricebridge.csvman.CsvLoader
Get the next line of data as a String[] array.
next() - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.next().
next(String[]) - Method in interface com.ricebridge.csvman.CsvSaver
Supply the next line of data as a String[] array.
next() - Method in class com.ricebridge.csvman.in.BasicCsvLoader
Get the next line of data.
next(String[]) - Method in class com.ricebridge.csvman.in.BasicCsvSaver
Supply the next line of data.
nextField() - Method in class com.ricebridge.csvman.LineProviderSupport
Defunct method.
nextFieldImpl() - Method in class com.ricebridge.csvman.LineProviderSupport
Defunct method.
nextLine() - Method in interface com.ricebridge.csvman.LineProvider
Provide each data line as a String[] array for the CSV output.
nextLine() - Method in class com.ricebridge.csvman.LineProviderSupport
Old version of CustomLineListener.nextLine.
nextLine() - Method in class com.ricebridge.csvman.LineProviderSupportImpl
Helper implementation of LineProvider.nextLine.
nextLineImpl() - Method in class com.ricebridge.csvman.AsListsLineProvider
Return next data line from list.
nextLineImpl() - Method in class com.ricebridge.csvman.BasicLineProvider
 
nextLineImpl() - Method in class com.ricebridge.csvman.BeanLineProvider
Return data fields of next bean as a String[] array.
nextLineImpl() - Method in class com.ricebridge.csvman.CustomLineProvider
Implement this method to supply each data line as it is saved.
nextLineImpl() - Method in class com.ricebridge.csvman.LineProviderFixer
Compatibility wrapper.
nextLineImpl() - Method in class com.ricebridge.csvman.LineProviderSupport
Old version of CustomLineListener.nextLineImpl.
nextLineImpl() - Method in class com.ricebridge.csvman.LineProviderSupportImpl
 
nextLineImpl() - Method in class com.ricebridge.csvman.ResultSetLineProvider
Return current ResultSet row as a String[] array.
nextLineImpl() - Method in class com.ricebridge.csvman.TableModelLineProvider
Return the current row of the TableModel as a String[] array.
nextLineImpl() - Method in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider
 
nextLineImpl() - Method in class com.ricebridge.csvman.test.PerformanceTestFileMaker.RandomValueLineProvider
 
nextLineImpl() - Method in class com.ricebridge.csvman.test.Snippets.MyLineProvider
 
nextLineImpl() - Method in class com.ricebridge.csvman.test.Snippets.NumbersLineProvider
 
nextLineImpl() - Method in class com.ricebridge.csvman.test.Snippets.StringsProvider
 
nextToken() - Method in class com.ricebridge.csvman.CsvLexer
 
no_input_source - Static variable in class com.ricebridge.csvman.MsgCode
 
no_output_sink - Static variable in class com.ricebridge.csvman.MsgCode
 
nofieldnames - Static variable in class com.ricebridge.csvman.MsgCode
 
normalizeAsLists(List) - Static method in class com.ricebridge.csvman.test.TestUtil
 
null_line - Static variable in class com.ricebridge.csvman.MsgCode
 
null_list_line - Static variable in class com.ricebridge.csvman.MsgCode
 

O

origbuf - Variable in class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener
 

P

PROP_Bean_firstLineFieldsAsNeeded - Static variable in class com.ricebridge.csvman.BeanLineListener
Specify that the first line of the CSV file contains the Java Bean field names.
PROP_Bean_saveHeaders - Static variable in class com.ricebridge.csvman.BeanLineProvider
Output headers as first data line (name for CsvSpec.setProperty: Bean.saveHeaders).
PROP_Bean_useDefault - Static variable in class com.ricebridge.csvman.BeanLineListener
Specify that empty data fields have the default value for their data type (name for CsvSpec.setProperty: Bean.useDefault).
PROP_Bean_useDefault - Static variable in class com.ricebridge.csvman.BeanLineProvider
Specify that invalid data fields have the default value for their data type (name for CsvSpec.setProperty: Bean.useDefault).
PROP_ResultSet_dataHasHeaders - Static variable in class com.ricebridge.csvman.ResultSetLineListener
Specify that the first row of data is a header line containing the names of the data fields.
PROP_ResultSet_saveHeaders - Static variable in class com.ricebridge.csvman.ResultSetLineProvider
Save the ResultSet column names as the first line of the CSV file.
PROP_TableModel_dataHasHeaders - Static variable in class com.ricebridge.csvman.TableModelLineListener
Specify that the first row of data is a header line containing the names of the data fields (name for CsvSpec.setProperty: TableModel.dataHasHeaders).
PROP_TableModel_editable - Static variable in class com.ricebridge.csvman.TableModelLineListener
Specify that table cells can be edited (name for CsvSpec.setProperty: TableModel.editable).
PROP_TableModel_saveHeaders - Static variable in class com.ricebridge.csvman.TableModelLineProvider
Save the TableModel column names as the first line of the CSV file.
PerformanceTest - class com.ricebridge.csvman.test.PerformanceTest.
Create performance test data.
PerformanceTest(String) - Constructor for class com.ricebridge.csvman.test.PerformanceTest
 
PerformanceTestFileMaker - class com.ricebridge.csvman.test.PerformanceTestFileMaker.
Create performance test files with random data.
PerformanceTestFileMaker() - Constructor for class com.ricebridge.csvman.test.PerformanceTestFileMaker
 
PerformanceTestFileMaker.RandomValueLineProvider - class com.ricebridge.csvman.test.PerformanceTestFileMaker.RandomValueLineProvider.
Provides random values as data for saving.
PerformanceTestFileMaker.RandomValueLineProvider(int) - Constructor for class com.ricebridge.csvman.test.PerformanceTestFileMaker.RandomValueLineProvider
 
PropSpec - class com.ricebridge.util.PropSpec.
Stores named settings.
PropSpec() - Constructor for class com.ricebridge.util.PropSpec
Create a new property specification.
panic() - Method in class com.ricebridge.csvman.CsvLexer
 
panic(String) - Method in class com.ricebridge.csvman.CsvLexer
 
parse_error - Static variable in class com.ricebridge.csvman.MsgCode
 
parse_warning - Static variable in class com.ricebridge.csvman.MsgCode
 
prepareBeanClass(Class) - Method in class com.ricebridge.data.BeanSpec
Set the class of the Java Bean to be described.
previous() - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.previous().
print(String[]) - Static method in class com.ricebridge.util.RBTextUtil
 
printStackTrace() - Method in class com.ricebridge.util.RuntimeWrapperException
 
printStackTrace(PrintStream) - Method in class com.ricebridge.util.RuntimeWrapperException
 
printStackTrace(PrintWriter) - Method in class com.ricebridge.util.RuntimeWrapperException
 
println(String[]) - Static method in class com.ricebridge.util.RBTextUtil
 

Q

QUOTED_FIELD - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
QuoteTest - class com.ricebridge.csvman.test.QuoteTest.
Test cases for CSV field quoting.
QuoteTest(String) - Constructor for class com.ricebridge.csvman.test.QuoteTest
 
QuoteType - class com.ricebridge.csvman.QuoteType.
Enumeration of data field quoting options.
QuoteType(String) - Constructor for class com.ricebridge.csvman.QuoteType
 
quote_is_escape - Static variable in class com.ricebridge.csvman.MsgCode
 
quote_is_sep - Static variable in class com.ricebridge.csvman.MsgCode
 

R

RBDataUtil - class com.ricebridge.util.RBDataUtil.
Contracts: AssumesValidArgs,RuntimeExceptions
RBDataUtil() - Constructor for class com.ricebridge.util.RBDataUtil
 
RBTextUtil - class com.ricebridge.util.RBTextUtil.
 
RBTextUtil() - Constructor for class com.ricebridge.util.RBTextUtil
 
REALLYBAD - Static variable in class com.ricebridge.csvman.CsvParser
 
RELEASE - Static variable in class com.ricebridge.csvman.VersionDeclaration
 
RELEASE_4 - Static variable in class com.ricebridge.csvman.VersionDeclaration
 
RELEASE__1 - Static variable in class com.ricebridge.csvman.VersionDeclaration
 
ROOT - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
ReallyBadLines - class com.ricebridge.csvman.test.ReallyBadLines.
Test handling of really bad lines.
ReallyBadLines() - Constructor for class com.ricebridge.csvman.test.ReallyBadLines
 
ReallyBadLines.NullLineListener - class com.ricebridge.csvman.test.ReallyBadLines.NullLineListener.
 
ReallyBadLines.NullLineListener() - Constructor for class com.ricebridge.csvman.test.ReallyBadLines.NullLineListener
 
ResultSetLineListener - class com.ricebridge.csvman.ResultSetLineListener.
An implementation of LineListener that inserts loaded data lines into a ResultSet.
ResultSetLineListener() - Constructor for class com.ricebridge.csvman.ResultSetLineListener
 
ResultSetLineProvider - class com.ricebridge.csvman.ResultSetLineProvider.
An implementation of LineProvider that provides data lines for saving from a ResultSet object.
ResultSetLineProvider() - Constructor for class com.ricebridge.csvman.ResultSetLineProvider
Create uninitialised for use with ResultSetLineProvider.setResultSet(java.sql.ResultSet, boolean).
RunTrial - class com.ricebridge.csvman.test.RunTrial.
 
RunTrial() - Constructor for class com.ricebridge.csvman.test.RunTrial
 
RuntimeWrapperException - exception com.ricebridge.util.RuntimeWrapperException.
A simple RuntimeException for wrapping non-runtime exceptions.
RuntimeWrapperException() - Constructor for class com.ricebridge.util.RuntimeWrapperException
 
RuntimeWrapperException(String) - Constructor for class com.ricebridge.util.RuntimeWrapperException
 
RuntimeWrapperException(Exception) - Constructor for class com.ricebridge.util.RuntimeWrapperException
 
read() - Method in class com.ricebridge.csvman.CsvReader
 
read(char[]) - Method in class com.ricebridge.csvman.CsvReader
 
read(char[], int, int) - Method in class com.ricebridge.csvman.CsvReader
 
refreshRow() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.refreshRow().
registerLineListener(LineListener) - Method in class com.ricebridge.csvman.MultiLineListener
Register a LineListener.
rejected_line - Static variable in class com.ricebridge.csvman.MsgCode
 
relative(int) - Method in class com.ricebridge.csvman.CsvResultSet
As per ResultSet.relative(int).
repeat(String, int) - Static method in class com.ricebridge.util.RBTextUtil
 
reportError(RecognitionException) - Method in class com.ricebridge.csvman.CsvLexer
 
reportError(String) - Method in class com.ricebridge.csvman.CsvLexer
 
reportError(RecognitionException) - Method in class com.ricebridge.csvman.CsvParser
 
reportError(String) - Method in class com.ricebridge.csvman.CsvParser
 
reportWarning(String) - Method in class com.ricebridge.csvman.CsvLexer
 
reportWarning(String) - Method in class com.ricebridge.csvman.CsvParser
 
reset() - Method in class com.ricebridge.csvman.CsvReader
 
resultset_getmetadata - Static variable in class com.ricebridge.csvman.MsgCode
 
resultset_getobject - Static variable in class com.ricebridge.csvman.MsgCode
 
resultset_next - Static variable in class com.ricebridge.csvman.MsgCode
 
rowDeleted() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.rowDeleted().
rowInserted() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.rowInserted().
rowUpdated() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.rowUpdated().
rsmd_getcolcount - Static variable in class com.ricebridge.csvman.MsgCode
 
rsmd_getcolname - Static variable in class com.ricebridge.csvman.MsgCode
 
run() - Method in class com.ricebridge.csvman.CsvHandler
Start operation in new Thread.
runTest() - Static method in class com.ricebridge.csvman.test.ReallyBadLines
 

S

SEMANTIC - Static variable in class com.ricebridge.csvman.BadLine
Indicate that the data line was semantically invalid and that the value of one or more data fields is incorrect.
SEP - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
SINGLE_SEP - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
SYNTAX - Static variable in class com.ricebridge.csvman.BadLine
Indicate that the data line was syntactically invalid and could not be parsed correctly as a CSV format line.
SaveAsListsTest - class com.ricebridge.csvman.test.SaveAsListsTest.
Test cases for CsvManager String[] save handling.
SaveAsListsTest(String) - Constructor for class com.ricebridge.csvman.test.SaveAsListsTest
 
SaveBeansTest - class com.ricebridge.csvman.test.SaveBeansTest.
Test cases for CsvManager Beans handling.
SaveBeansTest(String) - Constructor for class com.ricebridge.csvman.test.SaveBeansTest
 
SaveBeansTest.BeanLine - class com.ricebridge.csvman.test.SaveBeansTest.BeanLine.
 
SaveBeansTest.BeanLine(String, String, String) - Constructor for class com.ricebridge.csvman.test.SaveBeansTest.BeanLine
 
SaveBeansTest.ConvLine - class com.ricebridge.csvman.test.SaveBeansTest.ConvLine.
 
SaveBeansTest.ConvLine(String, int, short, long, float, double, boolean, char, byte, String, Date) - Constructor for class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
SaveBeansTest.DateConverter - class com.ricebridge.csvman.test.SaveBeansTest.DateConverter.
 
SaveBeansTest.DateConverter() - Constructor for class com.ricebridge.csvman.test.SaveBeansTest.DateConverter
 
SaveBeansTest.SingleBean - class com.ricebridge.csvman.test.SaveBeansTest.SingleBean.
 
SaveBeansTest.SingleBean(String, String) - Constructor for class com.ricebridge.csvman.test.SaveBeansTest.SingleBean
 
SaveResultSetTest - class com.ricebridge.csvman.test.SaveResultSetTest.
Test cases for CsvManager String[] save handling.
SaveResultSetTest(String) - Constructor for class com.ricebridge.csvman.test.SaveResultSetTest
 
SaveTableModelTest - class com.ricebridge.csvman.test.SaveTableModelTest.
Test cases for CsvManager StringArray save handling.
SaveTableModelTest(String) - Constructor for class com.ricebridge.csvman.test.SaveTableModelTest
 
SaveTest - class com.ricebridge.csvman.test.SaveTest.
Test cases for CsvManager String[] save handling.
SaveTest(String) - Constructor for class com.ricebridge.csvman.test.SaveTest
 
ShortArrayStringConverter - class com.ricebridge.data.sc.ShortArrayStringConverter.
Handle short array textual representations.
ShortArrayStringConverter() - Constructor for class com.ricebridge.data.sc.ShortArrayStringConverter
Create array converter with standard default object.
ShortArrayStringConverter(short) - Constructor for class com.ricebridge.data.sc.ShortArrayStringConverter
Create array converter with specified default native value.
ShortArrayStringConverter(Short) - Constructor for class com.ricebridge.data.sc.ShortArrayStringConverter
Create array converter with specified default wrapper object.
ShortStringConverter - class com.ricebridge.data.sc.ShortStringConverter.
Handle short textual representations.
ShortStringConverter() - Constructor for class com.ricebridge.data.sc.ShortStringConverter
Create a converter with standard default ShortStringConverter.sStandardDefault.
ShortStringConverter(short) - Constructor for class com.ricebridge.data.sc.ShortStringConverter
Create a converter with specific native default.
ShortStringConverter(Short) - Constructor for class com.ricebridge.data.sc.ShortStringConverter
Create a converter with specific wrapper object default.
Snippets - class com.ricebridge.csvman.test.Snippets.
Compilation test for code snippets in documentation
Snippets() - Constructor for class com.ricebridge.csvman.test.Snippets
 
Snippets.BeanRecord - class com.ricebridge.csvman.test.Snippets.BeanRecord.
 
Snippets.BeanRecord(String, String, String) - Constructor for class com.ricebridge.csvman.test.Snippets.BeanRecord
 
Snippets.BusinessObject - interface com.ricebridge.csvman.test.Snippets.BusinessObject.
 
Snippets.MyLineListener - class com.ricebridge.csvman.test.Snippets.MyLineListener.
 
Snippets.MyLineListener() - Constructor for class com.ricebridge.csvman.test.Snippets.MyLineListener
 
Snippets.MyLineProvider - class com.ricebridge.csvman.test.Snippets.MyLineProvider.
 
Snippets.MyLineProvider(List) - Constructor for class com.ricebridge.csvman.test.Snippets.MyLineProvider
 
Snippets.NumbersLineProvider - class com.ricebridge.csvman.test.Snippets.NumbersLineProvider.
 
Snippets.NumbersLineProvider() - Constructor for class com.ricebridge.csvman.test.Snippets.NumbersLineProvider
 
Snippets.StringsProvider - class com.ricebridge.csvman.test.Snippets.StringsProvider.
 
Snippets.StringsProvider(String[][]) - Constructor for class com.ricebridge.csvman.test.Snippets.StringsProvider
 
Start - Static variable in class com.ricebridge.csvman.TrimType
Trim start of data field value
StreamingTest - class com.ricebridge.csvman.test.StreamingTest.
Create streaming performance test data.
StreamingTest(String) - Constructor for class com.ricebridge.csvman.test.StreamingTest
 
StreamingTest.MeasureStreamLineListener - class com.ricebridge.csvman.test.StreamingTest.MeasureStreamLineListener.
 
StreamingTest.MeasureStreamLineListener(String, long) - Constructor for class com.ricebridge.csvman.test.StreamingTest.MeasureStreamLineListener
 
StringArrayStringConverter - class com.ricebridge.data.sc.StringArrayStringConverter.
Handle String array textual representations.
StringArrayStringConverter() - Constructor for class com.ricebridge.data.sc.StringArrayStringConverter
Create array converter with standard default object.
StringArrayStringConverter(String) - Constructor for class com.ricebridge.data.sc.StringArrayStringConverter
Create array converter with specified default wrapper object.
StringConverter - interface com.ricebridge.data.sc.StringConverter.
Convert an object into a String and back again.
StringConverterSupport - class com.ricebridge.data.sc.StringConverterSupport.
Support class for the StringConverter interface.
StringConverterSupport() - Constructor for class com.ricebridge.data.sc.StringConverterSupport
 
StringStringConverter - class com.ricebridge.data.sc.StringStringConverter.
Handle String textual representations.
StringStringConverter() - Constructor for class com.ricebridge.data.sc.StringStringConverter
Create a converter with standard default StringStringConverter.sStandardDefault.
StringStringConverter(String) - Constructor for class com.ricebridge.data.sc.StringStringConverter
Create a converter with specific native default.
sChars - Static variable in class com.ricebridge.csvman.test.PerformanceTestFileMaker.RandomValueLineProvider
 
sFileDataMap - Static variable in class com.ricebridge.csvman.test.I18NTest
 
sFileEncodingMap - Static variable in class com.ricebridge.csvman.test.I18NTest
 
sNativeArrayNameMap - Static variable in class com.ricebridge.data.BeanSpec
Default StringConverter map for indexed fields.
sNotMatchMap - Static variable in class com.ricebridge.csvman.test.I18NTest
 
sStandardDefault - Static variable in class com.ricebridge.data.sc.BooleanStringConverter
Default value object.
sStandardDefault - Static variable in class com.ricebridge.data.sc.ByteStringConverter
Default value object.
sStandardDefault - Static variable in class com.ricebridge.data.sc.CharacterStringConverter
Default value object.
sStandardDefault - Static variable in class com.ricebridge.data.sc.DoubleStringConverter
Default value object.
sStandardDefault - Static variable in class com.ricebridge.data.sc.FloatStringConverter
Default value object.
sStandardDefault - Static variable in class com.ricebridge.data.sc.IntegerStringConverter
Default value object.
sStandardDefault - Static variable in class com.ricebridge.data.sc.LongStringConverter
Default value object.
sStandardDefault - Static variable in class com.ricebridge.data.sc.ShortStringConverter
Default value object.
sStandardDefault - Static variable in class com.ricebridge.data.sc.StringStringConverter
Default value object.
sStringConverterClassMap - Static variable in class com.ricebridge.data.BeanSpec
Default StringConverter map.
sUnsupportedConstructorMsg - Static variable in class com.ricebridge.util.RuntimeWrapperException
 
save() - Method in class com.ricebridge.csvman.CsvHandler
Perform save operation using File or OutputStream in order of existence.
save(Writer) - Method in class com.ricebridge.csvman.CsvHandler
Save CSV data to OutputStream.
save(Object, List) - Method in class com.ricebridge.csvman.CsvManager
Save CSV data as a List of String[] arrays.
save(Object, LineSpec, List) - Method in class com.ricebridge.csvman.CsvManager
Save CSV data as a List of String[] arrays.
save(Object, LineProvider) - Method in class com.ricebridge.csvman.CsvManager
Save CSV data using your own LineListener.
save(Object, LineSpec, LineProvider) - Method in class com.ricebridge.csvman.CsvManager
Save CSV data using your own LineProvider.
save(File, List) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
save(String, List) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
save(OutputStream, List) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
save(File, TableModel, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
save(String, TableModel, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
save(OutputStream, TableModel, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
save(File, ResultSet, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
save(String, ResultSet, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
save(OutputStream, ResultSet, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
save(File, LineProvider) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
save(String, LineProvider) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
save(OutputStream, LineProvider) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
saveAsLists(Object, List) - Method in class com.ricebridge.csvman.CsvManager
Save CSV data as a List of Lists of Strings.
saveAsLists(Object, LineSpec, List) - Method in class com.ricebridge.csvman.CsvManager
Save CSV data as a List of Lists of Strings.
saveAsLists(File, List) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
saveAsLists(String, List) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
saveAsLists(OutputStream, List) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.
saveAsListsToString(List) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
saveBeans(Object, BeanSpec, List) - Method in class com.ricebridge.csvman.CsvManager
Save CSV data as a List of Java Beans.
saveBeans(Object, LineSpec, BeanSpec, List) - Method in class com.ricebridge.csvman.CsvManager
Save CSV data as a List of Java Beans.
saveCsv(File, List) - Method in class com.ricebridge.csvman.test.Snippets
 
saveResultSet(Object, ResultSet) - Method in class com.ricebridge.csvman.CsvManager
Save CSV data as a ResultSet.
saveResultSet(Object, LineSpec, ResultSet) - Method in class com.ricebridge.csvman.CsvManager
Save CSV data as a ResultSet.
saveTableModel(Object, TableModel) - Method in class com.ricebridge.csvman.CsvManager
Save CSV data as a TableModel.
saveTableModel(Object, LineSpec, TableModel) - Method in class com.ricebridge.csvman.CsvManager
Save CSV data as a TableModel.
saveToString(List) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
saveToString(TableModel, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
saveToString(ResultSet, boolean) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
saveToString(LineProvider) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
save_failed - Static variable in class com.ricebridge.csvman.MsgCode
 
sb - Variable in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineListener
 
sb - Variable in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider
 
sc_def_obj - Static variable in class com.ricebridge.data.in.MsgCode
 
sc_def_str - Static variable in class com.ricebridge.data.in.MsgCode
 
sc_native - Static variable in class com.ricebridge.data.in.MsgCode
 
sc_null - Static variable in class com.ricebridge.data.in.MsgCode
 
sc_object - Static variable in class com.ricebridge.data.in.MsgCode
 
sc_string - Static variable in class com.ricebridge.data.in.MsgCode
 
sep() - Method in class com.ricebridge.csvman.CsvParser
 
sep_first() - Method in class com.ricebridge.csvman.CsvParser
 
setAllowQuotedLineEnds(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
setAllowQuotedLineEnds(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Allow line end characters inside quoted fields (default: true).
setAsListsLineListener(AsListsLineListener) - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
setAsListsLineListenerClass(Class) - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Set the standard implementation class for AsListsLineListener.
setAsListsLineProvider(AsListsLineProvider) - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
setAsListsLineProviderClass(Class) - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Set the standard implementation class for AsListsLineProvider.
setBadLine(BadLine) - Method in class com.ricebridge.csvman.CsvManagerException
 
setBar(String) - Method in class com.ricebridge.csvman.test.LoadBeansTest.BeanRecord
 
setBar(String) - Method in class com.ricebridge.csvman.test.SaveBeansTest.BeanLine
 
setBar(String) - Method in class com.ricebridge.csvman.test.Snippets.BeanRecord
 
setBasicLineListener(BasicLineListener) - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
setBasicLineListenerClass(Class) - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Set the standard implementation class for BasicLineListener.
setBasicLineProvider(BasicLineProvider) - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
setBasicLineProviderClass(Class) - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Set the standard implementation class for BasicLineProvider.
setBeanLineListenerClass(Class) - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Set the standard implementation class for BeanLineListener.
setBeanLineProviderClass(Class) - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Set the standard implementation class for BeanLineProvider.
setBeanSpec(BeanSpec) - Method in class com.ricebridge.csvman.BeanLineListener
Set the BeanSpec object that defines the beans to load.
setBeanSpec(BeanSpec) - Method in class com.ricebridge.csvman.BeanLineProvider
Set the BeanSpec object that defines the beans to save.
setBeans(List) - Method in class com.ricebridge.csvman.BeanLineProvider
Set the Java Beans to save.
setBeansLineProvider(BeanLineProvider) - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
setBoolean(boolean) - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
setBoolean(boolean) - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
setByte(byte) - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
setByte(byte) - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
setChar(char) - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
setChar(char) - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
setCloseInputStream(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Close the InputStream after reading the CSV data (default: true).
setCloseOutputStream(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Close the OutputStream after saving the CSV data (default: true).
setCollectBadLines(boolean) - Method in class com.ricebridge.csvman.CsvParser
 
setCollectBadLines(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Collect BadLine objects for later inspection (default: true).
setComment(char) - Method in class com.ricebridge.csvman.CsvLexer
 
setComment(char) - Method in class com.ricebridge.csvman.CsvSpec
Set the character to use at the start of comments (default: #).
setCommentWithinLine(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
setCommentWithinLine(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Allow comments within lines.
setCsvBuffer(CsvBuffer) - Method in class com.ricebridge.csvman.CsvParser
 
setCsvResultSetClass(Class) - Method in class com.ricebridge.csvman.ResultSetLineListener
Use your own subclass of CsvResultSet for loading CSV data.
setCsvSpec(CsvSpec) - Method in class com.ricebridge.csvman.CsvHandler
Set the CsvSpec to use for current operation.
setCsvSpec(CsvSpec) - Method in class com.ricebridge.csvman.CsvManager
CsvManager holds an instance of CsvSpec to control the CSV file format.
setCsvSpec(CsvSpec) - Method in interface com.ricebridge.csvman.LineListener
Set the current CsvSpec settings.
setCsvSpec(CsvSpec) - Method in class com.ricebridge.csvman.LineListenerSupport
CSV Manager 1.2 interface compatibility - does nothing.
setCsvSpec(CsvSpec) - Method in class com.ricebridge.csvman.LineListenerSupportImpl
Helper implementation of LineListener#setCsvSpec.
setCsvSpec(CsvSpec) - Method in interface com.ricebridge.csvman.LineProvider
Set the current CsvSpec settings.
setCsvSpec(CsvSpec) - Method in class com.ricebridge.csvman.LineProviderSupport
CSV Manager 1.2 interface compatibility - does nothing.
setCsvSpec(CsvSpec) - Method in class com.ricebridge.csvman.LineProviderSupportImpl
Helper implementation of LineProvider.setCsvSpec.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.BeanLineListener
Handle property settings for loading Java Beans.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.BeanLineProvider
Handle property settings for saving Java Beans.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.CustomLineListener
Set the current CsvSpec used for loading CSV files.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.CustomLineProvider
Set the current CsvSpec used for saving CSV files.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.LineListenerFixer
Compatibility wrapper.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.LineListenerSupport
Compatibility version of CustomLineListener.setCsvSpecImpl.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.LineListenerSupportImpl
The default implementation of this method is provided by CustomLineListener
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.LineProviderFixer
Compatibility wrapper.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.LineProviderSupport
Compatibility version of CustomLineProvider.setCsvSpecImpl.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.LineProviderSupportImpl
 
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.MultiLineListener
Pass CsvSpec to all registered LineListeners.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.ResultSetLineListener
Handle property settings for loading data in a ResultSet.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.ResultSetLineProvider
Handle property settings for loading data from a ResultSet.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.TableModelLineListener
Handle property settings for loading data into TableModel.
setCsvSpecImpl(CsvSpec) - Method in class com.ricebridge.csvman.TableModelLineProvider
Handle property settings for loading data from a TableModel.
setCsvTableModelClass(Class) - Method in class com.ricebridge.csvman.TableModelLineListener
Use your own subclass of CsvTableModel for loading CSV data.
setData(List) - Method in class com.ricebridge.csvman.AsListsLineProvider
Set data lines to save as List of Lists of Strings.
setData(List) - Method in class com.ricebridge.csvman.BasicLineProvider
Set data lines to save as List of String[] arrays.
setData(ArrayList, boolean, int) - Method in class com.ricebridge.csvman.CsvResultSet
Set data for ResultSet.
setDataFieldMaxLength(int) - Method in class com.ricebridge.csvman.CsvSpec
Set the maximum allowed length in characters of a data field, or set to zero for no limit (default: 0).
setDate(Date) - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
setDate(Date) - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
setDateFormat(DateFormat) - Method in class com.ricebridge.csvman.CsvResultSet
Specify custom date format.
setDefault(Object) - Method in class com.ricebridge.data.sc.TypeStringConverter
Set the default object instance.
setDelimiters(char, char) - Method in class com.ricebridge.data.BeanSpec
Set the delimiters to use for delimiter separated text lists of indexed properties.
setDelimiters(char, char) - Method in class com.ricebridge.data.sc.TypeArrayStringConverter
Set the delimiters for textual lists.
setDouble(double) - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
setDouble(double) - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
setDoubleQuote(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
setDoubleQuote(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Enable double quotes to escape a quote character (default: true).
setEditable(boolean) - Method in class com.ricebridge.csvman.CsvTableModel
You can use this setting to make your JTable editable.
setEditable(boolean) - Method in class com.ricebridge.csvman.TableModelLineListener
Make the TableModel editable.
setEncoding(String) - Method in class com.ricebridge.csvman.CsvManager
Set the character encoding for input and output.
setEncoding(String) - Method in class com.ricebridge.csvman.CsvSpec
Specify the character encoding to use for input and output (default: System.getProperty("file.encoding")).
setEndLine(long) - Method in class com.ricebridge.csvman.CsvManager
The number of the line at which to stop loading data (inclusive, starts from 1).
setEndLine(long) - Method in class com.ricebridge.csvman.CsvParser
 
setEndLine(long) - Method in class com.ricebridge.csvman.CsvSpec
Set the end line (the last line to load) value.
setEndOfLine(String) - Method in class com.ricebridge.csvman.CsvLexer
 
setEndOfLine(String) - Method in class com.ricebridge.csvman.CsvManager
Set the end-of-line character or characters.
setEndOfLine(String) - Method in class com.ricebridge.csvman.CsvParser
 
setEndOfLine(String) - Method in class com.ricebridge.csvman.CsvSpec
Set the end-of-line characters (default: \r\n).
setEscape(char) - Method in class com.ricebridge.csvman.CsvLexer
 
setEscape(char) - Method in class com.ricebridge.csvman.CsvManager
Set the escape character.
setEscape(char) - Method in class com.ricebridge.csvman.CsvSpec
Set the escape character (default: \ (back slash)).
setEscapeMap(HashMap) - Method in class com.ricebridge.csvman.CsvLexer
 
setEscapeMap(HashMap) - Method in class com.ricebridge.csvman.CsvSpec
Set the mapping of escaped characters to other characters.
setFetchDirection(int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.setFetchDirection(int).
setFetchSize(int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.setFetchSize(int).
setFieldListener(FieldListener) - Method in class com.ricebridge.csvman.CsvHandler
Set FieldListener to receive data.
setFieldListener(FieldListener) - Method in class com.ricebridge.csvman.CsvManager
Deprecated.  
setFieldListener(FieldListener) - Method in class com.ricebridge.csvman.CsvParser
 
setFile(File) - Method in class com.ricebridge.csvman.CsvHandler
Set File to load data from or save data to.
setFloat(float) - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
setFloat(float) - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
setFlushEachLine(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Flush the OutputStream after each line of CSV data (default: false).
setFoo(String) - Method in class com.ricebridge.csvman.test.LoadBeansTest.BeanRecord
 
setFoo(String) - Method in class com.ricebridge.csvman.test.SaveBeansTest.BeanLine
 
setFoo(String) - Method in class com.ricebridge.csvman.test.Snippets.BeanRecord
 
setHasHeaders(boolean) - Method in class com.ricebridge.csvman.CsvTableModel
The data provided via CsvTableModel.addLine(java.lang.String[], int) includes column headers.
setHasHeaders(boolean) - Method in class com.ricebridge.csvman.HeadersListenerSupport
The data fields of first line of the CSV file may be column headers.
setHasHeaders(boolean) - Method in class com.ricebridge.csvman.TableModelLineListener
The data cells of the first line of the CSV file may be column headers.
setIgnoreBadLines(boolean) - Method in class com.ricebridge.csvman.CsvManager
Ignore incorrectly formatted lines and continue processing data lines.
setIgnoreBadLines(boolean) - Method in class com.ricebridge.csvman.CsvParser
 
setIgnoreBadLines(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Ignore lines with syntax errors (default: false).
setIgnoreEmptyLines(boolean) - Method in class com.ricebridge.csvman.CsvManager
Ignore lines with no data.
setIgnoreEmptyLines(boolean) - Method in class com.ricebridge.csvman.CsvParser
 
setIgnoreEmptyLines(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Ignore lines that have no data (default: false).
setInputStream(InputStream) - Method in class com.ricebridge.csvman.CsvHandler
InputStream to load data from.
setInt(int) - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
setInt(int) - Method in class com.ricebridge.csvman.test.LoadBeansTest.TypeBeanRecord
 
setInt(int) - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
setLineListener(LineListener) - Method in class com.ricebridge.csvman.CsvHandler
Set LineListener to receive data.
setLineListener(LineListener) - Method in class com.ricebridge.csvman.CsvParser
 
setLineProvider(LineProvider) - Method in class com.ricebridge.csvman.CsvHandler
Set LineProvider to provide data.
setLineSpec(LineSpec) - Method in interface com.ricebridge.csvman.LineListener
Set the current LineSpec settings.
setLineSpec(LineSpec) - Method in class com.ricebridge.csvman.LineListenerSupport
CSV Manager 1.2 interface compatibility - does nothing.
setLineSpec(LineSpec) - Method in class com.ricebridge.csvman.LineListenerSupportImpl
Helper implementation of LineListener#setLineSpec.
setLineSpec(LineSpec) - Method in interface com.ricebridge.csvman.LineProvider
Set the current LineSpec field specification settings.
setLineSpec(LineSpec) - Method in class com.ricebridge.csvman.LineProviderSupport
CSV Manager 1.2 interface compatibility - does nothing.
setLineSpec(LineSpec) - Method in class com.ricebridge.csvman.LineProviderSupportImpl
Helper implementation of LineProvider.setLineSpec.
setLineSpecImpl(LineSpec) - Method in class com.ricebridge.csvman.BeanLineListener
Use the LineSpec to map data fields to Java Bean methods.
setLineSpecImpl(LineSpec) - Method in class com.ricebridge.csvman.BeanLineProvider
 
setLineSpecImpl(LineSpec) - Method in class com.ricebridge.csvman.CustomLineListener
Set the current LineSpec used for interpreting CSV data fields.
setLineSpecImpl(LineSpec) - Method in class com.ricebridge.csvman.CustomLineProvider
Set the current LineSpec used for interpreting CSV data fields.
setLineSpecImpl(LineSpec) - Method in class com.ricebridge.csvman.LineListenerFixer
Compatibility wrapper.
setLineSpecImpl(LineSpec) - Method in class com.ricebridge.csvman.LineListenerSupport
Compatibility version of CustomLineListener.setLineSpecImpl.
setLineSpecImpl(LineSpec) - Method in class com.ricebridge.csvman.LineListenerSupportImpl
The default implementation of this method is provided by CustomLineListener
setLineSpecImpl(LineSpec) - Method in class com.ricebridge.csvman.LineProviderFixer
Compatibility wrapper.
setLineSpecImpl(LineSpec) - Method in class com.ricebridge.csvman.LineProviderSupport
Compatibility version of CustomLineProvider.setLineSpecImpl.
setLineSpecImpl(LineSpec) - Method in class com.ricebridge.csvman.LineProviderSupportImpl
 
setLineSpecImpl(LineSpec) - Method in class com.ricebridge.csvman.MultiLineListener
Pass LineSpec to all registered LineListeners.
setLong(long) - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
setLong(long) - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
setMergeSeparators(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
setMergeSeparators(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Treat adjacent separator characters as one (default false).
setName(String) - Method in class com.ricebridge.csvman.test.LoadBeansTest.BeanRecord
 
setName(String) - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
setName(String) - Method in class com.ricebridge.csvman.test.LoadBeansTest.SingleBean
 
setName(String) - Method in class com.ricebridge.csvman.test.SaveBeansTest.BeanLine
 
setName(String) - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
setName(String) - Method in class com.ricebridge.csvman.test.SaveBeansTest.SingleBean
 
setName(String) - Method in class com.ricebridge.csvman.test.Snippets.BeanRecord
 
setNumFields(int) - Method in class com.ricebridge.csvman.CsvManager
Optionally set the expected number of data fields per data line.
setNumFields(int) - Method in class com.ricebridge.csvman.CsvParser
 
setNumFields(int) - Method in class com.ricebridge.csvman.CsvSpec
Set the expected number of data fields per line.
setNumLines(long) - Method in class com.ricebridge.csvman.CsvManager
The number of lines to read (use as an alternative to CsvManager.setEndLine(long)).
setNumLines(long) - Method in class com.ricebridge.csvman.CsvSpec
Set the number of lines to load.
setOutputStream(OutputStream) - Method in class com.ricebridge.csvman.CsvHandler
OutputStream to save data to.
setPrintStream(PrintStream) - Method in class com.ricebridge.csvman.DebugFieldListener
Deprecated. Set the PrintStream to which status messages are written.
setProperty(String, boolean) - Method in class com.ricebridge.util.PropSpec
Set the value of a boolean property.
setProperty(String, String) - Method in class com.ricebridge.util.PropSpec
Set the value of a string property.
setQue(String) - Method in class com.ricebridge.csvman.test.LoadBeansTest.SingleBean
 
setQue(String) - Method in class com.ricebridge.csvman.test.SaveBeansTest.SingleBean
 
setQuote(char) - Method in class com.ricebridge.csvman.CsvLexer
 
setQuote(char) - Method in class com.ricebridge.csvman.CsvManager
Set the quote character.
setQuote(char) - Method in class com.ricebridge.csvman.CsvSpec
Set quote character (default: " (double quote)).
setQuoteType(QuoteType) - Method in class com.ricebridge.csvman.CsvManager
Specify how data fields are to quoted when saving.
setQuoteType(QuoteType) - Method in class com.ricebridge.csvman.CsvSpec
This setting controls the use of quotes when saving a data file (default: AsNeeded).
setReader(Reader) - Method in class com.ricebridge.csvman.CsvHandler
Reader to load data from.
setResultSet(ResultSet, boolean) - Method in class com.ricebridge.csvman.ResultSetLineProvider
Set the ResultSet that provides the data to save.
setResultSetLineListener(ResultSetLineListener) - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
setResultSetLineListenerClass(Class) - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Set the standard implementation class for ResultSetLineListener.
setResultSetLineProvider(ResultSetLineProvider) - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
setResultSetLineProviderClass(Class) - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Set the standard implementation class for ResultSetLineProvider.
setRunInBackground(boolean) - Method in class com.ricebridge.csvman.CsvManager
Run the loading or saving process in a separate Thread.
setRunSave(boolean) - Method in class com.ricebridge.csvman.CsvHandler
Set true to indicate save operation is to be performed and false for load operation.
setSeparator(String) - Method in class com.ricebridge.csvman.CsvLexer
 
setSeparator(String) - Method in class com.ricebridge.csvman.CsvManager
Set the separator character.
setSeparator(String) - Method in class com.ricebridge.csvman.CsvSpec
Set the separator characters (default: , (comma)).
setShort(short) - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
setShort(short) - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
setStartLine(long) - Method in class com.ricebridge.csvman.CsvManager
The number of the line from which to start loading data (line numbers start at 1, not 0).
setStartLine(long) - Method in class com.ricebridge.csvman.CsvParser
 
setStartLine(long) - Method in class com.ricebridge.csvman.CsvSpec
Set the start line (the first line to load) value.
setString(String) - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
setString(String) - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
setStringConverterMap(Map) - Method in class com.ricebridge.data.BeanSpec
Set the custom StringConverters for named bean methods.
setStringValue(Object, String, String, boolean) - Method in class com.ricebridge.data.BeanSpec
Call a Java Bean property set method.
setTableModel(TableModel, boolean) - Method in class com.ricebridge.csvman.TableModelLineProvider
Set the TableModel providing data to save.
setTableModelLineListener(TableModelLineListener) - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
setTableModelLineListenerClass(Class) - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Set the standard implementation class for TableModelLineListener.
setTableModelLineProvider(TableModelLineProvider) - Method in class com.ricebridge.csvman.CsvManagerStore
Deprecated.  
setTableModelLineProviderClass(Class) - Method in class com.ricebridge.csvman.in.CsvManagerStoreBase
Set the standard implementation class for TableModelLineProvider.
setText(Text) - Method in class com.ricebridge.csvman.CsvHandler
Set text to load data from.
setText(String) - Method in class com.ricebridge.data.Text
Set a specific text value.
setTrim(String) - Method in class com.ricebridge.csvman.CsvLexer
 
setTrim(String) - Method in class com.ricebridge.csvman.CsvSpec
Set the trim characters (default: space and tab).
setTrimType(TrimType) - Method in class com.ricebridge.csvman.CsvLexer
 
setTrimType(TrimType) - Method in class com.ricebridge.csvman.CsvManager
Specify how data fields are to quoted when saving.
setTrimType(TrimType) - Method in class com.ricebridge.csvman.CsvSpec
Set the trim type (default: Full; both start and end of data field)..
setUseComment(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
setUseComment(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Ignore lines that are comments.
setUseEscape(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
setUseEscape(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Enable escaping of quote characters in data fields (default: false).
setUseEscapeMap(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
setUseEscapeMap(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Enable use of the escape mappings (default: false).
setUseNative(boolean) - Method in class com.ricebridge.data.sc.TypeArrayStringConverter
Indicate that native arrays should be used.
setUseQuote(boolean) - Method in class com.ricebridge.csvman.CsvLexer
 
setUseQuote(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Enable quoting of data fields (default: true).
setValueAt(Object, int, int) - Method in class com.ricebridge.csvman.CsvTableModel
Set the value of a table cell.
setVerbatimEndOfLine(boolean) - Method in class com.ricebridge.csvman.CsvSpec
Output the end-of-line characters exactly as specified, without platform-specific conversions (default: false).
setWriter(Writer) - Method in class com.ricebridge.csvman.CsvHandler
Writer to save data to.
setbeanfield - Static variable in class com.ricebridge.csvman.MsgCode
 
setbeanfield_msg - Static variable in class com.ricebridge.csvman.MsgCode
 
skip(long) - Method in class com.ricebridge.csvman.CsvReader
 
snippet01() - Method in class com.ricebridge.csvman.test.Snippets
 
snippet02() - Method in class com.ricebridge.csvman.test.Snippets
 
snippet03() - Method in class com.ricebridge.csvman.test.Snippets
 
snippet04() - Method in class com.ricebridge.csvman.test.Snippets
 
snippet05() - Method in class com.ricebridge.csvman.test.Snippets
 
snippet06() - Method in class com.ricebridge.csvman.test.Snippets
 
snippet07() - Method in class com.ricebridge.csvman.test.Snippets
 
snippet08() - Method in class com.ricebridge.csvman.test.Snippets
 
snippet09() - Method in class com.ricebridge.csvman.test.Snippets
 
snippet10() - Method in class com.ricebridge.csvman.test.Snippets
 
snippet11() - Method in class com.ricebridge.csvman.test.Snippets
 
split(String, String) - Static method in class com.ricebridge.util.RBTextUtil
 
standard - Static variable in class com.ricebridge.csvman.MsgCode
 
standard - Static variable in class com.ricebridge.data.in.MsgCode
 
startLoad() - Method in interface com.ricebridge.csvman.FieldListener
Deprecated. Called just before loading of the CSV data starts.
startLoad() - Method in class com.ricebridge.csvman.FieldListenerSupport
Deprecated. Helper implementation of FieldListener.startLoad().
startLoad() - Method in class com.ricebridge.csvman.LineListenerSupport
Old version of LineListener.startProcess.
startLoadImpl() - Method in class com.ricebridge.csvman.DebugFieldListener
Deprecated.  
startLoadImpl() - Method in class com.ricebridge.csvman.FieldListenerSupport
Deprecated. Implement this method to receive notification that loading of CSV data is about to start.
startLoadImpl() - Method in class com.ricebridge.csvman.LineListenerSupport
Old version of CustomLineListener.startProcessImpl.
startLoadImpl() - Method in class com.ricebridge.csvman.test.CsvManagerTest.TestFieldListener
 
startProcess() - Method in interface com.ricebridge.csvman.LineListener
Called just before loading of the CSV data starts.
startProcess() - Method in class com.ricebridge.csvman.LineListenerSupport
CSV Manager 1.2 interface compatibility - does nothing.
startProcess() - Method in class com.ricebridge.csvman.LineListenerSupportImpl
Helper implementation of LineListener.startProcess
startProcess() - Method in interface com.ricebridge.csvman.LineProvider
Called just before saving of the CSV data starts.
startProcess() - Method in class com.ricebridge.csvman.LineProviderSupport
CSV Manager 1.2 interface compatibility - does nothing.
startProcess() - Method in class com.ricebridge.csvman.LineProviderSupportImpl
Helper implementation of LineProvider.startProcess.
startProcessImpl() - Method in class com.ricebridge.csvman.AsListsLineProvider
Handle start of saving process by reseting line index.
startProcessImpl() - Method in class com.ricebridge.csvman.BasicLineListener
Handle start of loading process by creating empty list for data lines.
startProcessImpl() - Method in class com.ricebridge.csvman.BasicLineProvider
Handle start of saving process by reseting line index.
startProcessImpl() - Method in class com.ricebridge.csvman.BeanLineListener
Start the load process.
startProcessImpl() - Method in class com.ricebridge.csvman.BeanLineProvider
Start the load process.
startProcessImpl() - Method in class com.ricebridge.csvman.CustomLineListener
Implement this method to receive notification that the loading of CSV data is about to start.
startProcessImpl() - Method in class com.ricebridge.csvman.CustomLineProvider
Implement this method to receive notification that the saving of CSV data is about to start.
startProcessImpl() - Method in class com.ricebridge.csvman.LineListenerFixer
Compatibility wrapper.
startProcessImpl() - Method in class com.ricebridge.csvman.LineListenerSupportImpl
The default implementation of this method is provided by CustomLineListener
startProcessImpl() - Method in class com.ricebridge.csvman.LineProviderFixer
Compatibility wrapper.
startProcessImpl() - Method in class com.ricebridge.csvman.LineProviderSupportImpl
 
startProcessImpl() - Method in class com.ricebridge.csvman.MultiLineListener
Calls LineListener.startProcess() on each registered LineListener in turn.
startProcessImpl() - Method in class com.ricebridge.csvman.ResultSetLineListener
Start the loading process.
startProcessImpl() - Method in class com.ricebridge.csvman.ResultSetLineProvider
Start the saving process.
startProcessImpl() - Method in class com.ricebridge.csvman.TableModelLineListener
Start the load process.
startProcessImpl() - Method in class com.ricebridge.csvman.TableModelLineProvider
Start the saving process.
startProcessImpl() - Method in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineListener
 
startProcessImpl() - Method in class com.ricebridge.csvman.test.CsvHandlerTest.TestLineProvider
 
startProcessImpl() - Method in class com.ricebridge.csvman.test.EdgeCasesTest.NumFieldLineListener
 
startProcessImpl() - Method in class com.ricebridge.csvman.test.LoadLineListenerTest.SimpleLineListener
 
startProcessImpl() - Method in class com.ricebridge.csvman.test.PerformanceTestFileMaker.RandomValueLineProvider
 
startProcessImpl() - Method in class com.ricebridge.csvman.test.Snippets.MyLineListener
 
startProcessImpl() - Method in class com.ricebridge.csvman.test.StreamingTest.MeasureStreamLineListener
 
startSave() - Method in class com.ricebridge.csvman.LineProviderSupport
Old version of CustomLineListener.startProcess.
startSaveImpl() - Method in class com.ricebridge.csvman.LineProviderSupport
Old version of CustomLineListener.nextLineImpl.
startSaveImpl() - Method in class com.ricebridge.csvman.test.Snippets.MyLineProvider
 
substitute(String, String, String) - Static method in class com.ricebridge.util.RBTextUtil
 
suite() - Static method in class com.ricebridge.csvman.test.BadLineTest
 
suite() - Static method in class com.ricebridge.csvman.test.CsvHandlerTest
 
suite() - Static method in class com.ricebridge.csvman.test.CsvLoaderBadLineTest
 
suite() - Static method in class com.ricebridge.csvman.test.CsvLoaderTest
 
suite() - Static method in class com.ricebridge.csvman.test.CsvManagerTest
 
suite() - Static method in class com.ricebridge.csvman.test.CsvSaverTest
 
suite() - Static method in class com.ricebridge.csvman.test.CsvSpecTest
 
suite() - Static method in class com.ricebridge.csvman.test.CsvWriterTest
 
suite() - Static method in class com.ricebridge.csvman.test.EdgeCasesTest
 
suite() - Static method in class com.ricebridge.csvman.test.EndLineTest
 
suite() - Static method in class com.ricebridge.csvman.test.I18NTest
 
suite() - Static method in class com.ricebridge.csvman.test.LoadAsListsTest
 
suite() - Static method in class com.ricebridge.csvman.test.LoadBeansTest
 
suite() - Static method in class com.ricebridge.csvman.test.LoadLineListenerTest
 
suite() - Static method in class com.ricebridge.csvman.test.LoadResultSetTest
 
suite() - Static method in class com.ricebridge.csvman.test.LoadTableModelTest
 
suite() - Static method in class com.ricebridge.csvman.test.LoadTest
 
suite() - Static method in class com.ricebridge.csvman.test.MsgsTest
 
suite() - Static method in class com.ricebridge.csvman.test.PerformanceTest
 
suite() - Static method in class com.ricebridge.csvman.test.QuoteTest
 
suite() - Static method in class com.ricebridge.csvman.test.SaveAsListsTest
 
suite() - Static method in class com.ricebridge.csvman.test.SaveBeansTest
 
suite() - Static method in class com.ricebridge.csvman.test.SaveResultSetTest
 
suite() - Static method in class com.ricebridge.csvman.test.SaveTableModelTest
 
suite() - Static method in class com.ricebridge.csvman.test.SaveTest
 
suite() - Static method in class com.ricebridge.csvman.test.StreamingTest
 
suite() - Static method in class com.ricebridge.csvman.test.TableModelLineListenerTest
 

T

TESTDATA - Static variable in class com.ricebridge.csvman.test.TestUtil
 
TableModelLineListener - class com.ricebridge.csvman.TableModelLineListener.
An implementation of LineListener that inserts loaded data lines into a TableModel.
TableModelLineListener() - Constructor for class com.ricebridge.csvman.TableModelLineListener
 
TableModelLineListenerTest - class com.ricebridge.csvman.test.TableModelLineListenerTest.
Test cases for TableModelLineListener.
TableModelLineListenerTest(String) - Constructor for class com.ricebridge.csvman.test.TableModelLineListenerTest
 
TableModelLineProvider - class com.ricebridge.csvman.TableModelLineProvider.
An implementation of LineProvider that provides data lines for saving from a TableModel object.
TableModelLineProvider() - Constructor for class com.ricebridge.csvman.TableModelLineProvider
Create uninitialised for use with TableModelLineProvider.setTableModel(javax.swing.table.TableModel, boolean).
TableModelLineProvider(TableModel, boolean) - Constructor for class com.ricebridge.csvman.TableModelLineProvider
Create initialised.
TestUtil - class com.ricebridge.csvman.test.TestUtil.
Utilities for testing.
TestUtil() - Constructor for class com.ricebridge.csvman.test.TestUtil
 
Text - class com.ricebridge.data.Text.
Holds a reference to a String variable.
Text() - Constructor for class com.ricebridge.data.Text
Create an empty text value.
Text(String) - Constructor for class com.ricebridge.data.Text
Create a specific text value.
TextWriter - class com.ricebridge.data.TextWriter.
Converts the contents of a StringWriter into a Text object.
TextWriter() - Constructor for class com.ricebridge.data.TextWriter
Create an empty text value.
TextWriter(Text) - Constructor for class com.ricebridge.data.TextWriter
Use an existing text value.
TrimType - class com.ricebridge.csvman.TrimType.
Enumeration of data field whitespace trimming options.
TrimType(String) - Constructor for class com.ricebridge.csvman.TrimType
 
TypeArrayStringConverter - class com.ricebridge.data.sc.TypeArrayStringConverter.
Utility class for handling conversion of native Java types in arrays.
TypeArrayStringConverter() - Constructor for class com.ricebridge.data.sc.TypeArrayStringConverter
 
TypeStringConverter - class com.ricebridge.data.sc.TypeStringConverter.
Utility class for handling conversion of native Java types.
TypeStringConverter() - Constructor for class com.ricebridge.data.sc.TypeStringConverter
 
table() - Method in class com.ricebridge.csvman.CsvParser
 
testAddLineReturn() - Method in class com.ricebridge.csvman.test.CsvHandlerTest
 
testArray() - Method in class com.ricebridge.csvman.test.CsvLoaderTest
 
testBadLines() - Method in class com.ricebridge.csvman.test.CsvManagerTest
 
testContinueAttempt() - Method in class com.ricebridge.csvman.test.CsvLoaderBadLineTest
 
testConversions() - Method in class com.ricebridge.csvman.test.LoadBeansTest
 
testConversions() - Method in class com.ricebridge.csvman.test.SaveBeansTest
 
testDisallowQuotedNewlines() - Method in class com.ricebridge.csvman.test.EdgeCasesTest
 
testEmptyLines() - Method in class com.ricebridge.csvman.test.CsvLoaderTest
 
testEmptyLines() - Method in class com.ricebridge.csvman.test.CsvManagerTest
 
testEmptyLines() - Method in class com.ricebridge.csvman.test.EdgeCasesTest
 
testEscapeMap() - Method in class com.ricebridge.csvman.test.CsvManagerTest
 
testExample() - Method in class com.ricebridge.csvman.test.CsvLoaderTest
 
testExample() - Method in class com.ricebridge.csvman.test.CsvSaverTest
 
testExample() - Method in class com.ricebridge.csvman.test.LoadAsListsTest
 
testExample() - Method in class com.ricebridge.csvman.test.LoadBeansTest
 
testExample() - Method in class com.ricebridge.csvman.test.LoadLineListenerTest
 
testExample() - Method in class com.ricebridge.csvman.test.LoadResultSetTest
 
testExample() - Method in class com.ricebridge.csvman.test.LoadTableModelTest
 
testExample() - Method in class com.ricebridge.csvman.test.LoadTest
 
testExample() - Method in class com.ricebridge.csvman.test.SaveAsListsTest
 
testExample() - Method in class com.ricebridge.csvman.test.SaveBeansTest
 
testExample() - Method in class com.ricebridge.csvman.test.SaveResultSetTest
 
testExample() - Method in class com.ricebridge.csvman.test.SaveTableModelTest
 
testExample() - Method in class com.ricebridge.csvman.test.SaveTest
 
testFailModes() - Method in class com.ricebridge.csvman.test.CsvLoaderBadLineTest
 
testFieldListener() - Method in class com.ricebridge.csvman.test.CsvManagerTest
 
testFiles() - Method in class com.ricebridge.csvman.test.PerformanceTest
 
testFiles() - Method in class com.ricebridge.csvman.test.StreamingTest
 
testFollowing() - Method in class com.ricebridge.csvman.test.BadLineTest
 
testIgnoreBadLinesWithFailingListener() - Method in class com.ricebridge.csvman.test.BadLineTest
 
testLargeFileEndLine() - Method in class com.ricebridge.csvman.test.EndLineTest
 
testLastComma() - Method in class com.ricebridge.csvman.test.EdgeCasesTest
 
testLastCommaNumFields() - Method in class com.ricebridge.csvman.test.EdgeCasesTest
 
testLastLine() - Method in class com.ricebridge.csvman.test.EdgeCasesTest
 
testLifecycle() - Method in class com.ricebridge.csvman.test.CsvHandlerTest
 
testLineProvider() - Method in class com.ricebridge.csvman.test.CsvManagerTest
 
testLoad() - Method in class com.ricebridge.csvman.test.I18NTest
 
testLoadSave() - Method in class com.ricebridge.csvman.test.CsvManagerTest
 
testMissingCells() - Method in class com.ricebridge.csvman.test.LoadTableModelTest
 
testMultiple() - Method in class com.ricebridge.csvman.test.SaveBeansTest
 
testNoData() - Method in class com.ricebridge.csvman.test.CsvManagerTest
 
testNormal() - Method in class com.ricebridge.csvman.test.BadLineTest
 
testQuotedEscapeSep() - Method in class com.ricebridge.csvman.test.EdgeCasesTest
 
testQuotes() - Method in class com.ricebridge.csvman.test.CsvManagerTest
 
testRepeat() - Method in class com.ricebridge.csvman.test.CsvLoaderTest
 
testRepeat() - Method in class com.ricebridge.csvman.test.LoadAsListsTest
 
testRepeat() - Method in class com.ricebridge.csvman.test.LoadBeansTest
 
testRepeat() - Method in class com.ricebridge.csvman.test.LoadResultSetTest
 
testRepeat() - Method in class com.ricebridge.csvman.test.LoadTest
 
testRepeats() - Method in class com.ricebridge.csvman.test.CsvSaverTest
 
testRepeats() - Method in class com.ricebridge.csvman.test.SaveAsListsTest
 
testRepeats() - Method in class com.ricebridge.csvman.test.SaveResultSetTest
 
testRepeats() - Method in class com.ricebridge.csvman.test.SaveTableModelTest
 
testRepeats() - Method in class com.ricebridge.csvman.test.SaveTest
 
testResume() - Method in class com.ricebridge.csvman.test.BadLineTest
 
testRetention() - Method in class com.ricebridge.csvman.test.CsvSpecTest
 
testReuse() - Method in class com.ricebridge.csvman.test.TableModelLineListenerTest
 
testSave() - Method in class com.ricebridge.csvman.test.I18NTest
 
testSaveBadLines() - Method in class com.ricebridge.csvman.test.CsvHandlerTest
 
testSaveQuoting() - Method in class com.ricebridge.csvman.test.QuoteTest
 
testSeparator() - Method in class com.ricebridge.csvman.test.CsvManagerTest
 
testSeparator() - Method in class com.ricebridge.csvman.test.MsgsTest
 
testSettings() - Method in class com.ricebridge.csvman.test.LoadBeansTest
 
testSingle() - Method in class com.ricebridge.csvman.test.CsvLoaderTest
 
testSingle() - Method in class com.ricebridge.csvman.test.CsvSaverTest
 
testSingle() - Method in class com.ricebridge.csvman.test.LoadAsListsTest
 
testSingle() - Method in class com.ricebridge.csvman.test.LoadBeansTest
 
testSingle() - Method in class com.ricebridge.csvman.test.LoadLineListenerTest
 
testSingle() - Method in class com.ricebridge.csvman.test.LoadResultSetTest
 
testSingle() - Method in class com.ricebridge.csvman.test.LoadTest
 
testSingle() - Method in class com.ricebridge.csvman.test.SaveAsListsTest
 
testSingle() - Method in class com.ricebridge.csvman.test.SaveBeansTest
 
testSingle() - Method in class com.ricebridge.csvman.test.SaveResultSetTest
 
testSingle() - Method in class com.ricebridge.csvman.test.SaveTableModelTest
 
testSingle() - Method in class com.ricebridge.csvman.test.SaveTest
 
testStartEndLineLoad() - Method in class com.ricebridge.csvman.test.CsvManagerTest
 
testStartEndLineSave() - Method in class com.ricebridge.csvman.test.CsvManagerTest
 
testStartEndLineWithLoader() - Method in class com.ricebridge.csvman.test.EdgeCasesTest
 
testToString() - Method in class com.ricebridge.csvman.test.CsvSpecTest
 
testTrim() - Method in class com.ricebridge.csvman.test.CsvManagerTest
 
testWriter() - Method in class com.ricebridge.csvman.test.CsvWriterTest
 
toList(String) - Static method in class com.ricebridge.util.txt.MakeList
 
toList(String, char) - Static method in class com.ricebridge.util.txt.MakeList
 
toList(String, char, char) - Static method in class com.ricebridge.util.txt.MakeList
 
toString() - Method in class com.ricebridge.csvman.BadLine
A utility method useful for debugging.
toString() - Method in class com.ricebridge.csvman.BeanLineListener
Return a textual description suitable for debugging.
toString() - Method in class com.ricebridge.csvman.CsvManagerException
 
toString() - Method in class com.ricebridge.csvman.CsvSpec
Generate a human-friendly description of the current settings in a properties style format.
toString() - Method in class com.ricebridge.csvman.CsvTableModel
String description of object instance.
toString() - Method in class com.ricebridge.csvman.LineSpec
A human-friendly description of the current line specification settings.
toString() - Method in class com.ricebridge.csvman.QuoteType
 
toString() - Method in class com.ricebridge.csvman.TrimType
 
toString() - Method in class com.ricebridge.csvman.test.LoadBeansTest.BeanRecord
 
toString() - Method in class com.ricebridge.csvman.test.LoadBeansTest.ConvRecord
 
toString() - Method in class com.ricebridge.csvman.test.LoadBeansTest.SingleBean
 
toString() - Method in class com.ricebridge.csvman.test.LoadBeansTest.TypeBeanRecord
 
toString() - Method in class com.ricebridge.csvman.test.SaveBeansTest.BeanLine
 
toString() - Method in class com.ricebridge.csvman.test.SaveBeansTest.ConvLine
 
toString() - Method in class com.ricebridge.csvman.test.SaveBeansTest.SingleBean
 
toString() - Method in class com.ricebridge.csvman.test.Snippets.BeanRecord
 
toString() - Method in class com.ricebridge.data.BeanSpec
Create a description of this BeanSpec suitable for debugging.
toString() - Method in class com.ricebridge.data.DataException
Return a user-friendly error message describing the problem.
toString() - Method in class com.ricebridge.data.Text
The String value itself.
toString() - Method in class com.ricebridge.util.PropSpec
Produce a textual description of the property settings, suitable for debugging.
toString(String[]) - Static method in class com.ricebridge.util.RBTextUtil
 
toString(List) - Static method in class com.ricebridge.util.txt.MakeList
 
toString(List, char) - Static method in class com.ricebridge.util.txt.MakeList
 
toString(List, char, char) - Static method in class com.ricebridge.util.txt.MakeList
 

U

UNQUOTED_FIELD - Static variable in interface com.ricebridge.csvman.CsvParserTokenTypes
 
unknown_column - Static variable in class com.ricebridge.csvman.MsgCode
 
updateArray(String, Array) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateArray(int, java.sql.Array).
updateArray(int, Array) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateArray(int, java.sql.Array).
updateAsciiStream(String, InputStream, int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateAsciiStream(int, java.io.InputStream, int).
updateAsciiStream(int, InputStream, int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateAsciiStream(int, java.io.InputStream, int).
updateBigDecimal(String, BigDecimal) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateBigDecimal(int, java.math.BigDecimal).
updateBigDecimal(int, BigDecimal) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateBigDecimal(int, java.math.BigDecimal).
updateBinaryStream(String, InputStream, int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateBinaryStream(int, java.io.InputStream, int).
updateBinaryStream(int, InputStream, int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateBinaryStream(int, java.io.InputStream, int).
updateBlob(String, Blob) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateBlob(int, java.sql.Blob).
updateBlob(int, Blob) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateBlob(int, java.sql.Blob).
updateBoolean(String, boolean) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateBoolean(int, boolean).
updateBoolean(int, boolean) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateBoolean(int, boolean).
updateByte(String, byte) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateByte(int, byte).
updateByte(int, byte) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateByte(int, byte).
updateBytes(String, byte[]) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateBytes(int, byte[]).
updateBytes(int, byte[]) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateBytes(int, byte[]).
updateCharacterStream(String, Reader, int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateCharacterStream(int, java.io.Reader, int).
updateCharacterStream(int, Reader, int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateCharacterStream(int, java.io.Reader, int).
updateClob(String, Clob) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateClob(int, java.sql.Clob).
updateClob(int, Clob) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateClob(int, java.sql.Clob).
updateDate(String, Date) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateDate(int, java.sql.Date).
updateDate(int, Date) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateDate(int, java.sql.Date).
updateDouble(String, double) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateDouble(int, double).
updateDouble(int, double) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateDouble(int, double).
updateFloat(String, float) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateFloat(int, float).
updateFloat(int, float) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateFloat(int, float).
updateInt(String, int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateInt(int, int).
updateInt(int, int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateInt(int, int).
updateLong(String, long) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateLong(int, long).
updateLong(int, long) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateLong(int, long).
updateNull(String) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateNull(int).
updateNull(int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateNull(int).
updateObject(String, Object) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateObject(int, java.lang.Object).
updateObject(String, Object, int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateObject(int, java.lang.Object).
updateObject(int, Object) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateObject(int, java.lang.Object).
updateObject(int, Object, int) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateObject(int, java.lang.Object).
updateRef(String, Ref) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateRef(int, java.sql.Ref).
updateRef(int, Ref) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateRef(int, java.sql.Ref).
updateRow() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateRow().
updateShort(String, short) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateShort(int, short).
updateShort(int, short) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateShort(int, short).
updateString(String, String) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateString(int, java.lang.String).
updateString(int, String) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateString(int, java.lang.String).
updateTime(String, Time) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateTime(int, java.sql.Time).
updateTime(int, Time) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateTime(int, java.sql.Time).
updateTimestamp(String, Timestamp) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateTimestamp(int, java.sql.Timestamp).
updateTimestamp(int, Timestamp) - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.updateTimestamp(int, java.sql.Timestamp).

V

VersionDeclaration - class com.ricebridge.csvman.VersionDeclaration.
Non-functional class that declares the version of Ricebridge CSV Manager.
VersionDeclaration() - Constructor for class com.ricebridge.csvman.VersionDeclaration
 
validate() - Method in class com.ricebridge.csvman.CsvSpec
Check that settings are consistent.
verifyTableModel(CsvTableModel, int) - Method in class com.ricebridge.csvman.test.TableModelLineListenerTest
 
verifyTableModel(TableModel, int) - Static method in class com.ricebridge.csvman.test.TestUtil
 

W

wasNull() - Method in class com.ricebridge.csvman.CsvResultSet
No action — see ResultSet.wasNull().
write(String[]) - Method in class com.ricebridge.csvman.CsvWriter
Exception handling must be done by calling code.
writeData(File, byte[]) - Method in class com.ricebridge.csvman.test.TestUtil
 
writeFile(String, String, String) - Method in class com.ricebridge.csvman.test.I18NTest
 
writeFiles() - Method in class com.ricebridge.csvman.test.I18NTest
 

X

xor(byte[], byte[]) - Static method in class com.ricebridge.util.RBDataUtil
return byte[pSource.length] xoring each byte against corresponding pKey byte, repeating pKey as needed

_

_tokenNames - Static variable in class com.ricebridge.csvman.CsvParser
 
_tokenSet_0 - Static variable in class com.ricebridge.csvman.CsvParser
 
_tokenSet_1 - Static variable in class com.ricebridge.csvman.CsvParser
 

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

Copyright © 2003-2006 Ricebridge