Class VCSRepositoryFactory

java.lang.Object
org.nuxeo.ecm.core.storage.sql.VCSRepositoryFactory
All Implemented Interfaces:
Callable<Object>, RepositoryFactory

public class VCSRepositoryFactory extends Object implements RepositoryFactory
Repository factory for VCS, the repository implements internal pooling of sessions.
Since:
11.1
  • Field Details

    • repositoryName

      protected final String repositoryName
  • Constructor Details

    • VCSRepositoryFactory

      public VCSRepositoryFactory(String repositoryName)
  • Method Details