com.caucho.j2ee.deployserver
Class DeploymentPlan.ExtFile
java.lang.Object
com.caucho.j2ee.deployserver.DeploymentPlan.PlanFile
com.caucho.j2ee.deployserver.DeploymentPlan.ExtFile
- Enclosing class:
- DeploymentPlan
public class DeploymentPlan.ExtFile
- extends DeploymentPlan.PlanFile
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeploymentPlan.ExtFile
public DeploymentPlan.ExtFile()
setName
public void setName(java.lang.String name)
- Sets the file name.
setData
public void setData(org.w3c.dom.Node data)
init
@PostConstruct
public void init()
getPath
public java.lang.String getPath()
- Specified by:
getPath in class DeploymentPlan.PlanFile
writeToStream
public void writeToStream(java.io.OutputStream os)
throws java.io.IOException
- Specified by:
writeToStream in class DeploymentPlan.PlanFile
- Throws:
java.io.IOException