net.sf.vcaperture.util
Class BeanUtil

java.lang.Object
  extended by net.sf.vcaperture.util.BeanUtil

public class BeanUtil
extends java.lang.Object


Constructor Summary
BeanUtil()
           
 
Method Summary
static
<T> T
loadType(java.io.File file, java.lang.Class<T> type)
           
static void save(java.io.File file, java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanUtil

public BeanUtil()
Method Detail

loadType

public static <T> T loadType(java.io.File file,
                             java.lang.Class<T> type)

save

public static void save(java.io.File file,
                        java.lang.Object obj)


Copyright © 2008. All Rights Reserved.