From afed274c10a93957f82a009824cafe8d83aa68a8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 15 Aug 2008 04:09:42 +0000 Subject: new branches --- VS-Sim-Javadoc/utils/VSClassLoader.html | 272 ++++++++++++++++++++++++++++++++ 1 file changed, 272 insertions(+) create mode 100644 VS-Sim-Javadoc/utils/VSClassLoader.html (limited to 'VS-Sim-Javadoc/utils/VSClassLoader.html') diff --git a/VS-Sim-Javadoc/utils/VSClassLoader.html b/VS-Sim-Javadoc/utils/VSClassLoader.html new file mode 100644 index 0000000..f689ce7 --- /dev/null +++ b/VS-Sim-Javadoc/utils/VSClassLoader.html @@ -0,0 +1,272 @@ + + + + + + +VSClassLoader + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +utils +
+Class VSClassLoader

+
+java.lang.Object
+  extended by java.lang.ClassLoader
+      extended by utils.VSClassLoader
+
+
+
+
public class VSClassLoader
extends java.lang.ClassLoader
+ + +

+The class VSClassLoader. This class is used in order to create new objects + by its classnames. +

+ +

+

+
Author:
+
Paul C. Buetow
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
VSClassLoader() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectnewInstance(java.lang.String classname) + +
+          Creates a new instance of the given classname.
+ + + + + + + +
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+VSClassLoader

+
+public VSClassLoader()
+
+
+ + + + + + + + +
+Method Detail
+ +

+newInstance

+
+public java.lang.Object newInstance(java.lang.String classname)
+
+
Creates a new instance of the given classname. +

+

+
Parameters:
classname - the classname +
Returns:
the object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3