Interface | Description |
---|---|
Comparer<T> | |
DataSource<T extends DataSource> |
Base type of all data sources like DBMs, plain files or any other arbitrary
data source.
|
DataSourceMetaData | |
ObjectConverter<T> |
Object converter to convert an object into a specific type.
|
ProgressMonitor |
The
ProgressMonitor interface is implemented by objects that
monitor the progress of an activity; the methods in this interface are
invoked by code that performs the activity. |
StringFilter |
The
StringFilter defines a pattern to filter a given String ; |
StringFilterClient |
The super class of all
StringFilter clients. |
StringUtils.ParameterProvider |
Provides
String parameter values for the format method. |
Class | Description |
---|---|
AbstractDataSource<T extends DataSource> | |
ArrayUtils |
The
ArrayUtils class provides utility methods for array
handling. |
CmdLineParser |
Largely GNU-compatible command-line options parser.
|
CmdLineParser.Option |
Representation of a command-line option.
|
CmdLineParser.Option.BooleanOption | |
CmdLineParser.Option.DoubleOption |
An option that expects a floating-point value.
|
CmdLineParser.Option.IntegerOption |
An option that expects an integer value.
|
CmdLineParser.Option.LongOption |
An option that expects a long integer value.
|
CmdLineParser.Option.StringOption |
An option that expects a string value.
|
CollectionUtils |
The
CollectionUtils class provides utility methods for
Collection handling. |
ColorUtils |
The
ColorUtils class provides utility methods for Color
handling. |
ConversionUtils |
A utility class which converts Object's into specific types.
|
Countdown |
To get an counter.
|
DataSource.Parameter<T> | |
DataSources | |
Duration |
A Duration holds an specific amount of time in milliseconds.
|
HTMLUtils |
The
HTMLUtils class provides utility methods for HTML handling. |
IntList | |
MathUtils |
The
MathUtils class provides utility methods for mathematics and
number handling. |
NamedColor |
Wrapper class for iconified named color instances.
|
NamedColors |
Container class for
NamedColor s. |
ObjectUtils |
The
ObjectUtils class provides utility methods for
Object handling. |
Pair<A,B> | |
ParseUtils |
The
ParseUtils class provides parsing methods for various types. |
Settings |
Helper class to manage global settings of the XAPI.
|
StringFilter.NullStringFilter |
A "null pattern" implementation of
StringFilter . |
StringUtils |
The
StringUtils class provides utility methods for
String handling. |
XdevDate |
The class
XdevDate represents a specific instant in time, with
millisecond precision. |
XdevHashtable<K,V> |
The standard
Map in XDEV. |
XdevList<E> |
The standard
List in XDEV. |
Exception | Description |
---|---|
CmdLineParser.IllegalOptionValueException |
Thrown when an illegal or missing value is given by the user for an
option that takes a value.
|
CmdLineParser.NotFlagException |
Thrown when the parsed commandline contains multiple concatenated short
options, such as -abcd, where one or more requires a value.
|
CmdLineParser.OptionException |
Base class for exceptions that may be thrown when options are parsed.
|
CmdLineParser.UnknownOptionException |
Thrown when the parsed command-line contains an option that is not
recognised.
|
CmdLineParser.UnknownSuboptionException |
Thrown when the parsed commandline contains multiple concatenated short
options, such as -abcd, where one is unknown.
|
DataSourceException | |
DateFormatException | |
ObjectConversionException |
An exception which occures if an
ObjectConverter failes to convert an
object in the target type. |
Copyright © 2003–2023 XDEV Software. All rights reserved.