|
||||||||||
| 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 JAXXCompilerLaunchor.
| Field Summary | |
|---|---|
protected java.lang.String[] |
extraImports
list of fqn of class to import for all generated jaxx files |
protected java.lang.Class<? extends JAXXContext> |
jaxxContextClass
the name of implementation of JAXXContext
to be used on JAXXObject. |
| Constructor Summary | |
|---|---|
DefaultCompilerConfiguration()
|
|
| Method Summary | |
|---|---|
java.lang.ClassLoader |
getClassLoader()
|
java.lang.Class<? extends JAXXCompiler> |
getCompilerClass()
|
java.lang.Class<? extends CompiledObjectDecorator> |
getDefaultDecoratorClass()
|
java.lang.Class<?> |
getDefaultErrorUI()
|
java.lang.String |
getEncoding()
|
java.lang.String[] |
getExtraImports()
|
java.lang.String |
getHelpBrokerFQN()
|
java.lang.Class<? extends JAXXContext> |
getJaxxContextClass()
|
boolean |
getOptimize()
Returns whether or not optimization should be performed. |
java.io.File |
getTargetDirectory()
Returns the target directory. |
java.lang.Class<?> |
getValidatorClass()
|
boolean |
isAddLogger()
|
boolean |
isGenerateHelp()
|
boolean |
isI18nable()
|
boolean |
isOptimize()
|
boolean |
isProfile()
|
boolean |
isResetAfterCompile()
|
boolean |
isUseUIManagerForIcon()
|
boolean |
isVerbose()
|
void |
setVerbose(boolean verbose)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Class<? extends JAXXContext> jaxxContextClass
JAXXContext
to be used on JAXXObject.
protected java.lang.String[] extraImports
| Constructor Detail |
|---|
public DefaultCompilerConfiguration()
| Method Detail |
|---|
public java.io.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 java.lang.Class<? extends JAXXContext> getJaxxContextClass()
getJaxxContextClass in interface CompilerConfigurationpublic java.lang.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 java.lang.Class<?> getDefaultErrorUI()
getDefaultErrorUI in interface CompilerConfigurationpublic java.lang.ClassLoader getClassLoader()
getClassLoader in interface CompilerConfigurationpublic java.lang.Class<? extends JAXXCompiler> getCompilerClass()
getCompilerClass in interface CompilerConfigurationpublic java.lang.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 java.lang.String getHelpBrokerFQN()
getHelpBrokerFQN in interface CompilerConfigurationpublic java.lang.Class<?> getValidatorClass()
getValidatorClass in interface CompilerConfigurationpublic java.lang.String getEncoding()
getEncoding in interface CompilerConfigurationpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||