| 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 |
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoryFactory.create(Function<String,String> settings) |
static Repository |
RepositoryInstatiator.newRepository(String prefix,
Function<String,String> props) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BranchRepository |
interface |
FolderRepository
Implementations of this repository can work with folders and their versions.
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositorySettings.getRepository() |
| Constructor and Description |
|---|
FeaturesBuilder(Repository repository) |
RepositorySettings(Repository repository,
String locksRoot,
int lockTimeToLive) |
| Modifier and Type | Class and Description |
|---|---|
class |
DatasourceDBRepository |
class |
JdbcDBRepository |
| Modifier and Type | Method and Description |
|---|---|
Repository |
JdbcDBRepositoryFactory.create(Function<String,String> settings) |
Repository |
DatasourceDBRepositoryFactory.create(Function<String,String> settings) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemRepository
A simple implementation of a file-system-based repository.
|
class |
LocalRepository
Local File System Repository
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
LocalRepositoryFactory.create(Function<String,String> settings) |
| Modifier and Type | Class and Description |
|---|---|
class |
JarLocalRepository
Read only implementation of Jar Repository to support deploying of jars from classpath as it is without
unzipping to temporary directories.
|
class |
ZippedLocalRepository
Read only implementation of Local Repository to support deploying of zip archives as it is from file system without
unzipping to temporary directories.
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
JarRepositoryFactory.create(Function<String,String> settings) |
Repository |
ZipRepositoryFactory.create(Function<String,String> settings) |
Copyright © 2004–2021 OpenL Tablets. All rights reserved.