|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.importer.base.logging.AbstractImportLogger
public abstract class AbstractImportLogger
Abstract class for all import loggers.
Field Summary | |
---|---|
protected static String |
LEFT_BRACKET
The left bracket character. |
protected static String |
RIGHT_BRACKET
The right bracket character. |
protected static String |
SEPARATOR_COMMA
The comma separator. |
protected static String |
SEPARATOR_SEMICOMMA
The semicomma separator. |
Constructor Summary | |
---|---|
AbstractImportLogger()
|
Method Summary | |
---|---|
protected String |
createErrorMsg(AbstractErrorLogData error)
Creates the error message for the specified error, which may later be inserted into an import logger. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface pl.edu.agh.cast.importer.base.logging.IImportLogger |
---|
finish, notifyError |
Methods inherited from interface pl.edu.agh.cast.importer.base.logging.IImportDataObserver |
---|
notifyRemoved, notifyRestored, notifyValueChanged |
Field Detail |
---|
protected static final String LEFT_BRACKET
protected static final String RIGHT_BRACKET
protected static final String SEPARATOR_COMMA
protected static final String SEPARATOR_SEMICOMMA
Constructor Detail |
---|
public AbstractImportLogger()
Method Detail |
---|
protected String createErrorMsg(AbstractErrorLogData error)
error
- the error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |