|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.compiler.DefaultCompilerConfiguration
public class DefaultCompilerConfiguration
Options of the JAXXCompiler and JAXXEngine.
| Field Summary | |
|---|---|
protected String[] |
extraImports
list of fqn of class to import for all generated jaxx files |
protected Class<? extends JAXXContext> |
jaxxContextClass
the name of implementation of JAXXContext
to be used on JAXXObject. |
| Constructor Summary | |
|---|---|
DefaultCompilerConfiguration()
|
|
| 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()
|
void |
setVerbose(boolean verbose)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Class<? extends JAXXContext> jaxxContextClass
JAXXContext
to be used on JAXXObject.
protected String[] extraImports
| Constructor Detail |
|---|
public DefaultCompilerConfiguration()
| Method Detail |
|---|
public File getTargetDirectory()
CompilerConfiguration
getTargetDirectory in interface CompilerConfigurationpublic boolean getOptimize()
CompilerConfiguration
getOptimize in interface CompilerConfigurationpublic boolean isVerbose()
isVerbose in interface CompilerConfigurationtrue if compiler is verbosepublic void setVerbose(boolean verbose)
public boolean isI18nable()
isI18nable in interface CompilerConfigurationtrue if we use the i18n systempublic boolean isUseUIManagerForIcon()
isUseUIManagerForIcon in interface CompilerConfigurationtrue if UIManager is used to retrieve iconspublic boolean isAddLogger()
isAddLogger in interface CompilerConfigurationtrue if a logger must add on each generated jaxx objectpublic Class<? extends JAXXContext> getJaxxContextClass()
getJaxxContextClass in interface CompilerConfigurationpublic String[] getExtraImports()
getExtraImports in interface CompilerConfigurationpublic boolean isResetAfterCompile()
isResetAfterCompile in interface CompilerConfigurationtrue if states must be reset after the compilationpublic boolean isOptimize()
isOptimize in interface CompilerConfigurationtrue to generate optimized codepublic Class<?> getDefaultErrorUI()
getDefaultErrorUI in interface CompilerConfigurationpublic ClassLoader getClassLoader()
getClassLoader in interface CompilerConfigurationpublic Class<? extends JAXXCompiler> getCompilerClass()
getCompilerClass in interface CompilerConfigurationpublic Class<? extends CompiledObjectDecorator> getDefaultDecoratorClass()
getDefaultDecoratorClass in interface CompilerConfigurationpublic boolean isProfile()
isProfile in interface CompilerConfigurationtrue if a profile pass must be donepublic boolean isGenerateHelp()
isGenerateHelp in interface CompilerConfigurationtrue if we are generating helppublic String getHelpBrokerFQN()
getHelpBrokerFQN in interface CompilerConfigurationpublic Class<?> getValidatorClass()
getValidatorClass in interface CompilerConfigurationpublic String getEncoding()
getEncoding in interface CompilerConfigurationpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||