Uses of Interface
fmpp.tdd.DataLoader
Packages that use DataLoader
Package
Description
fmpp.DataLoader implementations.Textual Data Definition related classes.
-
Uses of DataLoader in fmpp.dataloaders
Classes in fmpp.dataloaders that implement DataLoaderModifier and TypeClassDescriptionclassReturns a string based on a plain text file.classAbstract base class of Ant related data loaders.classReturns the Ant project object.classReturns the Map of all Ant properties, or of the selected Ant properties.classReturns the value of an Ant property.classReturns the FMPP Ant task object.classData loaders that loads CSV (Column Separated Values) files or other files of similar formats (as tab divided text), and returns afmpp.models.CsvSequenceobject.classEvaluates a BeanShell expression (looks like as Java).classAncestor of data loaders that create the result based on a file.classReturns a hash that contains useful directives for HTML generation.classCreates aJSONNodebased on a JSON file.classData loader that produces string from the current date.classReturns a Map based on a Java properties file.classReturns a sequence of strings based on a plain text file, where the specified symbol is used as separator.classCreates a Map based on a TDD file.classCreates a List based on a TDD file.classReturns a string based on a plain text file.classReturns a variable that exposes the content of an XML file.classDeprecated. -
Uses of DataLoader in fmpp.tdd
Methods in fmpp.tdd that return DataLoaderModifier and TypeMethodDescriptionstatic DataLoaderTddUtil.getDataLoaderInstance(Engine eng, String dlName) Resolves a data loader name to a data loader instance.
XmlDataLoaderinstead.