Package | Description |
---|---|
com.github.dexecutor.core |
Modifier and Type | Method and Description |
---|---|
Phase |
DexecutorState.getCurrentPhase() |
Phase |
DefaultDexecutorState.getCurrentPhase() |
static Phase |
Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Phase[] |
Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DexecutorState.setCurrentPhase(Phase currentPhase)
sets the phase to that of provided
|
void |
DefaultDexecutorState.setCurrentPhase(Phase currentPhase) |
Copyright © 2016 Dexecutor. All rights reserved.