Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_COMPLETE_TOKEN |
static Inform |
DEFAULT_INFORM |
static PrintStream |
DEFAULT_PRINT_STREAM |
static String |
DEFAULT_PROGRESS_TOKEN |
static LogMsg |
DEFAULT_START_MESSAGE |
static String |
DEFAULT_START_TOKEN |
static LogMsg |
DEFAULT_STOP_MESSAGE |
Constructor and Description |
---|
Inform() |
Inform(LogMsg startMessage) |
Inform(LogMsg startMessage,
LogMsg stopMessage) |
Inform(PrintStream printStream,
String startToken,
String progressToken,
String completeToken,
LogMsg startMessage,
LogMsg stopMessage) |
Modifier and Type | Method and Description |
---|---|
String |
getCompleteToken() |
PrintStream |
getPrintStream() |
String |
getProgressToken() |
LogMsg |
getStartMessage() |
String |
getStartToken() |
LogMsg |
getStopMessage() |
public static final PrintStream DEFAULT_PRINT_STREAM
public static final String DEFAULT_START_TOKEN
public static final String DEFAULT_PROGRESS_TOKEN
public static final String DEFAULT_COMPLETE_TOKEN
public static final LogMsg DEFAULT_START_MESSAGE
public static final LogMsg DEFAULT_STOP_MESSAGE
public static final Inform DEFAULT_INFORM
public Inform()
public PrintStream getPrintStream()
public String getStartToken()
public String getCompleteToken()
public LogMsg getStartMessage()
public LogMsg getStopMessage()
public String getProgressToken()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.