com.xebialabs.deployit.repository
Class WorkDirFactory

java.lang.Object
  extended by com.xebialabs.deployit.repository.WorkDirFactory

@Component
public class WorkDirFactory
extends java.lang.Object


Constructor Summary
WorkDirFactory()
           
WorkDirFactory(java.lang.String baseWorkDirPath)
           
 
Method Summary
 WorkDir newWorkDir()
           
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkDirFactory

public WorkDirFactory()

WorkDirFactory

public WorkDirFactory(java.lang.String baseWorkDirPath)
Method Detail

postConstruct

@PostConstruct
public void postConstruct()

newWorkDir

public WorkDir newWorkDir()