Uses of Interface
net.sf.testextensions.AccessObject

Uses of AccessObject in net.sf.testextensions
 

Methods in net.sf.testextensions that return AccessObject
 AccessObject AccessObject.newInnerInstance(String innerClassname)
          The method newInnerInstance create a instance of an inner class from the current object.
 AccessObject AccessObject.newInnerInstance(String innerClassname, Object[] args)
          The method newInnerInstance create a instance of an inner class from the current object.
static AccessObject AccessFactory.newInstance(String aClassName)
          The method newInstance create a new instance of a class, using a constructor without arguments.
static AccessObject AccessFactory.newInstance(String aClassName, Object[] aParameters)
          The method newInstance create a new instance of a class, using a constructor which suites to the arguments.
 



Copyright © 2007. All Rights Reserved.