Storables to an XML-representation.See: Description
| Class | Description |
|---|---|
| AbstractStringExtractor |
This class implements the reader that extracts strings.
|
| ArrayHandler |
This class handles arrays with elements of generic type and enables the user
to cast, clone, and create arrays easily.
|
| CombinedFileFilter |
This class allows to combine several
FileFilters. |
| DateFileFilter |
This class implements a
FileFilter that accepts Files that were modified after the date that is given in the constructor. |
| FileManager |
This class is for handling
Files. |
| InfixStringExtractor |
This class implements an
AbstractStringExtractor that can be seen as a filter. |
| LimitedStringExtractor |
This
AbstractStringExtractor allows to read only a limited amount of data. |
| ParameterSetParser |
This class extracts values from
Parameters and creates instances of
InstantiableFromParameterSets from a ParameterSet. |
| RegExFilenameFilter | |
| SimpleStringExtractor |
This is a simple class that extracts
Strings. |
| SparseStringExtractor | |
| StringExtractor | |
| SymbolExtractor |
This class enables you to extract elements (symbols) from a given
String similar to a StringTokenizer. |
| XMLParser |
Class for parsing standard data types and arrays in and out of an XML
File. |
| Enum | Description |
|---|---|
| RegExFilenameFilter.Directory |
A switch to decide whether the results of a
RegExFilenameFilter are forbidden, allowed or required to be a directory. |
| Exception | Description |
|---|---|
| NonParsableException |
A
NonParsableException is thrown if some object could not be restored
(parsed) from a StringBuffer. |
| ParameterSetParser.NotInstantiableException |
An
Exception that is thrown if an instance of some class could
not be created. |
| ParameterSetParser.WrongParameterTypeException |
Storables to an XML-representation.