com.ibm.etools.iseries.edit.wizards
Class JMCURLClassLoader
java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
com.ibm.etools.iseries.edit.wizards.JMCURLClassLoader
public class JMCURLClassLoader
- extends URLClassLoader
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, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMCURLClassLoader
public JMCURLClassLoader()
- Parameters:
urls
- parent
-
addURL
public void addURL(URL url)
- Overrides:
addURL
in class URLClassLoader
loadClass
public Class loadClass(File f)
throws FileNotFoundException,
IOException
- Loads a class definition from a file f, first by trying to load the class from the class loader,
and then by using f as the class definition
- Parameters:
f
-
- Returns:
-
- Throws:
FileNotFoundException
IOException
getClassNameOfLastReadFile
public static String getClassNameOfLastReadFile()
- Returns:
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.