Interface | Description |
---|---|
OAFilter<TYPE> |
Used to filter a collection of TYPE objects.
|
TestInterface |
Class | Description |
---|---|
Base64 |
Provides encoding of raw bytes to base64-encoded characters, and
decoding of base64 characters to raw bytes.
|
ClassModifier | |
ImageResizer |
Resizes image and saves as a scaled jpeg image files on your file system.
|
IndentFormatter | |
OAAnyValueObject |
Object used internally to represent any value (null, or not-null).
|
OAArray | |
OACacheListenerUtil |
Helper to find thread+stacktrace when a class.property is changed.
|
OACircularQueue<TYPE> |
Thread safe Circular Queue.
|
OAClassLoader | |
OAComparator |
OAComparator is used to sort objects.
|
OACompare |
Used to compare objects, even if objects are different classes.
|
OACompressWrapper |
Object wrapper used to compress an object during serialization.
|
OAConv |
Subclass of OAConverter, that is only used to rename.
|
OAConverter |
Conversion class for converting Objects from one form to another.
|
OADate |
Date class that combines Calendar, Date and SimpleDateFormat into a single class.
|
OADateTime | |
OADouble | |
OADownloadCsv<F extends OAObject> |
Create csv data from a Hub and properies.
|
OADownloadCsv.MyProperty | |
OAEncryption | |
OAFile |
Subclass of java.io.File that includes extra functionality.
|
OAFindFile |
This is used to search for a file from a specific directory and all files below it.
|
OAFindNull |
Search object and it's fields/references for a null value.
|
OAFtpClient |
connect()
login(user, pw)
setBinary()
setAscii()
get
put
append
|
OAGreaterThanZero |
Object used internally to represent a number > 0
|
OAHtml | |
OAHttpClient | |
OAInteger | |
OAJsonReader |
OAJsonReader that converts to XML, and then uses OAXMLReader to convert to OAObjects and Hubs.
|
OAJsonWriter |
OAJsonWriter creates an JSON file that can then be read using an OAJsonReader.
If an object has already been stored in the file, then its key will be stored. |
OALessThanZero |
Object used internally to represent a number < 0, or null
|
OALogger | |
OALogUtil | |
OAMail | |
OAMail.OAMailAttachment | |
OANetwork | |
OANotExist |
Object used internally to represent a value that was not found
|
OANotNullObject |
Object used internally to represent a non-null value.
|
OANullObject |
Object used internally to represent a null value.
|
OAObjectCompare |
Compare two objects, finding which fields do not match.
|
OAPdfDoc | |
OAPool<TYPE> |
Maintains a pool of objects, with a minimum and max limits, and
will shrink/release if not needed or time.
|
OAProperties |
Subclass of java.util.Properties where all "names" for name/value pairs are case insensitive.
NOTE: All name/value pairs are converted to Strings. |
OAPropertyPath<F> |
Utility used to parse a propertyPath, get methods, class information, and to be able to get
the value by invoking on an object.
|
OAPropertyPathDelegate | |
OAReflect |
Used for Reflection services.
|
OAString |
String helper/utility Class.
|
OATemplate<F extends OAObject> |
Dynamically converts html text with custom property and processing tags into pure html text, by
using a supplied OAObject or Hub to plug into the text.
|
OAThrottle |
Used to throttle based on a minimum time (ms) frame.
|
OATime |
Time class that combines Calendar, Time and SimpleDateFormat into a single class.
|
OAWebUtil | |
OAXMLReader |
OAXMLReader using a SAXParser to parse and automatically create OAObjects from an XML file.
|
OAXMLReader1 |
OAXMLReader using a SAXParser to parse and automatically create OAObjects from a XML file.
|
OAXMLWriter |
OAXMLWriter creates an XML file that can then be read using an OAXMLReader.
If an object has already been stored in the file, then its key will be stored. |
OAYamlReader |
OAJsonReader that converts to XML, and then uses OAXMLReader to convert to OAObjects and Hubs.
|
OAZip | |
SimpleXMLReader |
XMLReader using a SAXParser to parse and load into a hierarchy of name/value, where value is a hashmap
or an ArrayList of values or hashmaps.
|
SizeOf | |
Test | |
Tuple<A,B> | |
Tuple3<A,B,C> |
Automates handling for Strings, Properties, pdf, Templates, Circular Queue, Conversions, Reflection, Filtering, Object Queries, Date/Time, Json, XML, Html, and more.
Copyright © 1999–2019 ViaOA. All rights reserved.