Package net.ontopia.utils
Class ObjectUtils
- java.lang.Object
-
- net.ontopia.utils.ObjectUtils
-
public class ObjectUtils extends Object
INTERNAL: Class that contains useful methods.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
newInstance(String className)
INTERNAL: Create new instance of given class.
-