Class Summary |
ArrayListWrapper |
Extract information from a JavaObject that represents an instance of java.util.ArrayList. |
DateWrapper |
Extract information from a JavaObject that represents an instance of java.util.Date. |
HashMapWrapper |
Extract information from a JavaObject that represents an instance of java.util.HashMap. |
HashSetWrapper |
Extract information from a JavaObject that represents an instance of java.util.HashSet. |
HashtableWrapper |
Extract information from a JavaObject that represents an instance of java.util.Hashtable. |
LinkedListWrapper |
Extract information from a JavaObject that represents an instance of java.util.LinkedList. |
LongTimestampWrapper |
A utility class to extract a date from a JavaObject that represents a Long or a primitive long value,
that represent a timestamp as number of milliseconds since the "epoch". |
PropertiesWrapper |
Extract information from a JavaObject that represents an instance of java.util.Properties |
StringWrapper |
Extract information from a JavaObject that represents an instance of java.lang.String. |
SynchronizedMapWrapper |
Extract information from a JavaObject that represents an instance of java/util/Collections$SynchronizedMap. |
SynchronizedSetWrapper |
Extract information from a JavaObject that represents an instance of java/util/Collections$SynchronizedSet. |
ThreadLocalWrapper |
Extract information from a JavaObject that represents an instance of java.lang.ThreadLocal. |
TreeMapWrapper |
Extract information from a JavaObject that represents an instance of java.util.TreeMap. |
TreeSetWrapper |
Extract information from a JavaObject that represents an instance of java.util.TreeSet. |
VectorWrapper |
Extract information from a JavaObject that represents an instance of java.util.Vector. |