public interface OBDASpecInput
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OBDASpecInput.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONSTRAINT_KEY |
static String |
DBMETADATA_KEY |
static String |
MAPPING_KEY |
static String |
ONTOPVIEW_KEY |
| Modifier and Type | Method and Description |
|---|---|
static OBDASpecInput.Builder |
defaultBuilder() |
default Optional<File> |
getConstraintFile() |
default Optional<Reader> |
getDBMetadataReader() |
Optional<File> |
getFile(String key)
Deprecated.
|
Optional<org.apache.commons.rdf.api.Graph> |
getGraph(String key) |
default Optional<org.apache.commons.rdf.api.Graph> |
getMappingGraph() |
default Optional<Reader> |
getMappingReader() |
default Optional<Reader> |
getOntopViewReader() |
Optional<Reader> |
getReader(String key)
The reader may have been created on the fly (e.g.
|
static final String MAPPING_KEY
static final String CONSTRAINT_KEY
static final String DBMETADATA_KEY
static final String ONTOPVIEW_KEY
@Deprecated Optional<File> getFile(String key)
Optional<Reader> getReader(String key) throws FileNotFoundException
FileNotFoundExceptionstatic OBDASpecInput.Builder defaultBuilder()
default Optional<Reader> getMappingReader() throws FileNotFoundException
FileNotFoundExceptiondefault Optional<org.apache.commons.rdf.api.Graph> getMappingGraph()
default Optional<Reader> getDBMetadataReader() throws FileNotFoundException
FileNotFoundExceptiondefault Optional<Reader> getOntopViewReader() throws FileNotFoundException
FileNotFoundExceptionCopyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.