Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.services.loader
Interface InstanceGetter  view InstanceGetter download InstanceGetter.java

All Known Implementing Classes:
ClassInfo

public interface InstanceGetter


Method Summary
 java.lang.Object getNewInstance()
          Create an instance of a class.
 

Method Detail

getNewInstance

public java.lang.Object getNewInstance()
                                throws java.lang.InstantiationException,
                                       java.lang.IllegalAccessException,
                                       java.lang.reflect.InvocationTargetException
Create an instance of a class.