Uses of Class
com.franz.agraph.repository.AGRepository
Packages that use AGRepository
-
Uses of AGRepository in com.franz.agraph.repository
Methods in com.franz.agraph.repository that return AGRepositoryModifier and TypeMethodDescriptionAGCatalog.createRepository(String repositoryID) Returns anuninitializedAGRepository instance for the givenrepository id.AGCatalog.createRepository(String repositoryID, boolean strict) Returns anuninitializedAGRepository 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 AGRepositoryAGServer.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.Constructors in com.franz.agraph.repository with parameters of type AGRepositoryModifierConstructorDescriptionAGRepositoryConnection(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.