Uses of Class
it.uniroma2.art.semanticturkey.project.RepositoryLocation
Packages that use RepositoryLocation
-
Uses of RepositoryLocation in it.uniroma2.art.semanticturkey.project
Methods in it.uniroma2.art.semanticturkey.project that return RepositoryLocationModifier and TypeMethodDescriptionstatic RepositoryLocationRepositoryLocation.fromRepositoryAccess(RepositoryAccess repositoryAccess) static RepositoryLocationRepositoryLocation.fromString(String serialized) Project.getDefaultRepositoryLocation()ProjectInfo.getRepositoryLocation()Constructors in it.uniroma2.art.semanticturkey.project with parameters of type RepositoryLocationModifierConstructorDescriptionProjectInfo(String name, boolean open, String baseURI, String defaultNamespace, String model, String lexicalizationModel, boolean historyEnabled, boolean validationEnabled, boolean blacklistingEnabled, boolean shaclEnabled, boolean undoEnabled, boolean trivialInferenceEnabled, boolean readOnly, ProjectVisibility visibility, ProjectManager.AccessResponse accessible, RepositoryLocation repositoryLocation, ProjectStatus status, Map<String, String> labels, String description, String createdAt, boolean openAtStartup, ProjectFacets facets)