|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static java.lang.String |
DEVELOPMENT_MANIFEST
|
static java.lang.String |
HISTORY_KEY
|
static java.lang.String |
RELEASE_MANIFEST
|
Method Summary | |
java.util.Map |
getAllModules()
|
java.io.File |
getBaseDirectory()
The base location of the manifest within the current working context. |
java.io.File |
getBuildBaseDirectory()
The build default child directory of the getBaseDirectory() . |
java.util.Collection |
getIncludes()
Returns a collection containing all of a manifests' included manifests. |
java.util.Map |
getInterdependencies()
|
Module |
getModule(java.lang.String moduleName)
|
java.io.File |
getModuleBaseDirectory()
The modules default child directory of the getBaseDirectory() . |
java.util.Collection |
getModuleInterdependencies(Module module)
|
java.lang.String |
getName()
|
java.io.File |
getReportsBaseDirectory()
The reports default child directory of the getBaseDirectory() . |
Module.State |
getState(Module module)
|
java.io.File |
getTempDirectory()
The base location of a temp directory the manifest within the current working context. |
java.lang.String |
getType()
|
java.lang.String |
getVersion()
|
boolean |
isLocal(Module module)
|
void |
setState(Module module,
Module.State state)
|
Field Detail |
public static final java.lang.String DEVELOPMENT_MANIFEST
public static final java.lang.String RELEASE_MANIFEST
public static final java.lang.String HISTORY_KEY
Method Detail |
public java.lang.String getName()
for the time being
public java.lang.String getVersion()
for the time being
public java.util.Map getAllModules()
for the time being
public java.io.File getBaseDirectory()
File
reference to the manifest base directory.public java.io.File getBuildBaseDirectory()
build
default child directory of the getBaseDirectory()
. This location stores a
manifests' build output.
build
default child directory of the getBaseDirectory()
.public java.io.File getReportsBaseDirectory()
reports
default child directory of the getBaseDirectory()
. This location stores
the output of commands that generate reports.
reports
default child directory of the getBaseDirectory()
.public java.io.File getModuleBaseDirectory()
modules
default child directory of the getBaseDirectory()
. This location stores a
manifests' modules.
modules
default child directory of the getBaseDirectory()
.public java.io.File getTempDirectory()
File
reference to the getBaseDirectory()
+ "/tmp"
public void setState(Module module, Module.State state)
public boolean isLocal(Module module)
public Module.State getState(Module module)
public Module getModule(java.lang.String moduleName) throws ManifestException
ManifestException
for the time being
public java.util.Collection getModuleInterdependencies(Module module) throws ManifestException
ManifestException
for the time being
public java.util.Map getInterdependencies() throws ManifestException
ManifestException
for the time being
public java.util.Collection getIncludes()
public java.lang.String getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |