Uses of Class
org.chenile.owiz.config.impl.IDGenerator
Package
Description
Implementation of the classes that capture the configuration model from various sources
such as XML etc.
-
Uses of IDGenerator in org.chenile.owiz.config.impl
Modifier and TypeFieldDescriptionprotected IDGenerator
HandleCommand.idGenerator
protected static IDGenerator
XmlOrchConfigurator.idGenerator
ModifierConstructorDescriptionCommandAttachmentDelegatorRule
(IDGenerator idGenerator, Map<String, CustomCommandTagDescriptor> commandTagMap, Map<String, CustomAttachmentTagDescriptor> attachmentTagMap) HandleCommand
(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment) HandleRegisteredCommand
(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment, Map<String, CustomCommandTagDescriptor> commandTagMap)