org.drools.ide.common.server.testscenarios.util
Class DateObjectFactory

java.lang.Object
  extended by org.drools.ide.common.server.testscenarios.util.DateObjectFactory

public class DateObjectFactory
extends Object


Constructor Summary
DateObjectFactory()
           
 
Method Summary
static Date createTimeObject(Class<?> fieldClass, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateObjectFactory

public DateObjectFactory()
Method Detail

createTimeObject

public static Date createTimeObject(Class<?> fieldClass,
                                    String value)
                             throws NoSuchMethodException,
                                    InvocationTargetException,
                                    IllegalAccessException,
                                    InstantiationException
Throws:
NoSuchMethodException
InvocationTargetException
IllegalAccessException
InstantiationException


Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.