Class | Description |
---|---|
ByteSizeStrings |
A formatter to pretty-print numeric values representing sizes in byes.
|
ByteSizeStrings.Builder |
Configures and builds a
ByteSizeStrings formatter. |
ComparableVersion |
takes a version string, and compares to other versions, using
NaturalOrderComparator |
DataUriSchemeParser |
implementation (currently hokey) of RFC-2397 data: URI scheme.
|
FormattedString |
wraps a call to
String.format(String, Object...) in a toString, i.e. |
Identifiers | |
KeyValueParser |
Parses a String that consists of multiple arguments, which are either single or key-value pairs.
|
NaturalOrderComparator |
comparator which takes two strings and puts them in an order with special rules for numbers to be placed in numeric order;
e.g.
|
QuotedStringTokenizer |
As 'StringTokenizer' but items in quotes (single or double) are treated as single tokens
(cf mortbay's QuotedStringTokenizer)
|
QuotedStringTokenizer.Builder | |
StringEscapes | |
StringEscapes.BashStringEscapes | |
StringEscapes.JavaStringEscapes | |
StringFunctions | |
StringPredicates | |
Strings | |
StringShortener |
utility which takes a bunch of segments and applies shortening rules to them
|
TemplateProcessor |
A variety of methods to assist in Freemarker template processing,
including passing in maps with keys flattened (dot-separated namespace),
and accessing
ManagementContext brooklyn.properties
and Entity , EntityDriver , and Location methods and config. |
TemplateProcessor.DotSplittingTemplateModel |
A Freemarker
TemplateHashModel which will correctly handle entries of the form "a.b" in this map,
matching against template requests for "${a.b}". |
WildcardGlobs | |
WildcardGlobs.SpecialistGlobExpander |
expands globs as per #getGlobsAfterBraceExpansion,
but also handles numeric ranges,
and optionally allows customized treatment of quoted regions and/or parentheses.
|
Enum | Description |
---|---|
WildcardGlobs.PhraseTreatment |
if a string contains a demarcated phrase, e.g.
|
Exception | Description |
---|---|
WildcardGlobs.InvalidPatternException |