Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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