Package org.hippoecm.repository
Class VMHippoRepository
java.lang.Object
org.hippoecm.repository.VMHippoRepository
DO NOT USE THIS CLASS! This class is NOT part of the API.
-
Method Summary
Modifier and TypeMethodDescriptionstatic HippoRepository
DO NOT USE THIS METHOD! This class and all its methods are NOT part of the API.static void
register
(String location, HippoRepository repository) DO NOT USE THIS METHOD! This class and all its methods are NOT part of the API.
-
Method Details
-
create
DO NOT USE THIS METHOD! This class and all its methods are NOT part of the API.- Parameters:
location
- the location where an earlier repository was registered using the #register method- Returns:
- repository earlier registered
- Throws:
RepositoryException
- in case no active repository was available at th elocation
-
register
DO NOT USE THIS METHOD! This class and all its methods are NOT part of the API.- Parameters:
location
- location of the repositoryrepository
- the location to register at the location
-