terp - the Codemesh Modular
Template Interpreter v1.3.309

com.codemesh.terp.api
Class FeedbackManager

java.lang.Object
  extended by com.codemesh.terp.api.FeedbackManager

public class FeedbackManager
extends java.lang.Object

The type responsible for conveying feedback to the user.


Method Summary
 void add(java.util.logging.LogRecord record)
           
 void add(java.lang.String message)
           
 void add(java.lang.String message, java.util.logging.Level level)
           
 void add(java.lang.String message, java.util.logging.Level level, java.lang.String... args)
           
 void add(java.lang.Throwable t)
           
 void add(java.lang.Throwable t, java.util.logging.Level level)
           
 void add(java.lang.Throwable t, java.lang.String message)
           
 void add(java.lang.Throwable t, java.lang.String message, java.util.logging.Level level)
           
 void clear()
           
 int getExitCode(boolean bWarningAsError)
           
static FeedbackManager getInstance()
           
 java.util.List<java.util.logging.LogRecord> getRecords()
           
 boolean hasSevere()
           
 boolean hasWarning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static FeedbackManager getInstance()

clear

public void clear()

add

public void add(java.lang.String message)

add

public void add(java.lang.String message,
                java.util.logging.Level level)

add

public void add(java.lang.String message,
                java.util.logging.Level level,
                java.lang.String... args)

add

public void add(java.lang.Throwable t)

add

public void add(java.lang.Throwable t,
                java.util.logging.Level level)

add

public void add(java.lang.Throwable t,
                java.lang.String message)

add

public void add(java.lang.Throwable t,
                java.lang.String message,
                java.util.logging.Level level)

add

public void add(java.util.logging.LogRecord record)

getRecords

public java.util.List<java.util.logging.LogRecord> getRecords()

hasSevere

public boolean hasSevere()

hasWarning

public boolean hasWarning()

getExitCode

public int getExitCode(boolean bWarningAsError)

terp - the Codemesh Modular
Template Interpreter v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.