Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.logging | |
org.jboss.as.logging.correctors |
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 |
---|---|
protected ParameterCorrector |
AbstractAttributeDefinitionBuilder.corrector |
static ParameterCorrector |
MapAttributeDefinition.LIST_TO_MAP_CORRECTOR |
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 |
---|---|
ParameterCorrector |
AbstractAttributeDefinitionBuilder.getCorrector() |
ParameterCorrector |
AttributeDefinition.getCorrector()
Gets the corrector used to correct values before checking that they comply with the attribute's definition.
|
Modifier and Type | Method and Description |
---|---|
SimpleAttributeDefinitionBuilder |
SimpleAttributeDefinitionBuilder.setCorrector(ParameterCorrector corrector) |
BUILDER |
AbstractAttributeDefinitionBuilder.setCorrector(ParameterCorrector corrector)
Sets a
ParameterCorrector to use to adjust any user provided values
before validation
occurs. |
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,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecationData,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
|
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,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecationData,
AccessConstraintDefinition[] accessConstraints,
Boolean nilSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags) |
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,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecationData,
AttributeAccess.Flag... flags)
Deprecated.
|
MapAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpression,
int minSize,
int maxSize,
ParameterCorrector corrector,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
MapAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpression,
int minSize,
int maxSize,
ParameterCorrector corrector,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
|
ObjectTypeAttributeDefinition(String name,
AttributeDefinition[] valueTypes,
boolean allowNull,
ParameterCorrector corrector)
Deprecated.
use a
builder |
ObjectTypeAttributeDefinition(String name,
String xmlName,
String suffix,
AttributeDefinition[] valueTypes,
boolean allowNull,
ParameterValidator validator,
ParameterCorrector corrector,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
ObjectTypeAttributeDefinition(String name,
String xmlName,
String suffix,
AttributeDefinition[] valueTypes,
boolean allowNull,
ParameterValidator validator,
ParameterCorrector corrector,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
ObjectTypeAttributeDefinition(String name,
String xmlName,
String suffix,
AttributeDefinition[] valueTypes,
boolean allowNull,
ParameterValidator validator,
ParameterCorrector corrector,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelType type,
boolean allowNull,
ParameterCorrector corrector,
ParameterValidator validator)
Deprecated.
|
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,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags)
Deprecated.
|
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,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
|
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,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeAccess.Flag... flags)
Deprecated.
|
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,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
|
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,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AttributeAccess.Flag... flags)
Deprecated.
|
Constructor and Description |
---|
PropertyAttributeDefinition(String name,
String xmlName,
String propertyName,
ModelNodeResolver<String> resolver,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecationData,
AttributeAccess.Flag... flags)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
FileCorrector
Corrects the
relative-to attribute. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.