Package org.hippoecm.repository
Class VMHippoRepository
- java.lang.Object
-
- org.hippoecm.repository.VMHippoRepository
-
public class VMHippoRepository extends Object
DO NOT USE THIS CLASS! This class is NOT part of the API.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HippoRepository
create(String location)
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 Detail
-
create
public static HippoRepository create(String location) throws RepositoryException
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
public static void register(String location, HippoRepository repository)
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
-
-