org.compass.core.util.reflection.plain
Class PlainReflectionConstructor
java.lang.Object
org.compass.core.util.reflection.plain.PlainReflectionConstructor
- All Implemented Interfaces:
- ReflectionConstructor
public class PlainReflectionConstructor
- extends Object
- implements ReflectionConstructor
A plain implemenation of ReflectionConstructor
that simply delegates operations to Constructor.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainReflectionConstructor
public PlainReflectionConstructor(Constructor constructor)
newInstance
public Object newInstance()
throws InvocationTargetException,
InstantiationException,
IllegalAccessException
- Specified by:
newInstance in interface ReflectionConstructor
- Throws:
InvocationTargetException
InstantiationException
IllegalAccessException
Copyright (c) 2004-2008 The Compass Project.