Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.access | |
org.jboss.as.controller.registry | |
org.jboss.as.logging |
Modifier and Type | Field and Description |
---|---|
protected AttributeAccess.Flag[] |
AbstractAttributeDefinitionBuilder.flags |
Modifier and Type | Method and Description |
---|---|
AttributeAccess.Flag[] |
AbstractAttributeDefinitionBuilder.getFlags() |
Modifier and Type | Method and Description |
---|---|
EnumSet<AttributeAccess.Flag> |
AttributeDefinition.getFlags()
Gets any
flags used to indicate special
characteristics of the attribute |
Modifier and Type | Method and Description |
---|---|
BUILDER |
AbstractAttributeDefinitionBuilder.addFlag(AttributeAccess.Flag flag)
Adds a
special purpose flag that is relevant to the attribute |
protected boolean |
AbstractAttributeDefinitionBuilder.isFlagPresent(AttributeAccess.Flag flag)
Checks if a
special purpose flag has been recorded as relevant to the attribute |
BUILDER |
AbstractAttributeDefinitionBuilder.removeFlag(AttributeAccess.Flag flag)
Removes a
special purpose flag from the set of those relevant to the attribute |
BUILDER |
AbstractAttributeDefinitionBuilder.setFlags(AttributeAccess.Flag... flags)
Sets the
special purpose flags that are relevant to the attribute |
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,
Boolean nilSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags) |
ListAttributeDefinition(String name,
boolean allowNull,
ParameterValidator elementValidator,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
AttributeAccess.Flag... flags)
Creates a new attribute definition.
|
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelType type,
boolean allowNull,
AttributeAccess.Flag... flags)
Creates a new attribute definition.
|
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelType type,
boolean allowNull,
MeasurementUnit measurementUnit,
AttributeAccess.Flag... flags)
Creates a new attribute definition.
|
Modifier and Type | Method and Description |
---|---|
Set<AttributeAccess.Flag> |
TargetAttribute.getFlags()
Gets the flags associated with this attribute.
|
Modifier and Type | Method and Description |
---|---|
static AttributeAccess.Flag |
AttributeAccess.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeAccess.Flag[] |
AttributeAccess.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<AttributeAccess.Flag> |
AttributeAccess.getFlags()
Gets the flags associated with this attribute.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Logging.requiresReload(Set<AttributeAccess.Flag> flags)
Checks to see within the flags if a reload, i.e.
|
static boolean |
Logging.requiresRestart(Set<AttributeAccess.Flag> flags)
Checks to see within the flags if a restart of any kind is required.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.