public class VMHippoRepository extends Object
Modifier and Type | Method and 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.
|
public static HippoRepository create(String location) throws javax.jcr.RepositoryException
location
- the location where an earlier repository was registered using the #register
methodjavax.jcr.RepositoryException
- in case no active repository was available at th elocationpublic static void register(String location, HippoRepository repository)
location
- location of the repositoryrepository
- the location to register at the locationCopyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.