Package com.android.jack.api.v01

Interface Summary
Api01CompilationTask A task allowing to run the Jack compiler once.
Api01Config A configuration for API level 01 of the Jack compiler.
 

Class Summary
ChainedException.ChainedExceptionBuilder<T extends ChainedException> Builder to construct a chain of exceptions.
 

Enum Summary
DebugInfoLevel Various levels of debug information.
JavaSourceVersion Supported Java source version.
MultiDexKind The method to use to split in several dex files.
ReporterKind Available reporters.
ResourceCollisionPolicy How to handle resource collisions.
TypeCollisionPolicy How to handle type collisions.
VerbosityLevel Jack verbosity level
 

Exception Summary
ChainedException Abstract class to easily chain exceptions together.
CompilationException A fatal problem that caused Jack to abort the compilation.
ConfigurationException Thrown when something is wrong in Jack's configuration.
UnrecoverableException Thrown when a major problem occurred because of an event out of control (e.g.