Package jdepend.framework
package jdepend.framework
-
ClassDescriptionThe
AbstractParserclass is the base class for classes capable of parsing files to create aJavaClassinstance.TheClassFileParserclass is responsible for parsing a Java class file to create aJavaClassinstance.TheDependencyConstraintclass is a constraint that tests whether two package-dependency graphs are equivalent.TheFileManagerclass is responsible for extracting Java class files (.classfiles) from a collection of registered directories.TheJavaClassclass represents a Java class or interface.TheJavaClassBuilderbuildsJavaClassinstances from .class, .jar, .war, or .zip files.TheJavaPackageclass represents a Java package.TheJDependclass analyzes directories of Java class files and generates the following metrics for each Java package.ThePackageComparatorclass is aComparatorused to compare twoJavaPackageinstances for order using a sorting strategy.ThePackageFilterclass is used to filter imported package names.TheParserListenerinterface defines a listener notified upon the completion of parsing events.ThePropertyConfiguratorclass contains configuration information contained in thejdepend.propertiesfile, if such a file exists either in the user's home directory or somewhere in the classpath.