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 TypeClassDescriptionclass
Returns a string based on a plain text file.class
Abstract base class of Ant related data loaders.class
Returns the Ant project object.class
Returns the Map of all Ant properties, or of the selected Ant properties.class
Returns the value of an Ant property.class
Returns the FMPP Ant task object.class
Data loaders that loads CSV (Column Separated Values) files or other files of similar formats (as tab divided text), and returns afmpp.models.CsvSequence
object.class
Evaluates a BeanShell expression (looks like as Java).class
Ancestor of data loaders that create the result based on a file.class
Returns a hash that contains useful directives for HTML generation.class
Creates aJSONNode
based on a JSON file.class
Data loader that produces string from the current date.class
Returns a Map based on a Java properties file.class
Returns a sequence of strings based on a plain text file, where the specified symbol is used as separator.class
Creates a Map based on a TDD file.class
Creates a List based on a TDD file.class
Returns a string based on a plain text file.class
Returns a variable that exposes the content of an XML file.class
Deprecated. -
Uses of DataLoader in fmpp.tdd
Methods in fmpp.tdd that return DataLoaderModifier and TypeMethodDescriptionstatic DataLoader
TddUtil.getDataLoaderInstance
(Engine eng, String dlName) Resolves a data loader name to a data loader instance.
XmlDataLoader
instead.