|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceState | |
---|---|
org.apache.sling.installer.api.tasks |
Uses of ResourceState in org.apache.sling.installer.api.tasks |
---|
Methods in org.apache.sling.installer.api.tasks that return ResourceState | |
---|---|
ResourceState |
TaskResource.getState()
Get the current state of the resource. |
static ResourceState |
ResourceState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResourceState[] |
ResourceState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.apache.sling.installer.api.tasks with parameters of type ResourceState | |
---|---|
void |
InstallTask.setFinishedState(ResourceState state)
Set the finished state for the resource. |
void |
TaskResourceGroup.setFinishState(ResourceState state)
Set the finish state for active the resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |