|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.sandbuild.WARDeploymentPackager
Deploy the finished build files as a single WAR file.
| Field Summary | |
protected java.io.File |
deploymentDir
The directory where the application files will be copied to on build completion. |
| Constructor Summary | |
WARDeploymentPackager()
|
|
| Method Summary | |
void |
doDeployment(SandProject deployment,
SandProject platform,
int mode)
Deploy the files into the container. |
java.io.File |
getDeploymentDir()
accessor for deploymentDir |
protected java.lang.String |
getEnvDir(SandProject proj)
Return the name of the env dir for the specified project. |
protected void |
log(java.lang.String text)
Dump the specified text to the build log. |
void |
setDeploymentDir(java.io.File dir)
mutator for deploymentDir |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.io.File deploymentDir
| Constructor Detail |
public WARDeploymentPackager()
| Method Detail |
public void setDeploymentDir(java.io.File dir)
setDeploymentDir in interface SandDeploymentPackagerpublic java.io.File getDeploymentDir()
getDeploymentDir in interface SandDeploymentPackager
public void doDeployment(SandProject deployment,
SandProject platform,
int mode)
throws SandBuildException
doDeployment in interface SandDeploymentPackagerSandBuildExceptionprotected void log(java.lang.String text)
protected java.lang.String getEnvDir(SandProject proj)
throws SandBuildException
SandBuildException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||