Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.xml
Class JARClassLoader

java.lang.Object
  |
  +--java.lang.ClassLoader
        |
        +--oracle.toplink.xml.JARClassLoader

public class JARClassLoader
extends java.lang.ClassLoader

This class is an implementation of the ClassLoader abstract class. Its purpose is to allow the ability to load a class from a particular JAR file without regard to the system class path.

Since:
TOPLink/Java 3.0

Constructor Summary
JARClassLoader(java.lang.String jarFileName)
          Construct a file loader for the JAR file.
JARClassLoader(java.lang.String[] jarFileNames)
          Construct a file loader for the JAR files.

 

Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JARClassLoader

public JARClassLoader(java.lang.String[] jarFileNames)
Construct a file loader for the JAR files.

JARClassLoader

public JARClassLoader(java.lang.String jarFileName)
Construct a file loader for the JAR file.

Copyright © 2003 Oracle Corporation. All Rights Reserved.