Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.wizards
Class JMCURLClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by java.security.SecureClassLoader
          extended by java.net.URLClassLoader
              extended by com.ibm.etools.iseries.edit.wizards.JMCURLClassLoader

public class JMCURLClassLoader
extends URLClassLoader


Constructor Summary
JMCURLClassLoader()
           
 
Method Summary
 void addURL(URL url)
           
static String getClassNameOfLastReadFile()
           
 Class loadClass(File f)
          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
 
Methods inherited from class java.net.URLClassLoader
definePackage, findClass, 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, 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

JMCURLClassLoader

public JMCURLClassLoader()
Parameters:
urls -
parent -
Method Detail

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:

Rational Developer for Power Systems Software
V7.6

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.