liquibase.util
Class ObjectUtil

java.lang.Object
  extended by liquibase.util.ObjectUtil

public class ObjectUtil
extends Object


Constructor Summary
ObjectUtil()
           
 
Method Summary
static Object getProperty(Object object, String propertyName)
           
static void setProperty(Object object, String propertyName, String propertyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectUtil

public ObjectUtil()
Method Detail

getProperty

public static Object getProperty(Object object,
                                 String propertyName)
                          throws IllegalAccessException,
                                 InvocationTargetException
Throws:
IllegalAccessException
InvocationTargetException

setProperty

public static void setProperty(Object object,
                               String propertyName,
                               String propertyValue)
                        throws IllegalAccessException,
                               InvocationTargetException
Throws:
IllegalAccessException
InvocationTargetException


Copyright © 2004-2011 Liquibase.org. All Rights Reserved.