wt.boot
Class JarClassLoaderFactory_sun12
java.lang.Object
wt.boot.JarClassLoaderFactory
wt.boot.JarClassLoaderFactory_sun12
- final class JarClassLoaderFactory_sun12
- extends JarClassLoaderFactory
Fields inherited from class wt.boot.JarClassLoaderFactory |
applet, archiveNames, cabinetNames, CAPTURE_FILE, CAPTURE_FILE_STACK_TRACE, captureFile, captureFileStackTrace, codebase, jarFileName, locale, parentFrame, SHOW_MISSING_FILES, showMissingFiles, success, threadGroup, verbose, VERBOSE_INSTALLER, VERBOSE_LOADER, verboseLoader |
Methods inherited from class wt.boot.JarClassLoaderFactory |
getArchiveNames, getCaptureFile, getFactory, getJars, getSuccess, setApplet, setArchiveNames, setBootProtocolHandler, setCabinetNames, setLocale, setParentFrame, setThreadGroup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarClassLoaderFactory_sun12
JarClassLoaderFactory_sun12(String jar_file_name,
URL codebase)
getLoader
public ClassLoader getLoader()
- Description copied from class:
JarClassLoaderFactory
- Get a class loader satisfying the attributes of this factory.
Attempts to return a class loader that loads from locally cached
JAR files, but if unable to do so, this method will still return a
default class loader for this factory's codebase, possibly a
browser's default applet class loader.
Supported API: false
- Specified by:
getLoader
in class JarClassLoaderFactory
cleanCache
public void cleanCache()
- Description copied from class:
JarClassLoaderFactory
- Supported API: true
- Specified by:
cleanCache
in class JarClassLoaderFactory