|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectNOS.system.NOSClassLoader
public class NOSClassLoader
| Constructor Summary | |
|---|---|
NOSClassLoader()
Create a new NOSClassLoader |
|
| Method Summary | |
|---|---|
NOSApplication |
getInstanceOf(java.lang.String className)
Create a new instance of a named NOSApplication class. |
NOSDesktopBackgroundPlugin |
getInstanceOfDesktopBackgroundPlugin(java.lang.String className,
java.lang.String path,
java.awt.Component comp)
Create a new instance of a named NOSDesktopBackgroundPlugin class. |
void |
importJar(java.lang.String jarName)
Imports all the classes in a given JAR file into this class loader. |
java.util.Enumeration |
listLoadedJars()
Returns an Enumeration of all the loaded JAR files. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NOSClassLoader()
| Method Detail |
|---|
public java.util.Enumeration listLoadedJars()
public void importJar(java.lang.String jarName)
throws java.io.IOException
jarName - The name of the jar file to be imported.
java.io.IOException - Throws an exception if something goes wrong when
importing the named JAR file.public NOSApplication getInstanceOf(java.lang.String className)
className - The 'binary name' of the class.
public NOSDesktopBackgroundPlugin getInstanceOfDesktopBackgroundPlugin(java.lang.String className,
java.lang.String path,
java.awt.Component comp)
className - The 'binary name' of the class.path - The path to the file to load as a backgroundcomp - The Component onto which the background will be drawn.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||