com.mycila.log.jdk.format
Class Utils

java.lang.Object
  extended by com.mycila.log.jdk.format.Utils

public final class Utils
extends java.lang.Object

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)

Field Summary
static java.lang.String EOL
           
 
Method Summary
static
<T> T
instantiateByClassName(java.lang.String className, java.lang.Class superClass, T defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EOL

public static final java.lang.String EOL
Method Detail

instantiateByClassName

public static <T> T instantiateByClassName(java.lang.String className,
                                           java.lang.Class superClass,
                                           T defaultValue)


Copyright © 2008-2010 Mycila. All Rights Reserved.