public class CessdaControlledVocabularyRepositoryV2 extends Object
Constructor and Description |
---|
CessdaControlledVocabularyRepositoryV2(URI uri)
Construct a new ControlledVocabulary using the given URI.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<String> |
findCodeValues() |
Set<String> |
findDescriptiveTerms() |
URI |
getUri() |
int |
hashCode() |
protected void |
setCodeValues(Set<String> codeValues) |
protected void |
setDescriptiveTerms(Set<String> descriptiveTerms) |
public CessdaControlledVocabularyRepositoryV2(URI uri) throws IOException
uri
- the URI of the controlled vocabulary.com.jayway.jsonpath.InvalidJsonException
- if the JSON is invalid.IOException
- if an IO error occurs.public Set<String> findCodeValues()
findCodeValues
in interface ControlledVocabularyRepository
public Set<String> findDescriptiveTerms()
findDescriptiveTerms
in interface ControlledVocabularyRepository
public URI getUri()
getUri
in interface ControlledVocabularyRepository
Copyright © 2025 CESSDA ERIC. All rights reserved.