|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.store.ImportListener
Store error statements for post-processing, draft.
Field Summary | |
protected java.util.List |
errors
A list of error statements. |
protected java.util.List |
notices
A list of notified statements. |
protected java.util.List |
warnings
A list of statements with warnings. |
Constructor Summary | |
ImportListener()
|
Method Summary | |
void |
error(java.lang.String message,
int lineNo,
int columnNo,
org.openrdf.model.Statement statement)
Report an error. |
void |
notification(java.lang.String message,
int lineNo,
int columnNo,
org.openrdf.model.Statement statement)
Report a special notification. |
void |
status(java.lang.String message,
int lineNo,
int columnNo)
Report current status. |
void |
transactionEnd()
Report the end of the import. |
void |
transactionStart()
Report the start of the import. |
void |
warning(java.lang.String message,
int lineNo,
int columnNo,
org.openrdf.model.Statement statement)
Report a warning. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.List notices
protected java.util.List warnings
protected java.util.List errors
Constructor Detail |
public ImportListener()
Method Detail |
public final void transactionStart()
transactionStart
in interface org.openrdf.sesame.admin.AdminListener
public final void transactionEnd()
transactionEnd
in interface org.openrdf.sesame.admin.AdminListener
public final void status(java.lang.String message, int lineNo, int columnNo)
status
in interface org.openrdf.sesame.admin.AdminListener
message
- A status message reported during the import.lineNo
- The line number to which the status report relates.columnNo
- The column number to which the status report
relates.public final void notification(java.lang.String message, int lineNo, int columnNo, org.openrdf.model.Statement statement)
notification
in interface org.openrdf.sesame.admin.AdminListener
message
- A special notification message reported during the
import.lineNo
- The line number to which the notification relates.columnNo
- The column number to which the notification
relates.statement
- An RDF statement associated with the notification.public final void warning(java.lang.String message, int lineNo, int columnNo, org.openrdf.model.Statement statement)
warning
in interface org.openrdf.sesame.admin.AdminListener
message
- A warning message reported during the import.lineNo
- The line number to which the warning relates.columnNo
- The column number to which the warning relates.statement
- An RDF statement associated with the notification.public final void error(java.lang.String message, int lineNo, int columnNo, org.openrdf.model.Statement statement)
error
in interface org.openrdf.sesame.admin.AdminListener
message
- An error message reported during the import.lineNo
- The line number to which the error report relates.columnNo
- The column number to which the error report
relates.statement
- An RDF statement associated with the notification.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |