public class PatternFormatterResourceDefinition extends SimpleResourceDefinition
SimpleResourceDefinition.Parameters
Modifier and Type | Field and Description |
---|---|
static PropertyAttributeDefinition |
COLOR_MAP |
static PropertyAttributeDefinition |
PATTERN |
static ObjectTypeAttributeDefinition |
PATTERN_FORMATTER |
Constructor and Description |
---|
PatternFormatterResourceDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
registerAttributes(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
void |
registerTransformers(org.jboss.as.logging.KnownModelVersion modelVersion,
ResourceTransformationDescriptionBuilder resourceBuilder,
ResourceTransformationDescriptionBuilder loggingProfileBuilder)
Register the transformers for the resource.
|
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMaxOccurs, getMinOccurs
public static final PropertyAttributeDefinition COLOR_MAP
public static final PropertyAttributeDefinition PATTERN
public static final ObjectTypeAttributeDefinition PATTERN_FORMATTER
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionpublic void registerTransformers(org.jboss.as.logging.KnownModelVersion modelVersion, ResourceTransformationDescriptionBuilder resourceBuilder, ResourceTransformationDescriptionBuilder loggingProfileBuilder)
modelVersion
- the model version we're registeringresourceBuilder
- the builder for the root resourceloggingProfileBuilder
- the builder for the logging profile, null
if the profile was rejectedCopyright © 2023 JBoss by Red Hat. All rights reserved.