Package com.android.utils

Interface Summary
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 Summary
AsmUtils Utilities for working with ASM.
FileUtils  
GrabProcessOutput  
HtmlBuilder  
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 An implementation of ILogger that prints to System.out and System.err.
StringHelper  
XmlUtils XML Utilities
 

Enum Summary
GrabProcessOutput.Wait  
StdLogger.Level