Package org.jorion.jdepend

A copy of the main classes of the JDepend application (v2.9) by Mike Clark (www.clarkware.com).

See:
          Description

Interface Summary
ParserListener The ParserListener interface defines a listener notified upon the completion of parsing events.
 

Class Summary
AbstractParser The AbstractParser class is the base class for classes capable of parsing files to create a JavaClass instance.
ClassFileParser The ClassFileParser class is responsible for parsing a Java class file to create a JavaClass instance.
JavaClass The JavaClass class represents a Java class or interface.
JavaClass.ClassComparator Comparator.
JavaPackage The JavaPackage class represents a Java package.
PackageFilter The PackageFilter class is used to filter imported package names.
PropertyConfigurator The PropertyConfigurator class contains configuration information contained in the jdepend.properties file, if such a file exists either in the user's home directory or somewhere in the classpath.
 

Package org.jorion.jdepend Description

A copy of the main classes of the JDepend application (v2.9) by Mike Clark (www.clarkware.com).

Please do not modify those classes - I only reformatted them. If you need to modify the functionalities, just extend the classes.