public class ConfigGenerator extends AbstractGenerator implements Serviceable
Modifier and Type | Field and Description |
---|---|
private I18nUtils |
_i18nUtils |
objectModel, parameters, resolver, source
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer
Constructor and Description |
---|
ConfigGenerator() |
Modifier and Type | Method and Description |
---|---|
private void |
_saxConfiguration(Map<I18nizableText,ConfigParameterCategory> categories,
Map<String,ConfigParameterCheckerDescriptor> checkers) |
private void |
_saxValues(Map<String,Object> values) |
private Map<I18nizableText,ConfigParameterCategory> |
_sortCategories(Map<I18nizableText,ConfigParameterCategory> categories) |
void |
generate() |
void |
service(ServiceManager manager) |
recycle, setup
setConsumer, setContentHandler, setLexicalHandler
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setConsumer
private I18nUtils _i18nUtils
public ConfigGenerator()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public void generate() throws IOException, SAXException, ProcessingException
generate
in interface Generator
IOException
SAXException
ProcessingException
private void _saxValues(Map<String,Object> values) throws SAXException
SAXException
private void _saxConfiguration(Map<I18nizableText,ConfigParameterCategory> categories, Map<String,ConfigParameterCheckerDescriptor> checkers) throws SAXException, ProcessingException
SAXException
ProcessingException
private Map<I18nizableText,ConfigParameterCategory> _sortCategories(Map<I18nizableText,ConfigParameterCategory> categories)