org.jcoderz.phoenix.report
Class JDepend

java.lang.Object
  extended by org.jcoderz.phoenix.report.JDepend

public final class JDepend
extends Object

Author:
Michael Griffel

Nested Class Summary
static class JDepend.ClassDependency
           
static class JDepend.PackageDependency
           
 
Method Summary
 void findClasses()
           
static void main(String[] args)
           
 void writeDotFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws ClassNotFoundException,
                        FileNotFoundException
Throws:
ClassNotFoundException
FileNotFoundException

writeDotFile

public void writeDotFile()
                  throws FileNotFoundException
Throws:
FileNotFoundException

findClasses

public void findClasses()


Copyright 2007 The jCoderZ Project.