Uses of Interface
org.openl.rules.repository.api.FolderRepository
-
Packages that use FolderRepository Package Description org.openl.rules.repository.api org.openl.rules.repository.file org.openl.rules.repository.zip -
-
Uses of FolderRepository in org.openl.rules.repository.api
Methods in org.openl.rules.repository.api that return FolderRepository Modifier and Type Method Description FolderRepositoryFolderMapper. getDelegate() -
Uses of FolderRepository in org.openl.rules.repository.file
Classes in org.openl.rules.repository.file that implement FolderRepository Modifier and Type Class Description classFileSystemRepositoryA simple implementation of a file-system-based repository.classLocalRepositoryLocal File System Repository -
Uses of FolderRepository in org.openl.rules.repository.zip
Classes in org.openl.rules.repository.zip that implement FolderRepository 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.
-