Interface | Description |
---|---|
DateUtils.IDateOperation |
This class is used to describe directives for Dates (or time) manipulation,
i.e. adding year(s), month(s), day(s), hour(s), minute(s), second(s) or milli(s) to a provided date.
|
ExtraInitializer |
This interface should be implemented by classes referenced by "extraInitializer" nodes in mrules-utils.xml configuration files.
|
MBeanUtils.ImportHolder |
Describes a class which will be able to register one or more imports and to resolve a Class by it's simple name, using these imports.
|
ObjOut.Handler |
Class | Description |
---|---|
Base64 |
This class is an adaptation of the BASE64Encoder provided in CA Spectrum RESTful Examples:
/usr/Spectrum/RestfulExamples/src/test/utils/BASE64Encoder.java
|
ConfigDiscovery |
Parses all "mrules-utils.xml" found on classpath to register content.
|
DateUtils |
Utilities class to perform operations on Date / Time.
|
DateUtils.DateOperation |
This class is used to store directives for Dates (or time) manipulation.
|
LicenceInfoHelper |
Provides information on current licence.
|
MBeanUtils |
Utilities class which provides basic utilities on Java Beans.
|
MBeanUtils.ClassImportHolder |
Implementation allowing to import the classes of a package, but not of its sub-packages.
|
MBeanUtils.ImportHolderCombiner |
Implementation to combine several ImportHolder, in a predictible order.
|
MBeanUtils.PackageImportHolder |
Implementation allowing to import the classes of a package, but not of its sub-packages.
|
MessageCode |
All message codes.
|
MessageCode.DynamicMessageCode |
Allows to declare a non-internationalized message.
|
MessageCode.MessageCodeFromField |
Allows to declare an internationalized message as a Class field.
|
MessageInfo |
Object allowing to provide messages and additional informations in Exceptions.
|
Messages |
All message codes.
|
ObjOut |
Dumps one or more object trees onto a print stream, showing objects identities, fields, etc.
|
Optional<T> |
Optional implementation, duplicated from java 8 code.
|
Pair<F,S> |
a simple pair of object
hashCode and equal are based on both values.
|
PositionalXMLReader |
An XML document builder that stuff line numbers in Nodes' userData.
|
PositionalXMLReader.PositionalHandler |
XML Handler dedicated to retrieve current line.
|
ReHashMap<K,V> |
This class allow to rehash keys, allowing to change keys during execution.
|
Rounder |
This class is used to store rounding directives for BigDecimals and to perform rounding.
|
StringUtils |
Utility class for String manipulation
|
TypedMap |
Map of objects with their type and eventually generic type for Collections.
|
TypedMap.RecursiveTypedMap |
TypedMap with default type as RecursiveTypedMap.
|
Enum | Description |
---|---|
ObjOut.StdHandler |
Exception | Description |
---|---|
LicenceException |
Mother of all Exceptions thrown by utilities framework.
|
MBeanUtils.ImportValidationException |
Exception dedicated to ImportHolder validation.
|
UtilsException |
Mother of all Exceptions thrown by utilities framework.
|
XMLUtilsException |
Exceptions thrown for XML problems.
|