public class DatasetRepositories extends Object
| Constructor and Description |
|---|
DatasetRepositories() |
| Modifier and Type | Method and Description |
|---|---|
static <R extends DatasetRepository> |
repositoryFor(String uriString)
Load a
DatasetRepository for the given dataset or view URI string. |
static <R extends DatasetRepository> |
repositoryFor(URI uri)
Load a
DatasetRepository for the given dataset, view or repository URI. |
public static <R extends DatasetRepository> R repositoryFor(URI uri)
DatasetRepository for the given dataset, view or repository URI.
URI formats are defined by Dataset implementations, but must begin
with "dataset:" or "view:".
R - The type of DatasetRepository expected.uri - a Dataset or View URI.DatasetRepository responsible for the given URI.public static <R extends DatasetRepository> R repositoryFor(String uriString)
DatasetRepository for the given dataset or view URI string.
URI formats are defined by Dataset implementations, but must begin
with "dataset:" or "view:".
R - The type of DatasetRepository expected.uriString - a Dataset or View URI.DatasetRepository responsible for the given URI.Copyright © 2013–2015. All rights reserved.