Interface | Description |
---|---|
GrabProcessOutput.IProcessOutput | |
ILogger |
Interface used to display warnings/errors while parsing the SDK content.
|
IReaderLogger |
Interface to read a line from the
System.in input stream. |
Class | Description |
---|---|
AsmUtils |
Utilities for working with ASM.
|
FileUtils | |
GrabProcessOutput | |
HtmlBuilder | |
ImmutableCollectors |
Util for creating
Collector that creates immutable collections, similar to
Collectors . |
LineCollector |
Implementation of the
LineProcessor that will append each line into an array and
provide the array as the processor's result. |
NativeSourceFileExtensions |
Collections of well-known native compiler file extensions.
|
NdkUtils |
Utility methods for native build
|
NullLogger |
Dummy implementation of an
ILogger . |
Pair<S,T> |
A Pair class is simply a 2-tuple for use in this package.
|
PositionXmlParser |
A simple DOM XML parser which can retrieve exact beginning and end offsets
(and line and column numbers) for element nodes as well as attribute nodes.
|
SdkUtils |
Miscellaneous utilities used by the Android SDK tools
|
SparseArray<E> |
SparseArrays map integers to Objects.
|
SparseIntArray |
SparseIntArrays map integers to integers.
|
StdLogger | |
StringHelper | |
StringHelperPOSIX |
POSIX specific StringHelper that applies the following tokenization rules:
http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html
- A backslash that is not quoted shall preserve the literal value of the
following character
- Enclosing characters in single-quotes ( '' ) shall preserve the literal value
of each character within the single-quotes.
|
StringHelperWindows |
Windows specific StringHelper that applies the following tokenization rules:
https://msdn.microsoft.com/en-us/library/17w5ykft.aspx
- A string surrounded by double quotation marks ("string") is interpreted as a
single argument, regardless of white space contained within.
|
XmlUtils |
XML Utilities
|
Enum | Description |
---|---|
GrabProcessOutput.Wait | |
StdLogger.Level |