com.thalesgroup.hudson.plugins.cppcheck.util
Class Messages

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cppcheck.util.Messages
All Implemented Interfaces:
java.io.Serializable

public class Messages
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Messages()
           
 
Method Summary
static java.lang.String getMessage(java.lang.String key, java.lang.Object... args)
           
static void log(java.io.PrintStream logger, java.lang.String message)
          Log output to the given logger, using the Cppcheck identifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

getMessage

public static java.lang.String getMessage(java.lang.String key,
                                          java.lang.Object... args)

log

public static void log(java.io.PrintStream logger,
                       java.lang.String message)
Log output to the given logger, using the Cppcheck identifier

Parameters:
logger - The logger
message - The message to be outputted


Copyright © 2009. All Rights Reserved.