|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.align.transformation.report.impl.CellLog
@Immutable public class CellLog
Transformation log for a fixed cell.
Constructor Summary | |
---|---|
CellLog(ReportLog<TransformationMessage> log,
Cell cell)
Create a transformation log based on the given cell |
Method Summary | |
---|---|
TransformationMessage |
createMessage(String message,
Throwable throwable)
Create a message configured with the current cell for use with the log |
void |
error(TransformationMessage message)
Adds an error to the report. |
void |
info(TransformationMessage message)
Adds an info to the report. |
void |
warn(TransformationMessage message)
Adds a warning to the report. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CellLog(ReportLog<TransformationMessage> log, Cell cell)
log
- the transformation message report log to decoratecell
- the cell the transformation messages shall be associated toMethod Detail |
---|
public void warn(TransformationMessage message)
ReportLog
warn
in interface ReportLog<TransformationMessage>
message
- the warning messageReportLog.warn(Message)
public void error(TransformationMessage message)
ReportLog
error
in interface ReportLog<TransformationMessage>
message
- the error messageReportLog.error(Message)
public TransformationMessage createMessage(String message, Throwable throwable)
TransformationLog
createMessage
in interface TransformationLog
message
- the message stringthrowable
- a throwable associated to the message, may be
null
TransformationLog.createMessage(String, Throwable)
public void info(TransformationMessage message)
ReportLog
info
in interface ReportLog<TransformationMessage>
message
- the info messageReportLog.info(eu.esdihumboldt.hale.common.core.report.Message)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |