| Package | Description |
|---|---|
| org.jboss.forge.resources |
| Modifier and Type | Field and Description |
|---|---|
protected EnumSet<ResourceFlag> |
AbstractResource.flags |
| Modifier and Type | Method and Description |
|---|---|
static ResourceFlag |
ResourceFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceFlag[] |
ResourceFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceFlag> |
Resource.getFlags() |
Set<ResourceFlag> |
AbstractResource.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Resource.isFlagSet(ResourceFlag flag)
Return true if the given
ResourceFlag is set. |
boolean |
AbstractResource.isFlagSet(ResourceFlag flag) |
void |
Resource.setFlag(ResourceFlag flag)
Set the given
ResourceFlag. |
void |
AbstractResource.setFlag(ResourceFlag flag) |
void |
Resource.unsetFlag(ResourceFlag flag)
Unset the given
ResourceFlag. |
void |
AbstractResource.unsetFlag(ResourceFlag flag) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.