FreeHEP API
Version v1.2.2

org.freehep.tools
Class JNeeds

java.lang.Object
  |
  +--org.freehep.tools.JNeeds

public class JNeeds
extends Object

JNeeds picks up a class file, or a whole directory of class files and possibly all subdirectories of class files, and lists the dependencies. The first column lists the package the classes depend of, the second column the classes used from each of those packages, and the last column which files these classes were referred from.

Version:
$Id: JNeeds.java,v 1.4 2001/03/20 13:32:40 duns Exp $
Author:
Mark Donszelmann

Constructor Summary
JNeeds()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNeeds

public JNeeds()
Method Detail

main

public static void main(String[] args)

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.