See: Description
| Interface | Description |
|---|---|
| DirectoryLoader |
An directory information loader.
|
| FileLoader |
An file information loader.
|
| FileSourceListLoader |
An file set information loader.
|
| FileWriter |
An file information writer.
|
| InfoLoader |
An information source loader.
|
| InfoSource |
A source of information.
|
| InfoTarget |
An information target.
|
| InfoValidator |
An information validator.
|
| InfoWriter |
An information writer.
|
| Class | Description |
|---|---|
| AbstractDirectoryInfo |
An abstract directory info implementation that can be configured for use as source or target.
|
| AbstractFileInfo |
An abstract file info implementation that can be configured for use as source or target.
|
| AbstractLoader |
Abstract loader implementation.
|
| AbstractSource |
Abstract source implementation.
|
| AbstractTarget |
Abstract target implementation.
|
| AbstractValidator |
Abstract implementation of a validator as base class for validators.
|
| AbstractWriter |
Abstract writer implementation.
|
| CommonsDirectoryWalker |
Walks a directory and loads files.
|
| DirectorySource |
A source object for a directory.
|
| DirectoryTarget |
A source object for a directory.
|
| DirectoryValidator |
An validator for a directory or path.
|
| FileSource |
File source for an information source.
|
| FileSourceList |
A source object for an array of File objects.
|
| FileTarget |
File target for an information target.
|
| FileValidator |
An validator for a file.
|
| JsonFileLoader |
An file loader for JSON files.
|
| PropertyArrayLoader |
An file loader for a set of Java property files.
|
| PropertyFileLoader |
An file loader for Java property files.
|
| SimpleDirectoryScanner |
Scans a directory and returns a complete list of files found.
|
| StgFileLoader |
An file loader for STG property files.
|
| StgFileSource |
File source for an STG file, the same as
FileSource plus extension check for "stg" extension. |
| STGroupValidator |
An validator for an STGroup file.
|
| StringFileLoader |
An file loader for reading a file into a string.
|
| StringFileWriter |
An file information writer writing strings into a file.
|
| STValidator |
An validator for an ST file.
|
| Enum | Description |
|---|---|
| AbstractDirectoryInfo.Options |
Options for an asString method
|
| AbstractFileInfo.Options |
Options for an asString method
|
| InfoLocationOptions |
Options to locate information.
|
| ValidationOptions |
Options to validate sources and targets.
|
Copyright © 2010–2017. All rights reserved.