Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

ClassLocator Class Reference

List of all members.

Static Public Methods

InputStream getInputStreamOf (String className) throws ClassNotFoundException
InputStream getInputStreamOf (String classPath, String className) throws ClassNotFoundException

Private Methods

 ClassLocator ()

Static Private Attributes

char pathSeparator = System.getProperty("path.separator").charAt(0)
char fileSeparator = System.getProperty("file.separator").charAt(0)

Detailed Description

Class which provides a static method to locate any class in your CLASSPATH and returns an InputStream to it. Does handle .jar files as well.

Definition at line 87 of file ClassLocator.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:06:30 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001