public class GenParser extends Object
Constructor and Description |
---|
GenParser() |
Modifier and Type | Method and Description |
---|---|
static ShexSchema |
parseSchema(Path filepath) |
static ShexSchema |
parseSchema(Path filepath,
List<Path> importDirectories) |
static ShexSchema |
parseSchema(Path filepath,
Path importDir) |
static ShexSchema |
parseSchema(org.apache.commons.rdf.api.RDF rdfFactory,
Path filepath) |
static ShexSchema |
parseSchema(org.apache.commons.rdf.api.RDF rdfFactory,
Path filepath,
List<Path> importDirectories)
The function try to find the imports, if any, in the list of directories provided.
|
static ShexSchema |
parseSchema(org.apache.commons.rdf.api.RDF rdfFactory,
Path filepath,
Path importDir) |
public static ShexSchema parseSchema(Path filepath) throws Exception
Exception
public static ShexSchema parseSchema(org.apache.commons.rdf.api.RDF rdfFactory, Path filepath) throws Exception
Exception
public static ShexSchema parseSchema(Path filepath, Path importDir) throws Exception
Exception
public static ShexSchema parseSchema(org.apache.commons.rdf.api.RDF rdfFactory, Path filepath, Path importDir) throws Exception
Exception
public static ShexSchema parseSchema(Path filepath, List<Path> importDirectories) throws Exception
Exception
public static ShexSchema parseSchema(org.apache.commons.rdf.api.RDF rdfFactory, Path filepath, List<Path> importDirectories) throws Exception
filepath
- importDirectories
- Exception
Copyright © 2019. All rights reserved.