Uses of Class
adams.flow.source.readersource.AbstractReaderGenerator
-
Packages that use AbstractReaderGenerator Package Description adams.flow.source adams.flow.source.readersource -
-
Uses of AbstractReaderGenerator in adams.flow.source
Fields in adams.flow.source declared as AbstractReaderGenerator Modifier and Type Field Description protected AbstractReaderGenerator
ReaderGenerator. m_Generator
the generator.Methods in adams.flow.source that return AbstractReaderGenerator Modifier and Type Method Description AbstractReaderGenerator
ReaderGenerator. getGenerator()
Returns the generator to use.Methods in adams.flow.source with parameters of type AbstractReaderGenerator Modifier and Type Method Description void
ReaderGenerator. setGenerator(AbstractReaderGenerator value)
Sets the generator to use. -
Uses of AbstractReaderGenerator in adams.flow.source.readersource
Subclasses of AbstractReaderGenerator in adams.flow.source.readersource Modifier and Type Class Description class
FromFile
Generates a reader from the specified file.class
FromResource
Generates a reader from the specified resource (eg from jar).
-