A B C D E F G I J L M N O P R S T U V Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(String) - Method in class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
- accept(String) - Method in class org.openl.rules.repository.db.JdbcDBRepositoryFactory
- accept(String) - Method in class org.openl.rules.repository.file.LocalRepositoryFactory
- accept(String) - Method in interface org.openl.rules.repository.RepositoryFactory
- accept(String) - Method in class org.openl.rules.repository.zip.JarRepositoryFactory
- accept(String) - Method in class org.openl.rules.repository.zip.ZipRepositoryFactory
- accept(Path) - Method in interface org.openl.rules.repository.folder.FileAdaptor
- addAdditionalData(AdditionalData) - Method in class org.openl.rules.repository.api.FileData
- AdditionalData<T extends AdditionalData> - Interface in org.openl.rules.repository.api
- addMapping(String) - Method in interface org.openl.rules.repository.api.FolderMapper
- apply(InputStream) - Method in interface org.openl.rules.repository.folder.FileAdaptor
- ArtefactProperties - Interface in org.openl.rules.repository.api
B
- branches() - Method in class org.openl.rules.repository.api.Features
-
If true, repository can be casted to
BranchRepository - branchExists(String) - Method in interface org.openl.rules.repository.api.BranchRepository
- BranchRepository - Interface in org.openl.rules.repository.api
- build() - Method in class org.openl.rules.repository.api.FeaturesBuilder
C
- ChangesetType - Enum in org.openl.rules.repository.api
- ChangesMonitor - Class in org.openl.rules.repository.common
-
For monitoring changes in a repository.
- ChangesMonitor(RevisionGetter, int) - Constructor for class org.openl.rules.repository.common.ChangesMonitor
-
Creates a monitor instance.
- check(String) - Method in interface org.openl.rules.repository.api.Repository
-
Read a file descriptor by the given path name.
- check(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
- checkHistory(String, String) - Method in interface org.openl.rules.repository.api.Repository
-
Read a file descriptor by the given path name of the given version.
- checkHistory(String, String) - Method in class org.openl.rules.repository.file.FileSystemRepository
- close() - Method in class org.openl.rules.repository.api.FileItem
- close() - Method in interface org.openl.rules.repository.api.Repository
- close() - Method in class org.openl.rules.repository.api.RepositorySettings
- close() - Method in class org.openl.rules.repository.file.FileSystemRepository
- close() - Method in class org.openl.rules.repository.folder.FileChangesFromFolder
- CombinedFileChanges - Class in org.openl.rules.repository.folder
-
Used to combine several FileItem iterables into one.
- CombinedFileChanges(Collection<Iterable<FileItem>>) - Constructor for class org.openl.rules.repository.folder.CombinedFileChanges
- ConflictResolveData - Class in org.openl.rules.repository.api
- ConflictResolveData(String, Iterable<FileItem>, String) - Constructor for class org.openl.rules.repository.api.ConflictResolveData
- convert(String) - Method in interface org.openl.rules.repository.api.PathConverter
- convertPaths(PathConverter) - Method in interface org.openl.rules.repository.api.AdditionalData
- convertPaths(PathConverter) - Method in class org.openl.rules.repository.api.ConflictResolveData
- copyHistory(String, FileData, String) - Method in interface org.openl.rules.repository.api.Repository
-
Copy a file of the given version to the destination file.
- copyHistory(String, FileData, String) - Method in class org.openl.rules.repository.file.FileSystemRepository
- create(Function<String, String>) - Method in class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
- create(Function<String, String>) - Method in class org.openl.rules.repository.db.JdbcDBRepositoryFactory
- create(Function<String, String>) - Method in class org.openl.rules.repository.file.LocalRepositoryFactory
- create(Function<String, String>) - Method in interface org.openl.rules.repository.RepositoryFactory
- create(Function<String, String>) - Method in class org.openl.rules.repository.zip.JarRepositoryFactory
- create(Function<String, String>) - Method in class org.openl.rules.repository.zip.ZipRepositoryFactory
- createBranch(String, String) - Method in interface org.openl.rules.repository.api.BranchRepository
- createConnection() - Method in class org.openl.rules.repository.db.DatasourceDBRepository
- createConnection() - Method in class org.openl.rules.repository.db.JdbcDBRepository
D
- DatasourceDBRepository - Class in org.openl.rules.repository.db
- DatasourceDBRepository() - Constructor for class org.openl.rules.repository.db.DatasourceDBRepository
- DatasourceDBRepositoryFactory - Class in org.openl.rules.repository.db
-
Database repository factory with connection using Datasource JNDI resource.
- DatasourceDBRepositoryFactory() - Constructor for class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
- delete(List<FileData>) - Method in interface org.openl.rules.repository.api.Repository
-
Delete multiple files or mark it as deleted in one transaction.
- delete(List<FileData>) - Method in class org.openl.rules.repository.file.FileSystemRepository
- delete(FileData) - Method in interface org.openl.rules.repository.api.Repository
-
Delete a file or mark it as deleted.
- delete(FileData) - Method in class org.openl.rules.repository.file.FileSystemRepository
- deleteBranch(String, String) - Method in interface org.openl.rules.repository.api.BranchRepository
- deleteHistory(FileData) - Method in interface org.openl.rules.repository.api.Repository
-
Delete a file from the history.
- deleteHistory(FileData) - Method in class org.openl.rules.repository.file.FileSystemRepository
- DESCRIPTORS_FILE - Static variable in interface org.openl.rules.repository.api.ArtefactProperties
- DIFF - org.openl.rules.repository.api.ChangesetType
-
Only changed files of a project
E
- EMPTY - Static variable in interface org.openl.rules.repository.folder.FileAdaptor
F
- Features - Class in org.openl.rules.repository.api
-
Example of usage: if (repository.supports().branches()) return ((BranchRepository) repository).getBranch();
- FeaturesBuilder - Class in org.openl.rules.repository.api
- FeaturesBuilder(Repository) - Constructor for class org.openl.rules.repository.api.FeaturesBuilder
- FileAdaptor - Interface in org.openl.rules.repository.folder
- FileChangesFromFolder - Class in org.openl.rules.repository.folder
- FileChangesFromFolder(Path) - Constructor for class org.openl.rules.repository.folder.FileChangesFromFolder
- FileChangesFromFolder(Path, String) - Constructor for class org.openl.rules.repository.folder.FileChangesFromFolder
- FileChangesFromFolder(Path, String, Predicate<Path>) - Constructor for class org.openl.rules.repository.folder.FileChangesFromFolder
- FileChangesFromFolder(Path, String, Predicate<Path>, FileAdaptor...) - Constructor for class org.openl.rules.repository.folder.FileChangesFromFolder
- FileChangesFromFolder(Path, Predicate<Path>, FileAdaptor...) - Constructor for class org.openl.rules.repository.folder.FileChangesFromFolder
- FileChangesFromZip - Class in org.openl.rules.repository.folder
- FileChangesFromZip(ZipInputStream, String) - Constructor for class org.openl.rules.repository.folder.FileChangesFromZip
- FileChangesMonitor - Class in org.openl.rules.repository.file
- FileData - Class in org.openl.rules.repository.api
- FileData() - Constructor for class org.openl.rules.repository.api.FileData
- FileItem - Class in org.openl.rules.repository.api
- FileItem(String, InputStream) - Constructor for class org.openl.rules.repository.api.FileItem
- FileItem(FileData, InputStream) - Constructor for class org.openl.rules.repository.api.FileItem
- FileSystemRepository - Class in org.openl.rules.repository.file
-
A simple implementation of a file-system-based repository.
- FileSystemRepository() - Constructor for class org.openl.rules.repository.file.FileSystemRepository
- findMappedName(String) - Method in interface org.openl.rules.repository.api.FolderMapper
- fireOnChange() - Method in class org.openl.rules.repository.common.ChangesMonitor
-
Call onChange() method in the listener;
- FolderMapper - Interface in org.openl.rules.repository.api
- FolderRepository - Interface in org.openl.rules.repository.api
-
Implementations of this repository can work with folders and their versions.
- folders() - Method in class org.openl.rules.repository.api.Features
-
If true, repository can be casted to
FolderRepository - forBranch(String) - Method in interface org.openl.rules.repository.api.BranchRepository
- forceLock(String, long, TimeUnit) - Method in class org.openl.rules.lock.Lock
- forceUnlock() - Method in class org.openl.rules.lock.Lock
- FULL - org.openl.rules.repository.api.ChangesetType
-
All files of a project
G
- getAdditionalData() - Method in class org.openl.rules.repository.api.FileData
- getAdditionalData(Class<T>) - Method in class org.openl.rules.repository.api.FileData
- getAuthor() - Method in class org.openl.rules.repository.api.FileData
-
The author of the last modification.
- getBaseBranch() - Method in interface org.openl.rules.repository.api.BranchRepository
- getBaseCommit() - Method in exception org.openl.rules.repository.api.MergeConflictException
- getBranch() - Method in interface org.openl.rules.repository.api.BranchRepository
- getBranch() - Method in class org.openl.rules.repository.api.FileData
-
Branch where the file can be found.
- getBranches(String) - Method in interface org.openl.rules.repository.api.BranchRepository
- getBusinessName(String) - Method in interface org.openl.rules.repository.api.FolderMapper
- getComment() - Method in class org.openl.rules.repository.api.FileData
-
The comment for the file.
- getCommitToMerge() - Method in class org.openl.rules.repository.api.ConflictResolveData
- getConflictedFiles() - Method in exception org.openl.rules.repository.api.MergeConflictException
- getData() - Method in class org.openl.rules.repository.api.FileItem
- getDelegate() - Method in interface org.openl.rules.repository.api.FolderMapper
- getDiffs() - Method in exception org.openl.rules.repository.api.MergeConflictException
- getDisplayName() - Method in class org.openl.rules.repository.api.UserInfo
- getEmail() - Method in class org.openl.rules.repository.api.UserInfo
- getFileData(File) - Method in class org.openl.rules.repository.file.FileSystemRepository
- getId() - Method in interface org.openl.rules.repository.api.Repository
-
Get unique identifier for Repository.
- getId() - Method in class org.openl.rules.repository.file.FileSystemRepository
- getLock(String) - Method in class org.openl.rules.lock.LockManager
-
Creates a lock object for the given ID.
- getLockedAt() - Method in class org.openl.rules.lock.LockInfo
-
Get date/time when the lock was set.
- getLockedBy() - Method in class org.openl.rules.lock.LockInfo
-
Returns an identification who or what sets the lock.
- getMappedName(String, String) - Method in interface org.openl.rules.repository.api.FolderMapper
- getMergeMessage() - Method in class org.openl.rules.repository.api.ConflictResolveData
- getModifiedAt() - Method in class org.openl.rules.repository.api.FileData
-
The last modification time.
- getName() - Method in class org.openl.rules.repository.api.FileData
-
The full path of the file from the root folder.
- getName() - Method in interface org.openl.rules.repository.api.Repository
-
Get repository name shown on UI.
- getName() - Method in class org.openl.rules.repository.api.UserInfo
- getName() - Method in class org.openl.rules.repository.file.FileSystemRepository
- getPath() - Method in class org.openl.rules.repository.api.FileData
- getRealPath(String) - Method in interface org.openl.rules.repository.api.FolderMapper
- getRefID() - Method in class org.openl.rules.repository.db.DatasourceDBRepositoryFactory
- getRefID() - Method in class org.openl.rules.repository.db.JdbcDBRepositoryFactory
- getRefID() - Method in class org.openl.rules.repository.file.LocalRepositoryFactory
- getRefID() - Method in interface org.openl.rules.repository.RepositoryFactory
- getRefID() - Method in class org.openl.rules.repository.zip.JarRepositoryFactory
- getRefID() - Method in class org.openl.rules.repository.zip.ZipRepositoryFactory
- getRefID(String) - Static method in class org.openl.rules.repository.RepositoryInstatiator
- getRepository() - Method in class org.openl.rules.repository.api.RepositorySettings
- getResolvedFiles() - Method in class org.openl.rules.repository.api.ConflictResolveData
- getRevision() - Method in interface org.openl.rules.repository.common.RevisionGetter
-
Should return an object that persists a current change set revision.
- getRevision() - Method in class org.openl.rules.repository.file.FileChangesMonitor
- getRoot() - Method in class org.openl.rules.repository.file.FileSystemRepository
- getSize() - Method in class org.openl.rules.repository.api.FileData
-
The file size in bytes.
- getStream() - Method in class org.openl.rules.repository.api.FileItem
- getSyncDate() - Method in class org.openl.rules.repository.api.RepositorySettings
- getTheirCommit() - Method in exception org.openl.rules.repository.api.MergeConflictException
- getUniqueId() - Method in class org.openl.rules.repository.api.FileData
- getUsername() - Method in class org.openl.rules.repository.api.UserInfo
- getVersion() - Method in class org.openl.rules.repository.api.FileData
-
The version of the file.
- getVersion(File) - Method in class org.openl.rules.repository.file.FileSystemRepository
- getVersion(File) - Method in class org.openl.rules.repository.file.LocalRepository
-
Compute the hashCode for all files inside folder
- getYourCommit() - Method in exception org.openl.rules.repository.api.MergeConflictException
I
- info() - Method in class org.openl.rules.lock.Lock
- initialize() - Method in class org.openl.rules.repository.db.DatasourceDBRepository
- initialize() - Method in class org.openl.rules.repository.file.FileSystemRepository
- initialize() - Method in class org.openl.rules.repository.zip.JarLocalRepository
- initialize() - Method in class org.openl.rules.repository.zip.ZippedLocalRepository
- invokeListener() - Method in class org.openl.rules.repository.file.FileSystemRepository
- isBranchProtected(String) - Method in interface org.openl.rules.repository.api.BranchRepository
- isDeleted() - Method in class org.openl.rules.repository.api.FileData
-
The mark that the file was deleted.
- isLocal() - Method in class org.openl.rules.repository.api.Features
-
If true, repository located in local file system and doesn't support "/deploy" as base path
- isLocked() - Method in class org.openl.rules.lock.LockInfo
- isMergedInto(String, String) - Method in interface org.openl.rules.repository.api.BranchRepository
- isSkip(File) - Method in class org.openl.rules.repository.file.FileSystemRepository
- isValidBranchName(String) - Method in interface org.openl.rules.repository.api.BranchRepository
- iterator() - Method in class org.openl.rules.repository.folder.CombinedFileChanges
- iterator() - Method in class org.openl.rules.repository.folder.FileChangesFromFolder
- iterator() - Method in class org.openl.rules.repository.folder.FileChangesFromZip
J
- JarLocalRepository - Class in org.openl.rules.repository.zip
-
Read only implementation of Jar Repository to support deploying of jars from classpath as it is without unzipping to temporary directories.
- JarLocalRepository() - Constructor for class org.openl.rules.repository.zip.JarLocalRepository
- JarRepositoryFactory - Class in org.openl.rules.repository.zip
-
Jar local repository factory.
- JarRepositoryFactory() - Constructor for class org.openl.rules.repository.zip.JarRepositoryFactory
- JdbcDBRepository - Class in org.openl.rules.repository.db
- JdbcDBRepository() - Constructor for class org.openl.rules.repository.db.JdbcDBRepository
- JdbcDBRepositoryFactory - Class in org.openl.rules.repository.db
-
Database repository factory with connection using JDBC url.
- JdbcDBRepositoryFactory() - Constructor for class org.openl.rules.repository.db.JdbcDBRepositoryFactory
L
- list(String) - Method in interface org.openl.rules.repository.api.Repository
-
Return a list of files recursively in the given folder.
- list(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
- Listener - Interface in org.openl.rules.repository.api
- listFiles(String, String) - Method in interface org.openl.rules.repository.api.FolderRepository
-
Return a list of files recursively in the given folder and given version.
- listFiles(String, String) - Method in class org.openl.rules.repository.file.FileSystemRepository
- listFolders(String) - Method in interface org.openl.rules.repository.api.FolderRepository
-
Return a list of folders in the given path (not recursively).
- listFolders(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
- listHistory(String) - Method in interface org.openl.rules.repository.api.Repository
-
List a versions of the given file.
- listHistory(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
- LocalRepository - Class in org.openl.rules.repository.file
-
Local File System Repository
- LocalRepository() - Constructor for class org.openl.rules.repository.file.LocalRepository
- LocalRepositoryFactory - Class in org.openl.rules.repository.file
-
Local file system repository factory.
- LocalRepositoryFactory() - Constructor for class org.openl.rules.repository.file.LocalRepositoryFactory
- lock(String) - Method in class org.openl.rules.repository.api.RepositorySettings
- Lock - Class in org.openl.rules.lock
-
Shareable, file based locking system.
- LockInfo - Class in org.openl.rules.lock
-
Lock description.
- LockManager - Class in org.openl.rules.lock
-
Manages lock objects in the defined location.
- LockManager(Path) - Constructor for class org.openl.rules.lock.LockManager
M
- mappedFolders() - Method in class org.openl.rules.repository.api.Features
-
If true: Repository where each project is mapped to its own Folder.
- merge(String, UserInfo, ConflictResolveData) - Method in interface org.openl.rules.repository.api.BranchRepository
- MergeConflictException - Exception in org.openl.rules.repository.api
- MergeConflictException(Map<String, String>, String, String, String) - Constructor for exception org.openl.rules.repository.api.MergeConflictException
N
- newRepository(String, Function<String, String>) - Static method in class org.openl.rules.repository.RepositoryInstatiator
- NO_LOCK - Static variable in class org.openl.rules.lock.LockInfo
O
- onChange() - Method in interface org.openl.rules.repository.api.Listener
- org.openl.rules.lock - package org.openl.rules.lock
- org.openl.rules.repository - package org.openl.rules.repository
- org.openl.rules.repository.api - package org.openl.rules.repository.api
- org.openl.rules.repository.common - package org.openl.rules.repository.common
- org.openl.rules.repository.db - package org.openl.rules.repository.db
- org.openl.rules.repository.file - package org.openl.rules.repository.file
- org.openl.rules.repository.folder - package org.openl.rules.repository.folder
- org.openl.rules.repository.zip - package org.openl.rules.repository.zip
P
- PathConverter - Interface in org.openl.rules.repository.api
- pull(UserInfo) - Method in interface org.openl.rules.repository.api.BranchRepository
R
- read(String) - Method in interface org.openl.rules.repository.api.Repository
-
Read a file by the given path name.
- read(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
- readHistory(String, String) - Method in interface org.openl.rules.repository.api.Repository
-
Read a file by the given path name of the given version.
- readHistory(String, String) - Method in class org.openl.rules.repository.file.FileSystemRepository
- release() - Method in class org.openl.rules.repository.common.ChangesMonitor
-
Stop the monitor.
- removeMapping(String) - Method in interface org.openl.rules.repository.api.FolderMapper
- Repository - Interface in org.openl.rules.repository.api
-
The interface of the repository abstraction.
- RepositoryFactory - Interface in org.openl.rules.repository
- RepositoryInstatiator - Class in org.openl.rules.repository
-
A factory to create repositories using Java reflection.
- RepositoryInstatiator() - Constructor for class org.openl.rules.repository.RepositoryInstatiator
- RepositorySettings - Class in org.openl.rules.repository.api
- RepositorySettings(Repository, String, int) - Constructor for class org.openl.rules.repository.api.RepositorySettings
- RevisionGetter - Interface in org.openl.rules.repository.common
-
For retrieving a current revision of a repository.
- run() - Method in class org.openl.rules.repository.common.ChangesMonitor
S
- save(List<FileItem>) - Method in interface org.openl.rules.repository.api.Repository
-
Save multiple projects in one transaction.
- save(List<FileItem>) - Method in class org.openl.rules.repository.file.FileSystemRepository
- save(FileData, InputStream) - Method in interface org.openl.rules.repository.api.Repository
-
Save a file.
- save(FileData, InputStream) - Method in class org.openl.rules.repository.file.FileSystemRepository
- save(FileData, Iterable<FileItem>, ChangesetType) - Method in interface org.openl.rules.repository.api.FolderRepository
-
Save the folder.
- save(FileData, Iterable<FileItem>, ChangesetType) - Method in class org.openl.rules.repository.file.FileSystemRepository
- setArchives(String...) - Method in class org.openl.rules.repository.zip.ZippedLocalRepository
- setAuthor(UserInfo) - Method in class org.openl.rules.repository.api.FileData
- setBranch(String) - Method in class org.openl.rules.repository.api.FileData
- setComment(String) - Method in class org.openl.rules.repository.api.FileData
- setDataSource(DataSource) - Method in class org.openl.rules.repository.db.DatasourceDBRepository
- setDeleted(boolean) - Method in class org.openl.rules.repository.api.FileData
- setId(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
- setListener(Listener) - Method in interface org.openl.rules.repository.api.Repository
-
Set a listener to monitor changes in the repository.
- setListener(Listener) - Method in class org.openl.rules.repository.common.ChangesMonitor
- setListener(Listener) - Method in class org.openl.rules.repository.file.FileSystemRepository
- setListenerTimerPeriod(int) - Method in class org.openl.rules.repository.file.FileSystemRepository
- setLocal(boolean) - Method in class org.openl.rules.repository.api.FeaturesBuilder
- setLogin(String) - Method in class org.openl.rules.repository.db.DatasourceDBRepository
- setLogin(String) - Method in class org.openl.rules.repository.db.JdbcDBRepository
- setMappedFolders(boolean) - Method in class org.openl.rules.repository.api.FeaturesBuilder
- setModifiedAt(Date) - Method in class org.openl.rules.repository.api.FileData
- setName(String) - Method in class org.openl.rules.repository.api.FileData
- setName(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
- setParams(Object, Function<String, String>) - Static method in class org.openl.rules.repository.RepositoryInstatiator
- setPassword(String) - Method in class org.openl.rules.repository.db.DatasourceDBRepository
- setPassword(String) - Method in class org.openl.rules.repository.db.JdbcDBRepository
- setPath(Path) - Method in class org.openl.rules.repository.api.FileData
- setRoot(File) - Method in class org.openl.rules.repository.file.FileSystemRepository
- setSize(long) - Method in class org.openl.rules.repository.api.FileData
- setSupportsUniqueFileId(boolean) - Method in class org.openl.rules.repository.api.FeaturesBuilder
- setUniqueId(String) - Method in class org.openl.rules.repository.api.FileData
- setUri(String) - Method in class org.openl.rules.repository.db.DatasourceDBRepository
- setUri(String) - Method in class org.openl.rules.repository.db.JdbcDBRepository
- setUri(String) - Method in class org.openl.rules.repository.file.FileSystemRepository
- setUri(String) - Method in class org.openl.rules.repository.zip.ZippedLocalRepository
- setVersion(String) - Method in class org.openl.rules.repository.api.FileData
- setVersions(boolean) - Method in class org.openl.rules.repository.api.FeaturesBuilder
- supports() - Method in interface org.openl.rules.repository.api.Repository
-
Get the features supported by the repository.
- supports() - Method in class org.openl.rules.repository.file.FileSystemRepository
- supports() - Method in class org.openl.rules.repository.file.LocalRepository
T
- tryLock(String) - Method in class org.openl.rules.lock.Lock
- tryLock(String, long, TimeUnit) - Method in class org.openl.rules.lock.Lock
U
- UNDEFINED_SIZE - Static variable in class org.openl.rules.repository.api.FileData
-
If file size cannot be determined in some rare cases this constant should be used.
- uniqueFileId() - Method in class org.openl.rules.repository.api.Features
-
If true, repository can return unique id for each file (typically it's a hash)
- unlock() - Method in class org.openl.rules.lock.Lock
- unlock(String) - Method in class org.openl.rules.repository.api.RepositorySettings
- UserInfo - Class in org.openl.rules.repository.api
- UserInfo(String) - Constructor for class org.openl.rules.repository.api.UserInfo
- UserInfo(String, String, String) - Constructor for class org.openl.rules.repository.api.UserInfo
V
- validateConnection() - Method in interface org.openl.rules.repository.api.Repository
-
Validate underlying connection.
- valueOf(String) - Static method in enum org.openl.rules.repository.api.ChangesetType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openl.rules.repository.api.ChangesetType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- versions() - Method in class org.openl.rules.repository.api.Features
-
If true, repository can have historic versions.
Z
- ZippedLocalRepository - Class in org.openl.rules.repository.zip
-
Read only implementation of Local Repository to support deploying of zip archives as it is from file system without unzipping to temporary directories.
- ZippedLocalRepository() - Constructor for class org.openl.rules.repository.zip.ZippedLocalRepository
- ZipRepositoryFactory - Class in org.openl.rules.repository.zip
-
Zipped local file system repository factory.
- ZipRepositoryFactory() - Constructor for class org.openl.rules.repository.zip.ZipRepositoryFactory
All Classes All Packages