Uses of Class
it.uniroma2.art.semanticturkey.exceptions.AlreadyExistingRepositoryException
Packages that use AlreadyExistingRepositoryException
-
Uses of AlreadyExistingRepositoryException in it.uniroma2.art.semanticturkey.project
Methods in it.uniroma2.art.semanticturkey.project that throw AlreadyExistingRepositoryExceptionModifier and TypeMethodDescriptionorg.eclipse.rdf4j.repository.Repository
Project.createReadOnlyRepository
(RepositoryAccess repositoryAccess, String repositoryId, PluginSpecification repoConfigurerSpecification, String localRepostoryId, String backendType, boolean customizeSearch) org.eclipse.rdf4j.repository.Repository
Project.createRepository
(RepositoryAccess repositoryAccess, String repositoryId, PluginSpecification repoConfigurerSpecification, String localRepostoryId) org.eclipse.rdf4j.repository.Repository
Project.createRepository
(RepositoryAccess repositoryAccess, String repositoryId, PluginSpecification repoConfigurerSpecification, String localRepostoryId, boolean readOnlyWrapper, String backendType, boolean customizeSearch) Creates a new repository.