|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRioLoader
Interface for parsing RDF data using the Sesame RIO parser.
| Field Summary | |
|---|---|
static boolean |
DEBUG
True iff the log level is DEBUG or less. |
static boolean |
INFO
True iff the log level is INFO or less. |
static org.apache.log4j.Logger |
log
|
| Method Summary | |
|---|---|
void |
addRioLoaderListener(RioLoaderListener l)
Register a listener. |
long |
getInsertRate()
|
long |
getInsertTime()
|
long |
getStatementsAdded()
|
void |
loadRdf(InputStream is,
String baseURI,
RDFFormat rdfFormat,
boolean verify)
Parse RDF data. |
void |
loadRdf(Reader reader,
String baseURL,
RDFFormat rdfFormat,
boolean verify)
Parse RDF data. |
void |
removeRioLoaderListener(RioLoaderListener l)
Remove a listener. |
| Field Detail |
|---|
static final org.apache.log4j.Logger log
static final boolean INFO
log level is INFO or less.
static final boolean DEBUG
log level is DEBUG or less.
| Method Detail |
|---|
long getStatementsAdded()
long getInsertTime()
long getInsertRate()
void addRioLoaderListener(RioLoaderListener l)
l - The listener.void removeRioLoaderListener(RioLoaderListener l)
l - The listener.
void loadRdf(Reader reader,
String baseURL,
RDFFormat rdfFormat,
boolean verify)
throws Exception
reader - The source from which the data will be read.baseURL - The base URL for those data.rdfFormat - The interchange format.verify - Verification is enabled when true.
Exception
void loadRdf(InputStream is,
String baseURI,
RDFFormat rdfFormat,
boolean verify)
throws Exception
is - The source from which the data will be read.baseURL - The base URL for those data.rdfFormat - The interchange format.verify - Verification is enabled when true.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||