org.kuali.common.util.inform
Class Inform

java.lang.Object
  extended by org.kuali.common.util.inform.Inform

public final class Inform
extends Object


Field Summary
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 Summary
Inform()
           
Inform(LogMsg startMessage)
           
Inform(LogMsg startMessage, LogMsg stopMessage)
           
Inform(PrintStream printStream, String startToken, String progressToken, String completeToken, LogMsg startMessage, LogMsg stopMessage)
           
 
Method Summary
 String getCompleteToken()
           
 PrintStream getPrintStream()
           
 String getProgressToken()
           
 LogMsg getStartMessage()
           
 String getStartToken()
           
 LogMsg getStopMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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.