public class ConfigGenerator extends AbstractGenerator implements Serviceable
| Modifier and Type | Field and Description |
|---|---|
private I18nUtils |
_i18nUtils |
objectModel, parameters, resolver, sourcecontentHandler, 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, setupsetConsumer, setContentHandler, setLexicalHandlerenableLogging, getLogger, setupLogger, setupLogger, setupLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetConsumerprivate I18nUtils _i18nUtils
public ConfigGenerator()
public void service(ServiceManager manager) throws ServiceException
service in interface ServiceableServiceExceptionpublic void generate() throws IOException, SAXException, ProcessingException
generate in interface GeneratorIOExceptionSAXExceptionProcessingExceptionprivate void _saxValues(Map<String,Object> values) throws SAXException
SAXExceptionprivate void _saxConfiguration(Map<I18nizableText,ConfigParameterCategory> categories, Map<String,ConfigParameterCheckerDescriptor> checkers) throws SAXException, ProcessingException
SAXExceptionProcessingExceptionprivate Map<I18nizableText,ConfigParameterCategory> _sortCategories(Map<I18nizableText,ConfigParameterCategory> categories)