Uses of Class
org.chenile.owiz.config.impl.HandleAttachment
Packages that use HandleAttachment
Package
Description
Implementation of the classes that capture the configuration model from various sources
 such as XML etc.
- 
Uses of HandleAttachment in org.chenile.owiz.config.implFields in org.chenile.owiz.config.impl declared as HandleAttachmentModifier and TypeFieldDescriptionprivate HandleAttachment<InputType>CommandAttachmentDelegatorRule.handleAttachmentprotected HandleAttachment<InputType>HandleCommand.handleAttachmentConstructors in org.chenile.owiz.config.impl with parameters of type HandleAttachmentModifierConstructorDescriptionHandleCommand(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment) HandleRegisteredCommand(IDGenerator idGenerator, HandleAttachment<InputType> handleAttachment, Map<String, CustomCommandTagDescriptor> commandTagMap)