| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.access | |
| org.jboss.as.controller.registry |
| Modifier and Type | Field and Description |
|---|---|
protected AttributeAccess.Flag[] |
AbstractAttributeDefinitionBuilder.flags
Deprecated.
use
AbstractAttributeDefinitionBuilder.getFlags() as this field will be made private in a future release |
| Modifier and Type | Method and Description |
|---|---|
AttributeAccess.Flag[] |
AbstractAttributeDefinitionBuilder.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<AttributeAccess.Flag> |
AttributeDefinition.getFlags()
Deprecated.
In the next release, the return type of this method will become simply
Set and the returned object will be immutable, so any callers should update their code to reflect that |
Set<AttributeAccess.Flag> |
AttributeDefinition.getImmutableFlags()
Deprecated.
for internal use only; will be dropped when the semantic of
AttributeDefinition.getFlags() is changed to return an immutable Set |
| 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 |
| 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.
|
static Set<AttributeAccess.Flag> |
AttributeAccess.Flag.immutableSetOf(AttributeAccess.Flag... flags) |
| Modifier and Type | Method and Description |
|---|---|
static Set<AttributeAccess.Flag> |
AttributeAccess.Flag.immutableSetOf(AttributeAccess.Flag... flags) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.