|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Api01Config
A configuration implementation for API level 01 of Jill.
| Method Summary | |
|---|---|
Api01TranslationTask |
getTask()
Creates an instance of the Api01TranslationTask according to this configuration. |
void |
setDebugInfo(boolean debugInfo)
Sets whether debug info should be emitted. |
void |
setInputJavaBinaryFile(java.io.File input)
Sets jar file to apply the Jill translation onto. |
void |
setOutputJackFile(java.io.File outputJackFile)
Sets the file where the output Jack library will be written. |
void |
setVerbose(boolean isVerbose)
Sets verbosity mode. |
| Method Detail |
|---|
void setVerbose(boolean isVerbose)
throws ConfigurationException
isVerbose - the desired verbosity mode
ConfigurationException
void setInputJavaBinaryFile(@Nonnull
java.io.File input)
throws ConfigurationException
input - jar file to translate
ConfigurationException
void setOutputJackFile(@Nonnull
java.io.File outputJackFile)
throws ConfigurationException
outputJackFile - The output Jack library file
ConfigurationException
void setDebugInfo(boolean debugInfo)
throws ConfigurationException
debugInfo - the desired mode for debug info emission
ConfigurationException
@Nonnull
Api01TranslationTask getTask()
throws ConfigurationException
Api01TranslationTask according to this configuration.
Api01TranslationTask
ConfigurationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||