public interface ProjectScavenger extends ResourceScavenger<ProjectHandler>
TransformationEnvironment
s
to an EnvironmentManager
.Modifier and Type | Interface and Description |
---|---|
static class |
ProjectScavenger.Status
Project states
|
Modifier and Type | Method and Description |
---|---|
void |
activate(String projectId)
Activate the project with the given identifier.
|
void |
deactivate(String projectId)
Activate the project with the given identifier.
|
ProjectInfo |
getInfo(String projectId)
Get the project info for the project with the given identifier, if
available.
|
File |
getLoadReports(String projectId)
Get the file where the reports form loading the project are stored.
|
ProjectScavenger.Status |
getStatus(String projectId)
Get the status of the project with the given identifier.
|
allowAddResource, deleteResource, getHuntingGrounds, getReference, getResources, releaseResourceId, reserveResource, reserveResourceId, triggerScan
ProjectScavenger.Status getStatus(String projectId)
projectId
- the project identifierFile getLoadReports(String projectId)
projectId
- the project identifiernull
if the project with the given
identifier does not existProjectInfo getInfo(String projectId)
projectId
- the project identifiernull
void activate(String projectId)
projectId
- the project identifiervoid deactivate(String projectId)
projectId
- the project identifierBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a