FreeHEP API
Version current

org.freehep.tools
Class JNeeds

java.lang.Object
  extended byorg.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.6 2005/01/01 20:58:04 duns Exp $
Author:
Mark Donszelmann
Source Code:
JNeeds.java

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.