public interface CompilerConfiguration
ClassLoader getClassLoader()
Class<? extends JAXXCompiler> getCompilerClass()
Class<? extends CompiledObjectDecorator> getDefaultDecoratorClass()
Class<?> getDefaultErrorUI()
String[] getExtraImports()
String getHelpBrokerFQN()
String getValidatorFactoryFQN()
Class<? extends JAXXContext> getJaxxContextClass()
boolean getOptimize()
boolean isAutoImportCss()
true if a css file with same name as jaxx file should
be included in jaxx file if found.boolean isAutoRecurseInCss()
true if a css file with same name as jaxx file should
be included in jaxx file if found.File getTargetDirectory()
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 verboseboolean isShowClassDescriptorLoading()
true to trace the Class descriptor loading.String getEncoding()
Map<String,CompiledObjectDecorator> getDecorators()
Map<String,JAXXCompilerFinalizer> getFinalizers()
Map<String,Initializer> getInitializers()
Copyright © 2008–2013 CodeLutin. All rights reserved.