com.android.jack.api.v01
Interface Api01CompilationTask


public interface Api01CompilationTask

A task allowing to run the Jack compiler once.


Method Summary
 void run()
          Runs the Jack compiler.
 

Method Detail

run

void run()
         throws CompilationException,
                UnrecoverableException,
                ConfigurationException,
                java.lang.IllegalStateException
Runs the Jack compiler. May be called only once.

Throws:
CompilationException - If a fatal error occurred during the compilation
UnrecoverableException - If an error out of Jack's control occurred
ConfigurationException - If there is an error in the configuration
java.lang.IllegalStateException - If Jack is run more than once