Uses of Class
com.franz.agraph.repository.AGRepository
-
Uses of AGRepository in com.franz.agraph.repository
Modifier and TypeMethodDescriptionAGCatalog.createRepository
(String repositoryID) Returns anuninitialized
AGRepository instance for the givenrepository id
.AGCatalog.createRepository
(String repositoryID, boolean strict) Returns anuninitialized
AGRepository instance for the givenrepository id
.AGServer.createRepository
(String reponame) Creates or opens a repository in the root catalog.AGServer.createRepository
(String reponame, AGCatalog catalog, boolean strict) Creates or opens a repository in the specified catalog.AGServer.createRepository
(String reponame, String catname) Creates or opens a repository in the specified catalog.AGServer.createRepository
(String reponame, String catname, boolean strict) Creates or opens a repository in the specified catalog.static AGRepository
AGServer.createRepository
(String repoName, String catalogName, String serverURL, String username, String password) Creates or opens a repository in the specified catalog.AGValueFactory.getRepository()
AGCatalog.openRepository
(String repositoryID) Returns an uninitialized AGRepository instance for the givenrepository id
.ModifierConstructorDescriptionAGRepositoryConnection
(AGRepository repository, AGHttpRepoClient client) AGValueFactory
(AGRepository repository) AGValueFactory
(AGRepository repository, AGRepositoryConnection conn) AGVirtualRepository
(AGServer server, String spec, AGRepository wrapped) Applications normally create a virtual repository via an AGServer instance.