|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.sandbuild.SARDeploymentPackager
Deploy the finished build files into JBOSS_HOME/bin and SAND_DEPLOY and launch the application from the SAND SAR.
| Field Summary | |
protected java.io.File |
deploymentDir
The directory where the application files will be copied to on build completion. |
| Constructor Summary | |
SARDeploymentPackager()
|
|
| Method Summary | |
protected void |
checkLocalDTD(SandProject platform)
If the XHTML DTDs are defined locally, then copy them into the runtime area for offline use. |
void |
doDeployment(SandProject deployment,
SandProject platform,
int mode)
Deploy the files into the container. |
java.io.File |
getDeploymentDir()
accessor for deploymentDir |
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 SARDeploymentPackager()
| 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 void checkLocalDTD(SandProject platform)
throws SandBuildException
These files are read-only, and don't change. So we copy them over as needed, but we don't clean them up.
SandBuildException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||