|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
ru.goodidea.df.LicenseClassLoader
ru.goodidea.df.dictionary.classloader.DocumentClassLoader
public final class DocumentClassLoader
Title:
Description:
Copyright: Copyright (c) 2004
Company:
| Field Summary |
|---|
| Fields inherited from class ru.goodidea.df.LicenseClassLoader |
|---|
lloader |
| Constructor Summary | |
|---|---|
DocumentClassLoader(byte[] source)
|
|
DocumentClassLoader(byte[] source,
java.lang.ClassLoader parent)
|
|
DocumentClassLoader(java.io.File file)
|
|
DocumentClassLoader(java.lang.String path,
java.lang.ClassLoader parent)
|
|
DocumentClassLoader(java.util.zip.ZipInputStream zip)
|
|
| Method Summary | |
|---|---|
void |
addToCache(java.lang.String className,
byte[] clazz)
|
protected java.lang.Class |
findClass(java.lang.String name)
Finds the specified class. |
void |
removeFromCache(java.lang.String className)
|
| Methods inherited from class ru.goodidea.df.LicenseClassLoader |
|---|
getExpirationDate, getLoaders, loadClass, registerLoader, setSource |
| Methods inherited from class java.net.URLClassLoader |
|---|
addURL, definePackage, findResource, findResources, getPermissions, getURLs, newInstance, newInstance |
| Methods inherited from class java.security.SecureClassLoader |
|---|
defineClass, defineClass |
| Methods inherited from class java.lang.ClassLoader |
|---|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, 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 |
|---|
public DocumentClassLoader(java.util.zip.ZipInputStream zip)
throws java.net.MalformedURLException
java.net.MalformedURLException
public DocumentClassLoader(byte[] source)
throws java.net.MalformedURLException
java.net.MalformedURLException
public DocumentClassLoader(byte[] source,
java.lang.ClassLoader parent)
throws java.net.MalformedURLException
java.net.MalformedURLException
public DocumentClassLoader(java.io.File file)
throws java.net.MalformedURLException
java.net.MalformedURLException
public DocumentClassLoader(java.lang.String path,
java.lang.ClassLoader parent)
throws java.net.MalformedURLException
java.net.MalformedURLException| Method Detail |
|---|
protected java.lang.Class findClass(java.lang.String name)
throws java.lang.ClassNotFoundException
findClass in class LicenseClassLoadername - The name of the class
java.lang.ClassNotFoundException - If the class could not be found
public void addToCache(java.lang.String className,
byte[] clazz)
public void removeFromCache(java.lang.String className)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||