Uses of Class
com.ricebridge.csvman.CustomLineProvider

Packages that use CustomLineProvider
com.ricebridge.csvman Main package for CSV Manager component. 
com.ricebridge.csvman.test Unit tests for CSV Manager component. 
 

Uses of CustomLineProvider in com.ricebridge.csvman
 

Subclasses of CustomLineProvider in com.ricebridge.csvman
 class AsListsLineProvider
          Simple implementation of LineProvider that provides data lines for saving from a List of Lists of Strings.
 class BasicLineProvider
          Simple implementation of LineProvider that provides data lines for saving from a List of String[] arrays.
 class BeanLineProvider
          Simple implementation of LineProvider that provides data records for saving a List of Java Beans.
 class ResultSetLineProvider
          An implementation of LineProvider that provides data lines for saving from a ResultSet object.
 class TableModelLineProvider
          An implementation of LineProvider that provides data lines for saving from a TableModel object.
 

Uses of CustomLineProvider in com.ricebridge.csvman.test
 

Subclasses of CustomLineProvider in com.ricebridge.csvman.test
static class CsvHandlerTest.TestLineProvider
           
static class PerformanceTestFileMaker.RandomValueLineProvider
          Provides random values as data for saving.
 class Snippets.MyLineProvider
           
static class Snippets.NumbersLineProvider
           
static class Snippets.StringsProvider
           
 



Copyright © 2003-2006 Ricebridge