org.squashtest.tm.service.importer
public class LogEntry extends Object implements Comparable<LogEntry>
| Modifier and Type | Class and Description |
|---|---|
static class |
LogEntry.Builder |
| Constructor and Description |
|---|
LogEntry(Integer line,
Target target,
ImportMode mode,
ImportStatus status,
String i18nError,
String i18nImpact) |
LogEntry(Target target,
ImportStatus status,
String i18nError) |
LogEntry(Target target,
ImportStatus status,
String i18nError,
Object[] errorArgs) |
LogEntry(Target target,
ImportStatus status,
String i18nError,
Object[] errorArgs,
String i18nImpact,
Object[] impactArgs) |
LogEntry(Target target,
ImportStatus status,
String i18nError,
String i18nImpact) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LogEntry o) |
static LogEntry.Builder |
failure() |
Object[] |
getErrorArgs() |
String |
getI18nError() |
String |
getI18nImpact() |
Object[] |
getImpactArgs() |
Integer |
getLine() |
ImportMode |
getMode() |
ImportStatus |
getStatus() |
Target |
getTarget() |
void |
setErrorArgs(Object... errorArgs) |
void |
setI18nImpact(String i18nImpact) |
void |
setImpactArgs(Object... impactArgs) |
void |
setLine(Integer line) |
void |
setMode(ImportMode mode) |
void |
setTarget(Target target) |
static LogEntry.Builder |
warning() |
public LogEntry(Target target, ImportStatus status, String i18nError)
public LogEntry(Target target, ImportStatus status, String i18nError, String i18nImpact)
public LogEntry(Target target, ImportStatus status, String i18nError, Object[] errorArgs)
public LogEntry(Target target, ImportStatus status, String i18nError, Object[] errorArgs, String i18nImpact, Object[] impactArgs)
public LogEntry(Integer line, Target target, ImportMode mode, ImportStatus status, String i18nError, String i18nImpact)
public static LogEntry.Builder failure()
public static LogEntry.Builder warning()
public Object[] getErrorArgs()
public void setErrorArgs(Object... errorArgs)
public Object[] getImpactArgs()
public void setImpactArgs(Object... impactArgs)
public int compareTo(LogEntry o)
compareTo in interface Comparable<LogEntry>public Integer getLine()
public void setLine(Integer line)
public ImportMode getMode()
public void setMode(ImportMode mode)
public Target getTarget()
public ImportStatus getStatus()
public String getI18nError()
public String getI18nImpact()
public void setI18nImpact(String i18nImpact)
public void setTarget(Target target)
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.