org.kuali.common.util.inform
Class Inform
java.lang.Object
org.kuali.common.util.inform.Inform
public final class Inform
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PRINT_STREAM
public static final PrintStream DEFAULT_PRINT_STREAM
DEFAULT_START_TOKEN
public static final String DEFAULT_START_TOKEN
- See Also:
- Constant Field Values
DEFAULT_PROGRESS_TOKEN
public static final String DEFAULT_PROGRESS_TOKEN
- See Also:
- Constant Field Values
DEFAULT_COMPLETE_TOKEN
public static final String DEFAULT_COMPLETE_TOKEN
- See Also:
- Constant Field Values
DEFAULT_START_MESSAGE
public static final LogMsg DEFAULT_START_MESSAGE
DEFAULT_STOP_MESSAGE
public static final LogMsg DEFAULT_STOP_MESSAGE
DEFAULT_INFORM
public static final Inform DEFAULT_INFORM
Inform
public Inform()
Inform
public Inform(LogMsg startMessage)
Inform
public Inform(LogMsg startMessage,
LogMsg stopMessage)
Inform
public Inform(PrintStream printStream,
String startToken,
String progressToken,
String completeToken,
LogMsg startMessage,
LogMsg stopMessage)
getPrintStream
public PrintStream getPrintStream()
getStartToken
public String getStartToken()
getCompleteToken
public String getCompleteToken()
getStartMessage
public LogMsg getStartMessage()
getStopMessage
public LogMsg getStopMessage()
getProgressToken
public String getProgressToken()
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.