Package org.jboss.as.logging.handlers
Class CustomHandlerResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.logging.handlers.AbstractHandlerDefinition
-
- org.jboss.as.logging.handlers.CustomHandlerResourceDefinition
-
- All Implemented Interfaces:
ResourceDefinition
public class CustomHandlerResourceDefinition extends AbstractHandlerDefinition
- Author:
- Tomaz Cerar, James R. Perkins
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomHandlerResourceDefinition.TransformerDefinition-
Nested classes/interfaces inherited from class org.jboss.as.controller.SimpleResourceDefinition
SimpleResourceDefinition.Parameters
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME-
Fields inherited from class org.jboss.as.logging.handlers.AbstractHandlerDefinition
CHANGE_LEVEL_OPERATION_NAME, FILTER_SPEC, FORMATTER, NAMED_FORMATTER, UPDATE_OPERATION_NAME
-
-
Constructor Summary
Constructors Constructor Description CustomHandlerResourceDefinition(boolean includeLegacyAttributes)
-
Method Summary
-
Methods inherited from class org.jboss.as.logging.handlers.AbstractHandlerDefinition
registerAttributes, registerOperations
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-