| Class | Description |
|---|---|
| AbstractTextDataLoader |
Returns a string based on a plain text file.
|
| AntDataLoader |
Abstract base class of Ant related data loaders.
|
| AntProjectDataLoader |
Returns the Ant project object.
|
| AntPropertiesDataLoader |
Returns the Map of all Ant properties, or of the selected Ant properties.
|
| AntPropertyDataLoader |
Returns the value of an Ant property.
|
| AntTaskDataLoader |
Returns the FMPP Ant task object.
|
| CsvDataLoader |
Data loaders that loads CSV (Column Separated Values) files or other files of
similar formats (as tab divided text), and returns a
fmpp.models.CsvSequence object. |
| EvalDataLoader |
Evaluates a BeanShell expression (looks like as Java).
|
| FileDataLoader |
Ancestor of data loaders that create the result based on a file.
|
| HtmlUtilsDataLoader |
Returns a hash that contains useful directives for HTML generation.
|
| JSONDataLoader |
Creates a
JSONNode based on a JSON file. |
| NowDataLoader |
Data loader that produces string from the current date.
|
| PropertiesDataLoader |
Returns a Map based on a Java properties file.
|
| SlicedTextDataLoader |
Returns a sequence of strings based on a plain text file, where the specified
symbol is used as separator.
|
| TddDataLoader |
Creates a Map based on a TDD file.
|
| TddSequenceDataLoader |
Creates a List based on a TDD file.
|
| TextDataLoader |
Returns a string based on a plain text file.
|
| XmlDataLoader |
Returns a variable that exposes the content of an XML file.
|
| XmlInfosetDataLoader | Deprecated
Use
XmlDataLoader instead. |
fmpp.DataLoader implementations.