|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.j2ee.deployserver.DeploymentPlan
public class DeploymentPlan
Plan for the deployment.
| Nested Class Summary | |
|---|---|
class |
DeploymentPlan.ExtFile
|
class |
DeploymentPlan.PlanFile
|
class |
DeploymentPlan.RawFile
|
| Constructor Summary | |
|---|---|
DeploymentPlan()
|
|
| Method Summary | |
|---|---|
void |
addExtFile(DeploymentPlan.ExtFile extFile)
|
void |
addRawFile(DeploymentPlan.RawFile rawFile)
|
DeploymentPlan.ExtFile |
createExtFile()
An ExtFile is an Xml file that is written into the META-INF (or WEB-INF for a war) * directory. |
DeploymentPlan.RawFile |
createRawFile()
A RawFile is any format file that is written into a file specified by the path, relative to the root of the deployed archive. |
java.lang.String |
getArchiveType()
Gets the deployment type. |
java.util.ArrayList<DeploymentPlan.PlanFile> |
getFileList()
Returns the list of ext and raw files. |
java.lang.String |
getName()
Gets the name |
void |
init()
|
void |
setArchiveType(java.lang.String type)
Sets the deployment type. |
void |
setName(java.lang.String name)
Sets the name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentPlan()
| Method Detail |
|---|
public void setArchiveType(java.lang.String type)
throws ConfigException
ConfigExceptionpublic java.lang.String getArchiveType()
public void setName(java.lang.String name)
public java.lang.String getName()
public void init()
public DeploymentPlan.ExtFile createExtFile()
public void addExtFile(DeploymentPlan.ExtFile extFile)
public DeploymentPlan.RawFile createRawFile()
public void addRawFile(DeploymentPlan.RawFile rawFile)
public java.util.ArrayList<DeploymentPlan.PlanFile> getFileList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||