Uses of Class
jigcell.compare.impl.FileDataSource

Packages that use FileDataSource
jigcell.compare.impl   
jigcell.compare.tests   
jigcell.compare.transform   
 

Uses of FileDataSource in jigcell.compare.impl
 

Subclasses of FileDataSource in jigcell.compare.impl
 class RawFileDataSource
          A transfer agent that supports reading and writing data to a regular file.
 class XMLFileDataSource
          A transfer agent that supports reading and writing data to a file using XML persistence.
 

Fields in jigcell.compare.impl declared as FileDataSource
protected  FileDataSource Compare.configSource
          Data source for the configuration file
private  FileDataSource XMLFileEncoder.source
          Source for reading and writing
 

Constructors in jigcell.compare.impl with parameters of type FileDataSource
XMLFileEncoder(FileDataSource source)
          Creates a new encoder for XML data.
 

Uses of FileDataSource in jigcell.compare.tests
 

Fields in jigcell.compare.tests declared as FileDataSource
protected  FileDataSource ObjectiveBenchmark.source
          Source to load from
protected  FileDataSource ExperimentBenchmark.source
          Source to load from
protected  FileDataSource TransformBenchmark.source
          Source to load from
 

Uses of FileDataSource in jigcell.compare.transform
 

Methods in jigcell.compare.transform that return FileDataSource
protected  FileDataSource FileTransform.getFileSource()
          File source to use.