Package oracle.rules.sdk2.repository
Class Repositories
java.lang.Object
oracle.rules.sdk2.repository.Repositories
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MDSRepository
Get a MDSRepository instance corresponding to the current MDS configuration.static MDSRepository
getRepository
(String name) Get a MDSRepository instance corresponding to an MDS configuration.
-
Constructor Details
-
Repositories
public Repositories()
-
-
Method Details
-
getRepository
Get a MDSRepository instance corresponding to the current MDS configuration. Returns null if MDS is not currently configured in ADF.- Returns:
- the MDSRepository instance
- Throws:
RepositoryException
-
getRepository
Get a MDSRepository instance corresponding to an MDS configuration. If thename
parameter is null, the MDS configuration is obtained from the current ADF configuration typically defined in adf-config.xml. Otherwisename
is the name of the desired MDS configuration.- Throws:
RepositoryException
-