Uses of Interface
org.openl.rules.repository.api.Repository
-
Packages that use Repository Package Description org.openl.rules.repository org.openl.rules.repository.api org.openl.rules.repository.db org.openl.rules.repository.file org.openl.rules.repository.zip -
-
Uses of Repository in org.openl.rules.repository
Methods in org.openl.rules.repository that return Repository Modifier and Type Method Description RepositoryRepositoryFactory. create(Function<String,String> settings)static RepositoryRepositoryInstatiator. newRepository(String prefix, Function<String,String> props) -
Uses of Repository in org.openl.rules.repository.api
Subinterfaces of Repository in org.openl.rules.repository.api Modifier and Type Interface Description interfaceBranchRepositoryinterfaceFolderRepositoryImplementations of this repository can work with folders and their versions.Methods in org.openl.rules.repository.api that return Repository Modifier and Type Method Description RepositoryRepositorySettings. getRepository()Constructors in org.openl.rules.repository.api with parameters of type Repository Constructor Description FeaturesBuilder(Repository repository)RepositorySettings(Repository repository, String locksRoot, int lockTimeToLive) -
Uses of Repository in org.openl.rules.repository.db
Classes in org.openl.rules.repository.db that implement Repository Modifier and Type Class Description classDatasourceDBRepositoryclassJdbcDBRepositoryMethods in org.openl.rules.repository.db that return Repository Modifier and Type Method Description RepositoryDatasourceDBRepositoryFactory. create(Function<String,String> settings)RepositoryJdbcDBRepositoryFactory. create(Function<String,String> settings) -
Uses of Repository in org.openl.rules.repository.file
Classes in org.openl.rules.repository.file that implement Repository Modifier and Type Class Description classFileSystemRepositoryA simple implementation of a file-system-based repository.classLocalRepositoryLocal File System RepositoryMethods in org.openl.rules.repository.file that return Repository Modifier and Type Method Description RepositoryLocalRepositoryFactory. create(Function<String,String> settings) -
Uses of Repository in org.openl.rules.repository.zip
Classes in org.openl.rules.repository.zip that implement Repository Modifier and Type Class Description classJarLocalRepositoryRead only implementation of Jar Repository to support deploying of jars from classpath as it is without unzipping to temporary directories.classZippedLocalRepositoryRead only implementation of Local Repository to support deploying of zip archives as it is from file system without unzipping to temporary directories.Methods in org.openl.rules.repository.zip that return Repository Modifier and Type Method Description RepositoryJarRepositoryFactory. create(Function<String,String> settings)RepositoryZipRepositoryFactory. create(Function<String,String> settings)
-