com.xebialabs.deployit.test.repository
Class InMemoryRepositoryFactory

java.lang.Object
  extended by com.xebialabs.deployit.test.repository.InMemoryRepositoryFactory
All Implemented Interfaces:
com.xebialabs.deployit.engine.spi.services.RepositoryFactory

public class InMemoryRepositoryFactory
extends java.lang.Object
implements com.xebialabs.deployit.engine.spi.services.RepositoryFactory


Constructor Summary
InMemoryRepositoryFactory()
           
 
Method Summary
 com.xebialabs.deployit.plugin.api.services.Repository create()
           
 com.xebialabs.deployit.plugin.api.services.Repository create(java.io.File temporaryWorkDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryRepositoryFactory

public InMemoryRepositoryFactory()
Method Detail

create

public com.xebialabs.deployit.plugin.api.services.Repository create()
Specified by:
create in interface com.xebialabs.deployit.engine.spi.services.RepositoryFactory

create

public com.xebialabs.deployit.plugin.api.services.Repository create(java.io.File temporaryWorkDir)
Specified by:
create in interface com.xebialabs.deployit.engine.spi.services.RepositoryFactory