net.sourceforge.jane
Class Jane

java.lang.Object
  |
  +--net.sourceforge.jane.Jane

public class Jane
extends java.lang.Object

The foundation of the Jane library.


Constructor Summary
Jane()
          Create a new Jane.
 
Method Summary
 void addArtifactLocator(ArtifactLocator aLocator)
          Add a locator for a java artifact.
 ClassInfo findClass(java.lang.String className)
          Find the given class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jane

public Jane()
Create a new Jane.
Method Detail

addArtifactLocator

public void addArtifactLocator(ArtifactLocator aLocator)
Add a locator for a java artifact.

findClass

public ClassInfo findClass(java.lang.String className)
                    throws JaneException
Find the given class.


Copyright © 2002-2002 SourceForge. All Rights Reserved.