public class ProgressMessage extends Object implements JSONWritable
| Modifier and Type | Field and Description |
|---|---|
static String |
LINE_NUMBER_FIELD |
static String |
MESSAGE_FIELD |
protected static int |
NULL_LINE_NUMBER |
static String |
RAW_MESSAGE_FIELD |
static String |
TIMESTAMP_FIELD |
static String |
TYPE_FIELD |
| Constructor and Description |
|---|
ProgressMessage(org.apache.jena.atlas.json.JsonObject json) |
ProgressMessage(String message) |
ProgressMessage(String message,
int lineNumber) |
ProgressMessage(String message,
int lineNumber,
long timestamp) |
ProgressMessage(String message,
int lineNumber,
long timestamp,
String style) |
ProgressMessage(String message,
int lineNumber,
String style) |
ProgressMessage(String message,
String style) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
cleanMessage() |
int |
getLineNumber() |
String |
getMessage() |
String |
getTimelabel() |
long |
getTimestamp() |
String |
getType() |
String |
toString() |
void |
writeTo(JSFullWriter out) |
public static final String MESSAGE_FIELD
public static final String RAW_MESSAGE_FIELD
public static final String LINE_NUMBER_FIELD
public static final String TIMESTAMP_FIELD
public static final String TYPE_FIELD
protected static final int NULL_LINE_NUMBER
public ProgressMessage(String message)
public ProgressMessage(String message, int lineNumber)
public ProgressMessage(String message, int lineNumber, long timestamp)
public ProgressMessage(String message, int lineNumber, long timestamp, String style)
public ProgressMessage(org.apache.jena.atlas.json.JsonObject json)
public String getMessage()
public long getTimestamp()
public String getTimelabel()
public int getLineNumber()
public String getType()
protected String cleanMessage()
public void writeTo(JSFullWriter out)
writeTo in interface JSONWritableCopyright © 2019. All rights reserved.