liquibase.util
Class ObjectUtil
java.lang.Object
liquibase.util.ObjectUtil
public class ObjectUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectUtil
public ObjectUtil()
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.