public class ProjectStateInternal extends Object implements ProjectState
| Constructor and Description |
|---|
ProjectStateInternal() |
| Modifier and Type | Method and Description |
|---|---|
void |
executed() |
void |
executed(Throwable failure) |
boolean |
getExecuted()
Returns true if this project has been evaluated.
|
boolean |
getExecuting() |
Throwable |
getFailure()
Returns the exception describing the project failure, if any.
|
void |
rethrowFailure()
Throws the project failure, if any.
|
void |
setExecuting(boolean executing) |
String |
toString() |
public boolean getExecuted()
ProjectStateReturns true if this project has been evaluated.
getExecuted in interface ProjectStatepublic void executed()
public void executed(Throwable failure)
public boolean getExecuting()
public void setExecuting(boolean executing)
public Throwable getFailure()
ProjectStategetFailure in interface ProjectStatepublic void rethrowFailure()
ProjectStaterethrowFailure in interface ProjectStateCopyright © 2013. All rights reserved