org.kuali.common.util.log.log4j
Class Log4JTestConfig

java.lang.Object
  extended by org.kuali.common.util.log.log4j.Log4JTestConfig

@ContextConfiguration(classes={KualiUtilProjectConfig.class,org.kuali.common.util.log.log4j.spring.Log4JConfig.class})
public class Log4JTestConfig
extends Object


Constructor Summary
Log4JTestConfig()
           
 
Method Summary
<T> T
getObject(InputStream in, Class<T> type)
           
<T> T
getObject(String s, Class<T> type)
           
 void test()
           
 String toXml(Object object)
           
 void write(OutputStream out, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4JTestConfig

public Log4JTestConfig()
Method Detail

test

public void test()

toXml

public String toXml(Object object)
             throws Exception
Throws:
Exception

write

public void write(OutputStream out,
                  Object object)
           throws Exception
Throws:
Exception

getObject

public <T> T getObject(String s,
                       Class<T> type)
            throws Exception
Throws:
Exception

getObject

public <T> T getObject(InputStream in,
                       Class<T> type)
            throws Exception
Throws:
Exception


Copyright © 2010–2014 The Kuali Foundation. All rights reserved.