Class RepositoryFactoryImpl

  • All Implemented Interfaces:
    org.guvnor.structure.server.repositories.RepositoryFactory

    @ApplicationScoped
    public class RepositoryFactoryImpl
    extends Object
    implements org.guvnor.structure.server.repositories.RepositoryFactory
    • Constructor Detail

      • RepositoryFactoryImpl

        public RepositoryFactoryImpl()
    • Method Detail

      • newRepository

        public org.guvnor.structure.repositories.Repository newRepository​(org.guvnor.structure.organizationalunit.config.RepositoryInfo repositoryInfo)
        Specified by:
        newRepository in interface org.guvnor.structure.server.repositories.RepositoryFactory
      • systemRepository

        @Produces
        @Named("system")
        public org.guvnor.structure.repositories.Repository systemRepository()