wt.boot
Class JarClassLoaderFactory_sun12

java.lang.Object
  extended bywt.boot.JarClassLoaderFactory
      extended bywt.boot.JarClassLoaderFactory_sun12

final class JarClassLoaderFactory_sun12
extends JarClassLoaderFactory


Field Summary
 
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
 
Constructor Summary
(package private) JarClassLoaderFactory_sun12(String jar_file_name, URL codebase)
           
 
Method Summary
 void cleanCache()
          Supported API: true
 ClassLoader getLoader()
          Get a class loader satisfying the attributes of this factory.
 
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
 

Constructor Detail

JarClassLoaderFactory_sun12

JarClassLoaderFactory_sun12(String jar_file_name,
                            URL codebase)
Method Detail

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