|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Support for creating the final SAND application deployment files. A class implementing this interface is called by the SandBuildDriver to package and deploy the jar, war, and environment files created by the build.
| Method Summary | |
void |
doDeployment(SandProject deployment,
SandProject platform,
int mode)
Deploy the build files. |
java.io.File |
getDeploymentDir()
Return the directory where the application files will be copied to on build completion. |
void |
setDeploymentDir(java.io.File dir)
Set the directory where the application files will be copied to on build completion. |
| Method Detail |
public void setDeploymentDir(java.io.File dir)
public java.io.File getDeploymentDir()
public void doDeployment(SandProject deployment,
SandProject platform,
int mode)
throws SandBuildException
SandBuildException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||