com.caucho.j2ee.deployserver
Class DeploymentPlan.RawFile
java.lang.Object
com.caucho.j2ee.deployserver.DeploymentPlan.PlanFile
com.caucho.j2ee.deployserver.DeploymentPlan.RawFile
- Enclosing class:
- DeploymentPlan
public class DeploymentPlan.RawFile
- extends DeploymentPlan.PlanFile
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeploymentPlan.RawFile
public DeploymentPlan.RawFile()
setPath
public void setPath(java.lang.String path)
- Sets the file name.
setData
public void setData(RawString 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