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.6 2005/01/01 20:58:04 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- JNeeds.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNeeds
public JNeeds()
main
public static void main(String[] args)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.