Package | Description |
---|---|
org.jboss.as.clustering.subsystem | |
org.jboss.as.controller | |
org.jboss.as.logging |
Modifier and Type | Method and Description |
---|---|
ObjectTypeAttributeDefinition.Builder |
ObjectTypeAttributeDefinition.Builder.setCorrector(ParameterCorrector corrector) |
Modifier and Type | Class and Description |
---|---|
class |
PropagatingCorrector
This implementation propagates properties present in the current
attribute value but missing from the new value.
|
Modifier and Type | Field and Description |
---|---|
static ParameterCorrector |
CaseParameterCorrector.TO_LOWER
Converts the string value of the
newValue into lowercase only if the value is not already in lowercase. |
static ParameterCorrector |
CaseParameterCorrector.TO_UPPER
Converts the string value of the
newValue into uppercase only if the value is not already in uppercase. |
Modifier and Type | Method and Description |
---|---|
SimpleAttributeDefinitionBuilder |
SimpleAttributeDefinitionBuilder.setCorrector(ParameterCorrector corrector) |
Constructor and Description |
---|
AttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector valueCorrector,
ParameterValidator validator,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags) |
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelType type,
boolean allowNull,
ParameterCorrector corrector,
ParameterValidator validator) |
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags) |
Modifier and Type | Class and Description |
---|---|
class |
FileCorrector
Corrects the
relative-to attribute. |
Modifier and Type | Method and Description |
---|---|
ObjectTypeAttributeDefinition.Builder |
ObjectTypeAttributeDefinition.Builder.setCorrector(ParameterCorrector corrector) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.