|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompilerConfiguration
TODO javadoc.
| Method Summary | |
|---|---|
ClassLoader |
getClassLoader()
|
Class<? extends JAXXCompiler> |
getCompilerClass()
|
Class<? extends CompiledObjectDecorator> |
getDefaultDecoratorClass()
|
Class<?> |
getDefaultErrorUI()
|
String |
getEncoding()
|
String[] |
getExtraImports()
|
String |
getHelpBrokerFQN()
|
Class<? extends JAXXContext> |
getJaxxContextClass()
|
boolean |
getOptimize()
Returns whether or not optimization should be performed. |
File |
getTargetDirectory()
Returns the target directory. |
Class<?> |
getValidatorClass()
|
boolean |
isAddLogger()
|
boolean |
isGenerateHelp()
|
boolean |
isI18nable()
|
boolean |
isOptimize()
|
boolean |
isProfile()
|
boolean |
isResetAfterCompile()
|
boolean |
isUseUIManagerForIcon()
|
boolean |
isVerbose()
|
| Method Detail |
|---|
ClassLoader getClassLoader()
Class<? extends JAXXCompiler> getCompilerClass()
Class<? extends CompiledObjectDecorator> getDefaultDecoratorClass()
Class<?> getDefaultErrorUI()
String[] getExtraImports()
String getHelpBrokerFQN()
Class<? extends JAXXContext> getJaxxContextClass()
boolean getOptimize()
File getTargetDirectory()
Class<?> getValidatorClass()
boolean isAddLogger()
true if a logger must add on each generated jaxx objectboolean isGenerateHelp()
true if we are generating helpboolean isI18nable()
true if we use the i18n systemboolean isOptimize()
true to generate optimized codeboolean isProfile()
true if a profile pass must be doneboolean isResetAfterCompile()
true if states must be reset after the compilationboolean isUseUIManagerForIcon()
true if UIManager is used to retrieve iconsboolean isVerbose()
true if compiler is verboseString getEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||