Uses of Class
adams.core.io.AbstractFilenameGenerator
-
Packages that use AbstractFilenameGenerator Package Description adams.core.io adams.data.io.output adams.flow.condition.bool adams.flow.control adams.flow.source adams.flow.transformer -
-
Uses of AbstractFilenameGenerator in adams.core.io
Subclasses of AbstractFilenameGenerator in adams.core.io Modifier and Type Class Description classAbstractFilenameGeneratorWithDirectoryAncestor for filename generators that use a directory.classAbstractFilenameGeneratorWithExtensionAncestor for filename generators that require a provided extension.classDefaultFilenameGeneratorThe default generator for database ID and ID handlers.classFixedFilenameGeneratorSimple concatenates directory, provided name and extension.classNullFilenameGeneratorDummy filename generator, always outputs null.classReportFieldFilenameGeneratorObtains the filename from a field in the attached report.classSimpleFilenameGeneratorSimple generator that assembles filename based on output dir, prefix, current object (string representation), suffix and extension.classSimpleFixedFilenameGeneratorSimply returns the supplied file name.classSimpleObjectToStringFilenameGeneratorSimple generator that just turns the incoming object into a string using the 'toString()' method.classTimestampFilenameGeneratorGenerator that assembles a filename based on output dir, prefix, current timestamp (according to format string), suffix and extension. -
Uses of AbstractFilenameGenerator in adams.data.io.output
Fields in adams.data.io.output declared as AbstractFilenameGenerator Modifier and Type Field Description protected AbstractFilenameGeneratorAbstractTextWriterWithFilenameGenerator. m_FilenameGeneratorthe filename generator to use.Methods in adams.data.io.output that return AbstractFilenameGenerator Modifier and Type Method Description AbstractFilenameGeneratorAbstractTextWriterWithFilenameGenerator. getFilenameGenerator()Returns the filename generator.Methods in adams.data.io.output with parameters of type AbstractFilenameGenerator Modifier and Type Method Description voidAbstractTextWriterWithFilenameGenerator. setFilenameGenerator(AbstractFilenameGenerator value)Sets the filename generator. -
Uses of AbstractFilenameGenerator in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as AbstractFilenameGenerator Modifier and Type Field Description protected AbstractFilenameGeneratorFileChanged. m_Generatorthe filename generator.protected AbstractFilenameGeneratorFileExists. m_Generatorthe filename generator.protected AbstractFilenameGeneratorFileInUse. m_Generatorthe filename generator.Methods in adams.flow.condition.bool that return AbstractFilenameGenerator Modifier and Type Method Description AbstractFilenameGeneratorFileChanged. getGenerator()Returns the generator to use (ignored ifNullFilenameGenerator).AbstractFilenameGeneratorFileExists. getGenerator()Returns the generator to use (ignored ifNullFilenameGenerator).AbstractFilenameGeneratorFileInUse. getGenerator()Returns the generator to use (ignored ifNullFilenameGenerator).Methods in adams.flow.condition.bool with parameters of type AbstractFilenameGenerator Modifier and Type Method Description voidFileChanged. setGenerator(AbstractFilenameGenerator value)Sets the generator to use (ignored ifNullFilenameGenerator).voidFileExists. setGenerator(AbstractFilenameGenerator value)Sets the generator to use (ignored ifNullFilenameGenerator).voidFileInUse. setGenerator(AbstractFilenameGenerator value)Sets the generator to use (ignored ifNullFilenameGenerator). -
Uses of AbstractFilenameGenerator in adams.flow.control
Fields in adams.flow.control declared as AbstractFilenameGenerator Modifier and Type Field Description protected AbstractFilenameGeneratorCallableActorScreenshot. m_FilenameGeneratorthe filename generator to use.Methods in adams.flow.control that return AbstractFilenameGenerator Modifier and Type Method Description AbstractFilenameGeneratorCallableActorScreenshot. getFilenameGenerator()Returns the prefix for the filename in case of auto-generation.Methods in adams.flow.control with parameters of type AbstractFilenameGenerator Modifier and Type Method Description voidCallableActorScreenshot. setFilenameGenerator(AbstractFilenameGenerator value)Sets the prefix for the filename in case of auto-generation. -
Uses of AbstractFilenameGenerator in adams.flow.source
Fields in adams.flow.source declared as AbstractFilenameGenerator Modifier and Type Field Description protected AbstractFilenameGeneratorFilenameGenerator. m_Generatorthe generator to use.Methods in adams.flow.source that return AbstractFilenameGenerator Modifier and Type Method Description AbstractFilenameGeneratorFilenameGenerator. getGenerator()Returns the generator to use.Methods in adams.flow.source with parameters of type AbstractFilenameGenerator Modifier and Type Method Description voidFilenameGenerator. setGenerator(AbstractFilenameGenerator value)Sets the generator to use. -
Uses of AbstractFilenameGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractFilenameGenerator Modifier and Type Field Description protected AbstractFilenameGeneratorAbstractReportFileWriter. m_Generatorthe filename generator to use.protected AbstractFilenameGeneratorFilenameGenerator. m_Generatorthe generator to use.Methods in adams.flow.transformer that return AbstractFilenameGenerator Modifier and Type Method Description protected AbstractFilenameGeneratorAbstractReportFileWriter. getDefaultFilenameGenerator()Returns the default generatorAbstractFilenameGeneratorAbstractReportFileWriter. getFilenameGenerator()Returns the writer in use.AbstractFilenameGeneratorFilenameGenerator. getGenerator()Returns the generator to use.Methods in adams.flow.transformer with parameters of type AbstractFilenameGenerator Modifier and Type Method Description voidAbstractReportFileWriter. setFilenameGenerator(AbstractFilenameGenerator value)Sets the filename generator to use.voidFilenameGenerator. setGenerator(AbstractFilenameGenerator value)Sets the generator to use.
-