com.xebialabs.deployit.repository
Class WorkDir

java.lang.Object
  extended by com.xebialabs.deployit.repository.WorkDir
All Implemented Interfaces:
java.io.Serializable

public class WorkDir
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
WorkDir(com.xebialabs.overthere.local.LocalFile workDir)
           
 
Method Summary
 void delete()
           
 java.lang.String getPath()
           
 com.xebialabs.overthere.local.LocalFile newFile(java.lang.String filename)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkDir

public WorkDir(com.xebialabs.overthere.local.LocalFile workDir)
Method Detail

newFile

public com.xebialabs.overthere.local.LocalFile newFile(java.lang.String filename)

getPath

public java.lang.String getPath()

delete

public void delete()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object