| Interface | Description |
|---|---|
| DomValueParser<T> |
Interface that parses a Dom Node to generate a value.
|
| ValueParser<T> |
An interface that denotes the implementing object is capable of converting
between strings and objects of a certain type.
|
| ValueParserProvider<T> |
Interface that can be implemented by a
PropertyTag
to allow it to provide a custom ValueParser for the property. |
| Class | Description |
|---|---|
| BooleanParser | |
| DateParser |
Parses a string into a
Date. |
| DateTimeParser |
Parses a ISO 8601 Date/time string into a
Date. |
| DecimalParser |
Parser that parses a string into an integer
Number. |
| DefaultFormatter<T> |
This class implements fall-back formatting rules for objects.
|
| DomParserAdapter<T> |
Adapter that converts a ValueParser into a DomValueParser
|
| DoubleParser | |
| FloatParser | |
| IndexedReferenceValueParser |
ValueParser for IndexedReference types.
|
| IntegerParser |
Parser that parses a string into an
Integer A
NullPointerException is thrown if the string provided is
null. |
| IntervallicVolumeParser |
parse a numeric value. if storageUnit or phaseUnit values are specified then
convert to bits.
|
| LongParser |
Parser that parses a string into a
Long/code> A
|
| MemoryParser | |
| NumberParser |
Generic Number parser.
|
| PatternDomParser |
DomValueParser that extracts part of the target text using a
regular expression.
|
| PbsDateParser |
Parses a string into a
Date. |
| ReferenceValueParser<I extends uk.ac.ed.epcc.webapp.Indexed> |
A format tolerant ValueParser for IndexedReference.
|
| SecondDurationParser |
A parser for identifying durations specified in a particular format.
|
| SimpleDurationParser |
A parser for identifying durations specified in a particular format.
|
| SlurmDurationParser |
A parser for identifying durations specified in a particular format.
|
| SlurmMemoryParser | |
| StringParser |
The most simple of all the
ValueParsers. |
| TimestampParser |
Parses a string into a
Date. |
| TypeConverterValueParser<T> |
ValueParser that wraps a
TypeConverter |
| ValueParserFormat<T> |
A
Format that delegates to a ValueParser
As ValueParser only parses full strings the parseObject method can also only match full strings |
| ValueParserInput<T> |
Adapter to convert ValueParser to Input
|
| ValueParserPolicy | |
| ValueParserService |
This class may be used to fetch a
ValueParser by a specific
name. |
| ValueParserTransform<T> |
A Table.Transform that uses a ValueParser to format the table contents.
|
| XMLDateTimeParser |
Parser that parses a string into an Java
Date. |
| XMLDurationParser |
Parser that parses a string into a duration measured in seconds (represented
as a
Number. |
| Exception | Description |
|---|---|
| ValueParseException |