|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.boot.JarClassLoaderFactory
public abstract class JarClassLoaderFactory
A factory for class loaders that load from a random access (local) JAR/ZIP file.
Instances are specific to Java runtimes because each vendor's applet security manager
is tightly coupled to their applet class loaders.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
abstract void |
cleanCache()
Supported API: true |
static JarClassLoaderFactory |
getFactory(String jar_file_name,
URL codebase)
Supported API: true |
void |
setApplet(Applet applet)
Supported API: true |
void |
setArchiveNames(String[] archive_names)
Supported API: true |
void |
setCabinetNames(String[] cabinet_names)
Supported API: true |
void |
setLocale(Locale locale)
Supported API: true |
void |
setParentFrame(Frame parent_frame)
Supported API: true |
void |
setThreadGroup(ThreadGroup thread_group)
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setApplet(Applet applet)
public void setThreadGroup(ThreadGroup thread_group)
public void setArchiveNames(String[] archive_names)
public void setCabinetNames(String[] cabinet_names)
public void setParentFrame(Frame parent_frame)
public void setLocale(Locale locale)
public static JarClassLoaderFactory getFactory(String jar_file_name,
URL codebase)
public abstract void cleanCache()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||