Class Summary |
Base64 |
MIME Base64 encoder. |
ExecToolCommandLogger |
ExecToolCommandLogger reformats ant log messages using a Reformatter |
FileUtils |
TODO: Consider wrapping FileUtils |
FormattedOutputStream |
Deprecated. |
IdentityConverter<T> |
IdentityConverter |
JARVerifier |
JARVerifier verifies signed JAR files given a list of trusted CA certificates. |
LogReformatter |
LogReformatter can produce a formatted log message using a set of context data. |
NodeSet |
NodeSet provides filtering logic for Node criteria |
OptsUtil |
OptsUtil is ... |
PairImpl<T,W> |
Pair implementation that disallows nulls, and provides setters. |
PartialLineBuffer |
A Line oriented String buffer which can also return the last incomplete line read |
PropertyLookup |
Simple utiltiy class to lookup property info |
PropertyUtil |
expands nested property references within a provided string |
QuotedStringTokenizer |
Tokenizer for strings delimited by spaces, allowing quoted strings with either single or double quotes, and escaped
quote values within those strings by doubling the quote character. |
ScriptExecUtil |
Provides methods for running scripts/commands. |
StringArrayUtil |
Utility for managing string arrays |
ThreadBoundOutputStream |
ThreadBoundOutputStream allows a different OutputStream to be used for the current Thread and any child threads when
necessary, otherwise the default OutputStream is used. |
ThreadBoundPrintStream |
ThreadBoundPrintStream wraps a ThreadBoundOutputStream and provides accessor for the OutputStream. |
ZipUtil |
ZipUtil provides utility methods for extracting the contents of a zip file. |
ZipUtil.CopyStreamCopier |
streamCopier that simply copies the stream without modification. |
ZipUtil.PrefixStripper |
Strips a prefix from input |