org.glassfish.apf.impl
Class AnnotationUtils

java.lang.Object
  extended by org.glassfish.apf.impl.AnnotationUtils

public class AnnotationUtils
extends Object

Bag for utility methods

Author:
Jerome Dochez

Method Summary
static String getLocalString(String key, String defaultString, Object... arguments)
           
static Logger getLogger()
           
static String getLoggerTarget()
           
static void setLogger(Logger lg)
           
static void setLoggerTarget(String what)
           
static boolean shouldLog(String what)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogger

public static Logger getLogger()

setLogger

public static void setLogger(Logger lg)

setLoggerTarget

public static void setLoggerTarget(String what)

getLoggerTarget

public static String getLoggerTarget()

shouldLog

public static boolean shouldLog(String what)

getLocalString

public static String getLocalString(String key,
                                    String defaultString,
                                    Object... arguments)


Copyright © 2012 GlassFish Community. All Rights Reserved.