A B C D E F G I J L M O P R S T U V

A

abstractness() - Method in class jdepend.framework.JavaPackage
Returns the abstractness (A) of this package.
AbstractParser - class jdepend.framework.AbstractParser.
The AbstractParser class is the base class for classes capable of parsing files to create a JavaClass instance.
AbstractParser() - Constructor for class jdepend.framework.AbstractParser
Constructs an AbstractParser instance with the default package filter.
AbstractParser(PackageFilter) - Constructor for class jdepend.framework.AbstractParser
Constructs an AbstractParser instance with the specified package filter.
ACC_ABSTRACT - Static variable in class jdepend.framework.ClassFileParser
 
ACC_INTERFACE - Static variable in class jdepend.framework.ClassFileParser
 
accept(String) - Method in class jdepend.framework.PackageFilter
Indicates whether the specified package name passes this package filter.
acceptClassFile(File) - Method in class jdepend.framework.FileManager
Indicates whether the specified file is a valid Java class file.
acceptClassFileName(String) - Method in class jdepend.framework.FileManager
Indicates whether the specified file name is a valid Java class file.
acceptFile(File) - Method in class jdepend.framework.FileManager
Indicates whether the specified file is a valid file.
acceptInnerClasses(boolean) - Method in class jdepend.framework.FileManager
Determines whether inner classes should be collected.
acceptJarFile(File) - Method in class jdepend.framework.FileManager
Indicates whether the specified file is a valid jar file file.
addAfferent(JavaPackage) - Method in class jdepend.framework.JavaPackage
Adds the specified Java package as an afferent of this package.
addClass(JavaClass) - Method in class jdepend.framework.JavaPackage
Adds the specified Java class to the package.
addDirectory(String) - Method in class jdepend.framework.JDepend
Adds the specified directory name to the collection of directories to be analyzed.
addDirectory(String) - Method in class jdepend.framework.FileManager
Adds the specified directory to the collection of directories to be managed.
addDirectory(String) - Method in class jdepend.swingui.JDepend
Adds the specified directory name to the collection of directories to be analyzed.
addDirectory(String) - Method in class jdepend.textui.JDepend
Adds the specified directory name to the collection of directories to be analyzed.
addEfferent(JavaPackage) - Method in class jdepend.framework.JavaPackage
Adds the specified Java package as an efferent of this package.
addImportedPackage(JavaPackage) - Method in class jdepend.framework.JavaClass
Adds the specified package to the collection of imported packages.
addPackage(JavaPackage) - Method in class jdepend.framework.JDepend
Adds the specified Java package to the collection of analyzed packages.
addPackage(JavaPackage) - Method in class jdepend.framework.DependencyConstraint
Adds the specified Java package to the constraint.
addPackage(String) - Method in class jdepend.framework.JDepend
Adds the specified Java package name to the collection of analyzed packages.
addPackage(String) - Method in class jdepend.framework.PackageFilter
 
addPackage(String) - Method in class jdepend.framework.DependencyConstraint
Adds the specified Java package to the constraint, creating it if necessary.
addPackages(Collection) - Method in class jdepend.framework.JDepend
Adds the specified collection of packages to the collection of analyzed packages.
addPackages(Collection) - Method in class jdepend.framework.PackageFilter
 
addParseListener(ParserListener) - Method in class jdepend.framework.JDepend
Registers the specified parser listener.
addParseListener(ParserListener) - Method in class jdepend.framework.AbstractParser
Registers the specified parser listener.
addTreeModelListener(TreeModelListener) - Method in class jdepend.swingui.DependTreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addTreeSelectionListener(TreeSelectionListener) - Method in class jdepend.swingui.DependTree
Registers the specified listener with this tree.
afferentCoupling() - Method in class jdepend.framework.JavaPackage
Returns the afferent coupling (Ca) of this package.
AfferentNode - class jdepend.swingui.AfferentNode.
The AfferentNode class is a PackageNode for an afferent Java package and its afferent packages.
AfferentNode(PackageNode, JavaPackage) - Constructor for class jdepend.swingui.AfferentNode
Constructs an AfferentNode with the specified parent node and afferent Java package.
analyze() - Method in class jdepend.framework.JDepend
Analyzes the registered directories and returns the collection of analyzed packages.
analyze() - Method in class jdepend.swingui.JDepend
Analyzes the registered directories, generates metrics for each Java package, and reports the metrics in a graphical format.
analyze() - Method in class jdepend.textui.JDepend
Analyzes the registered directories, generates metrics for each Java package, and reports the metrics.
analyzeInnerClasses(boolean) - Method in class jdepend.framework.JDepend
Determines whether inner classes are analyzed.
analyzeInnerClasses(boolean) - Method in class jdepend.textui.JDepend
Determines whether inner classes are analyzed.

B

build() - Method in class jdepend.framework.JavaClassBuilder
Builds the JavaClass instances.
buildClasses(File) - Method in class jdepend.framework.JavaClassBuilder
Builds the JavaClass instances from the specified file.
buildClasses(JarFile) - Method in class jdepend.framework.JavaClassBuilder
Builds the JavaClass instances from the specified jar (or zip) file.
byName() - Static method in class jdepend.framework.PackageComparator
Returns a comparator for the package name.
byWhat() - Method in class jdepend.framework.PackageComparator
Returns the current comparison strategy.

C

CLASS_DESCRIPTOR - Static variable in class jdepend.framework.ClassFileParser
 
ClassFileParser - class jdepend.framework.ClassFileParser.
The ClassFileParser class is responsible for parsing a Java class file to create a JavaClass instance.
ClassFileParser() - Constructor for class jdepend.framework.ClassFileParser
Constructs a JavaClassFileParser instance with the default package filter.
ClassFileParser(PackageFilter) - Constructor for class jdepend.framework.ClassFileParser
Constructs a JavaClassFileParser instance with the specified package filter.
collectAllCycles(List) - Method in class jdepend.framework.JavaPackage
Collects all the packages participating in a package dependency cycle which originates from this package.
collectCycle(List) - Method in class jdepend.framework.JavaPackage
Collects the packages participating in the first package dependency cycle detected which originates from this package.
compare(Object, Object) - Method in class jdepend.framework.PackageComparator
Compares the specified objects for order.
compare(Object, Object) - Method in class jdepend.framework.JavaClass.ClassComparator
Compares the specified objects for order.
CONSTANT_CLASS - Static variable in class jdepend.framework.ClassFileParser
 
CONSTANT_DOUBLE - Static variable in class jdepend.framework.ClassFileParser
 
CONSTANT_FIELD - Static variable in class jdepend.framework.ClassFileParser
 
CONSTANT_FLOAT - Static variable in class jdepend.framework.ClassFileParser
 
CONSTANT_INTEGER - Static variable in class jdepend.framework.ClassFileParser
 
CONSTANT_INTERFACEMETHOD - Static variable in class jdepend.framework.ClassFileParser
 
CONSTANT_LONG - Static variable in class jdepend.framework.ClassFileParser
 
CONSTANT_METHOD - Static variable in class jdepend.framework.ClassFileParser
 
CONSTANT_NAMEANDTYPE - Static variable in class jdepend.framework.ClassFileParser
 
CONSTANT_STRING - Static variable in class jdepend.framework.ClassFileParser
 
CONSTANT_UNICODE - Static variable in class jdepend.framework.ClassFileParser
 
CONSTANT_UTF8 - Static variable in class jdepend.framework.ClassFileParser
 
containsCycle() - Method in class jdepend.framework.JavaPackage
Indicates whether the package contains a package dependency cycle.
containsCycles() - Method in class jdepend.framework.JDepend
Indicates whether the packages contain one or more dependency cycles.
countClasses() - Method in class jdepend.framework.JavaClassBuilder
Returns the number of Java classes to be built.
countClasses() - Method in class jdepend.framework.JDepend
Returns the number of registered Java classes to be analyzed.
countPackages() - Method in class jdepend.framework.JDepend
Returns the number of analyzed Java packages.

D

DEBUG - Static variable in class jdepend.framework.AbstractParser
 
debug(String) - Method in class jdepend.framework.AbstractParser
 
DEFAULT_PROPERTY_FILE - Static variable in class jdepend.framework.PropertyConfigurator
 
DependencyConstraint - class jdepend.framework.DependencyConstraint.
The DependencyConstraint class is a constraint that tests whether two package-dependency graphs are equivalent.
DependencyConstraint() - Constructor for class jdepend.framework.DependencyConstraint
Constructs a DependencyConstraint instance.
dependencyMatch(DependencyConstraint) - Method in class jdepend.framework.JDepend
Indicates whether the analyzed packages match the specified dependency constraint.
dependsUpon(JavaPackage) - Method in class jdepend.framework.JavaPackage
Adds the specified Java package as an efferent of this package and adds this package as an afferent of it.
DependTree - class jdepend.swingui.DependTree.
The DependTree class defines the graphical tree for displaying the packages and their hierarchical dependencies.
DependTree() - Constructor for class jdepend.swingui.DependTree
Constructs a DependTree with an empty tree model.
DependTree(DependTreeModel) - Constructor for class jdepend.swingui.DependTree
Constructs a DependTree with the specified tree model.
DependTreeModel - class jdepend.swingui.DependTreeModel.
The DependTreeModel class defines the data model being observed by a DependTree instance.
DependTreeModel(PackageNode) - Constructor for class jdepend.swingui.DependTreeModel
Constructs a DependTreeModel with the specified root package node.
distance() - Method in class jdepend.framework.JavaPackage
Returns this package's distance from the main sequence (D).

E

efferentCoupling() - Method in class jdepend.framework.JavaPackage
Returns the efferent coupling (Ce) of this package.
EfferentNode - class jdepend.swingui.EfferentNode.
The EfferentNode class is a PackageNode for an efferent Java package and its efferent packages.
EfferentNode(PackageNode, JavaPackage) - Constructor for class jdepend.swingui.EfferentNode
Constructs an EfferentNode with the specified parent node and efferent Java package.
equals(Object) - Method in class jdepend.framework.JavaPackage
Indicates whether the specified package is equal to this package.
equals(Object) - Method in class jdepend.framework.JavaClass
Indicates whether the specified class is equal to this class.
extractFiles() - Method in class jdepend.framework.FileManager
Returns the Java class files contained in the managed directories.

F

FileManager - class jdepend.framework.FileManager.
The FileManager class is responsible for extracting Java class files (.class files) from a collection of registered directories.
FileManager() - Constructor for class jdepend.framework.FileManager
Constructs an empty FileManager instance.
formatter - Variable in class jdepend.textui.JDepend
 

G

getAbstractClassCount() - Method in class jdepend.framework.JavaPackage
Returns the number of abstract classes (and interfaces) in this package.
getAfferents() - Method in class jdepend.framework.JavaPackage
Returns the collection of afferent packages.
getAnalyzeInnerClasses() - Method in class jdepend.framework.PropertyConfigurator
 
getChild(Object, int) - Method in class jdepend.swingui.DependTreeModel
Returns the child of the specified parent at the specified index in the parent's child collection.
getChildCount(Object) - Method in class jdepend.swingui.DependTreeModel
Returns the number of children for the specified parent.
getChildren() - Method in class jdepend.swingui.PackageNode
Returns the child package nodes of this node.
getClassCount() - Method in class jdepend.framework.JavaPackage
Returns the total number of classes in this package.
getClasses() - Method in class jdepend.framework.JavaPackage
Returns the collection of Java classes in this package.
getConcreteClassCount() - Method in class jdepend.framework.JavaPackage
Returns the number of concrete classes in this package.
getConfiguredPackages() - Method in class jdepend.framework.PropertyConfigurator
 
getCoupledPackages() - Method in class jdepend.swingui.PackageNode
Returns the collection of Java packages coupled to the package represented in this node.
getCoupledPackages() - Method in class jdepend.swingui.EfferentNode
Returns the collection of Java packages coupled to the package represented in this node.
getCoupledPackages() - Method in class jdepend.swingui.AfferentNode
Returns the collection of Java packages coupled to the package represented in this node.
getDefaultPropertyFile() - Static method in class jdepend.framework.PropertyConfigurator
 
getEfferents() - Method in class jdepend.framework.JavaPackage
Returns the collection of efferent packages.
getFilter() - Method in class jdepend.framework.JDepend
Returns the package filter.
getFilter() - Method in class jdepend.framework.AbstractParser
 
getFilteredPackages() - Method in class jdepend.framework.PropertyConfigurator
Returns the collection of filtered package names.
getFilters() - Method in class jdepend.framework.PackageFilter
Returns the collection of filtered package names.
getImportedPackages() - Method in class jdepend.framework.JavaClass
Returns a collection of imported package names.
getIndexOfChild(Object, Object) - Method in class jdepend.swingui.DependTreeModel
Returns the index of the specified child within the specified parent.
getModel() - Method in class jdepend.swingui.DependTree
Returns the tree model.
getName() - Method in class jdepend.framework.JavaPackage
Returns the package name.
getName() - Method in class jdepend.framework.JavaClass
Returns the class name.
getPackage() - Method in class jdepend.swingui.PackageNode
Returns the Java package represented in this node.
getPackage(String) - Method in class jdepend.framework.JDepend
Returns the analyzed package of the specified name.
getPackageName() - Method in class jdepend.framework.JavaClass
Returns the package name.
getPackages() - Method in class jdepend.framework.JDepend
Returns the collection of analyzed packages.
getPackages() - Method in class jdepend.framework.DependencyConstraint
Returns the constraint packages.
getParent() - Method in class jdepend.swingui.PackageNode
Returns the parent of this package node.
getRoot() - Method in class jdepend.swingui.DependTreeModel
Returns the root of the tree.
getSourceFile() - Method in class jdepend.framework.JavaClass
Returns the source file name.
getVolatility() - Method in class jdepend.framework.JavaPackage
Returns the volatility of this package.
getWriter() - Method in class jdepend.textui.JDepend
 

I

instability() - Method in class jdepend.framework.JavaPackage
Returns the instability (I) of this package.
instanceMain(String[]) - Method in class jdepend.textui.JDepend
 
isAbstract() - Method in class jdepend.framework.JavaClass
Indicates whether this class is abstract.
isAbstract(boolean) - Method in class jdepend.framework.JavaClass
Determines whether this class is abstract.
isChild(JavaPackage) - Method in class jdepend.swingui.PackageNode
Indicates whether the specified package should be displayed as a child of this node.
isChild(JavaPackage) - Method in class jdepend.swingui.EfferentNode
Indicates whether the specified package should be displayed as a child of this node.
isLeaf() - Method in class jdepend.swingui.PackageNode
Indicates whether this node is a leaf node.
isLeaf(Object) - Method in class jdepend.swingui.DependTreeModel
Determines whether the specified tree node is a leaf node.

J

JAVA_MAGIC - Static variable in class jdepend.framework.ClassFileParser
 
JavaClass - class jdepend.framework.JavaClass.
The JavaClass class represents a Java class or interface.
JavaClass.ClassComparator - class jdepend.framework.JavaClass.ClassComparator.
The ClassComparator class is a Comparator used to compare two JavaClass instances for order.
JavaClass.ClassComparator() - Constructor for class jdepend.framework.JavaClass.ClassComparator
 
JavaClass(String) - Constructor for class jdepend.framework.JavaClass
Constructs a JavaClass instance.
JavaClassBuilder - class jdepend.framework.JavaClassBuilder.
The JavaClassBuilder builds JavaClass instances from .class and .jar (or .zip) files.
JavaClassBuilder() - Constructor for class jdepend.framework.JavaClassBuilder
Constructs a JavaClassBuilder instance.
JavaClassBuilder(AbstractParser, FileManager) - Constructor for class jdepend.framework.JavaClassBuilder
Constructs a JavaClassBuilder instance with the specified parser and file manager.
JavaClassBuilder(FileManager) - Constructor for class jdepend.framework.JavaClassBuilder
Constructs a JavaClassBuilder instance with the specified file manager.
JavaPackage - class jdepend.framework.JavaPackage.
The JavaPackage class represents a Java package.
JavaPackage(String) - Constructor for class jdepend.framework.JavaPackage
Constructs a JavaPackage instance with the specified package name.
JavaPackage(String, int) - Constructor for class jdepend.framework.JavaPackage
 
JDepend - class jdepend.framework.JDepend.
The JDepend class analyzes directories of Java class files and generates the following metrics for each Java package.
JDepend - class jdepend.swingui.JDepend.
The JDepend class analyzes directories of Java class files, generates metrics for each Java package, and reports the metrics in a Swing tree.
JDepend - class jdepend.textui.JDepend.
The JDepend class analyzes directories of Java class files, generates metrics for each Java package, and reports the metrics in a textual format.
JDepend - class jdepend.xmlui.JDepend.
The JDepend class analyzes directories of Java class files, generates metrics for each Java package, and reports the metrics in an XML format.
jdepend.framework - package jdepend.framework
 
jdepend.swingui - package jdepend.swingui
 
jdepend.textui - package jdepend.textui
 
jdepend.xmlui - package jdepend.xmlui
 
JDepend() - Constructor for class jdepend.framework.JDepend
 
JDepend() - Constructor for class jdepend.swingui.JDepend
Constructs a JDepend instance.
JDepend() - Constructor for class jdepend.textui.JDepend
Constructs a JDepend instance using standard output.
JDepend() - Constructor for class jdepend.xmlui.JDepend
Constructs a JDepend instance using standard output.
JDepend(PackageFilter) - Constructor for class jdepend.framework.JDepend
 
JDepend(PrintWriter) - Constructor for class jdepend.textui.JDepend
Constructs a JDepend instance with the specified writer.
JDepend(PrintWriter) - Constructor for class jdepend.xmlui.JDepend
Constructs a JDepend instance with the specified writer.

L

loadProperties(File) - Static method in class jdepend.framework.PropertyConfigurator
 

M

main(String[]) - Static method in class jdepend.framework.ClassFileParser
Test main.
main(String[]) - Static method in class jdepend.swingui.JDepend
Main
main(String[]) - Static method in class jdepend.textui.JDepend
Main.
main(String[]) - Static method in class jdepend.xmlui.JDepend
Main.
makeNode(PackageNode, JavaPackage) - Method in class jdepend.swingui.PackageNode
Creates and returns a PackageNode with the specified parent node and Java package.
makeNode(PackageNode, JavaPackage) - Method in class jdepend.swingui.EfferentNode
Creates and returns a PackageNode with the specified parent node and Java package.
makeNode(PackageNode, JavaPackage) - Method in class jdepend.swingui.AfferentNode
Creates and returns a PackageNode with the specified parent node and Java package.
match(Collection) - Method in class jdepend.framework.DependencyConstraint
Indicates whether the specified packages match the packages in this constraint.

O

onParsedJavaClass(JavaClass) - Method in interface jdepend.framework.ParserListener
Called whenever a Java class file is parsed into the specified JavaClass instance.
onParsedJavaClass(JavaClass) - Method in class jdepend.framework.AbstractParser
Informs registered parser listeners that the specified JavaClass was parsed.
onParsedJavaClass(JavaClass) - Method in class jdepend.swingui.JDepend
Called whenever a Java source file is parsed into the specified JavaClass instance.

P

PackageComparator - class jdepend.framework.PackageComparator.
The PackageComparator class is a Comparator used to compare two JavaPackage instances for order using a sorting strategy.
PackageComparator(PackageComparator) - Constructor for class jdepend.framework.PackageComparator
Constructs a PackageComparator with the specified comparison strategy.
PackageFilter - class jdepend.framework.PackageFilter.
The PackageFilter class is used to filter imported package names.
PackageFilter() - Constructor for class jdepend.framework.PackageFilter
Constructs a PackageFilter instance containing the filters specified in the jdepend.properties file, if it exists.
PackageFilter(Collection) - Constructor for class jdepend.framework.PackageFilter
Constructs a PackageFilter instance with the specified collection of package names to filter.
PackageFilter(File) - Constructor for class jdepend.framework.PackageFilter
Constructs a PackageFilter instance containing the filters contained in the specified file.
PackageNode - class jdepend.swingui.PackageNode.
The PackageNode class defines the default behavior for tree nodes representing Java packages.
PackageNode(PackageNode, JavaPackage) - Constructor for class jdepend.swingui.PackageNode
Constructs a PackageNode with the specified package and its collection of dependent packages.
parse(File) - Method in class jdepend.framework.ClassFileParser
Parses the specified Java class file and returns a representative JavaClass instance.
parse(InputStream) - Method in class jdepend.framework.ClassFileParser
 
parse(InputStream) - Method in class jdepend.framework.AbstractParser
Parses the specified input stream and returns a representative JavaClass instance.
ParserListener - interface jdepend.framework.ParserListener.
The ParserListener interface defines a listener notified upon the completion of parsing events.
printAbstractClasses(JavaPackage) - Method in class jdepend.textui.JDepend
 
printAbstractClassesFooter() - Method in class jdepend.textui.JDepend
 
printAbstractClassesFooter() - Method in class jdepend.xmlui.JDepend
 
printAbstractClassesHeader() - Method in class jdepend.textui.JDepend
 
printAbstractClassesHeader() - Method in class jdepend.xmlui.JDepend
 
printAfferents(JavaPackage) - Method in class jdepend.textui.JDepend
 
printAfferentsError() - Method in class jdepend.textui.JDepend
 
printAfferentsError() - Method in class jdepend.xmlui.JDepend
 
printAfferentsFooter() - Method in class jdepend.textui.JDepend
 
printAfferentsFooter() - Method in class jdepend.xmlui.JDepend
 
printAfferentsHeader() - Method in class jdepend.textui.JDepend
 
printAfferentsHeader() - Method in class jdepend.xmlui.JDepend
 
printClassName(JavaClass) - Method in class jdepend.textui.JDepend
 
printClassName(JavaClass) - Method in class jdepend.xmlui.JDepend
 
printConcreteClasses(JavaPackage) - Method in class jdepend.textui.JDepend
 
printConcreteClassesFooter() - Method in class jdepend.textui.JDepend
 
printConcreteClassesFooter() - Method in class jdepend.xmlui.JDepend
 
printConcreteClassesHeader() - Method in class jdepend.textui.JDepend
 
printConcreteClassesHeader() - Method in class jdepend.xmlui.JDepend
 
printCycle(JavaPackage) - Method in class jdepend.textui.JDepend
 
printCycleContributor(JavaPackage) - Method in class jdepend.textui.JDepend
 
printCycleContributor(JavaPackage) - Method in class jdepend.xmlui.JDepend
 
printCycleFooter() - Method in class jdepend.textui.JDepend
 
printCycleFooter() - Method in class jdepend.xmlui.JDepend
 
printCycleHeader(JavaPackage) - Method in class jdepend.textui.JDepend
 
printCycleHeader(JavaPackage) - Method in class jdepend.xmlui.JDepend
 
printCycles(Collection) - Method in class jdepend.textui.JDepend
 
printCyclesFooter() - Method in class jdepend.textui.JDepend
 
printCyclesFooter() - Method in class jdepend.xmlui.JDepend
 
printCyclesHeader() - Method in class jdepend.textui.JDepend
 
printCyclesHeader() - Method in class jdepend.xmlui.JDepend
 
printCycleTarget(JavaPackage) - Method in class jdepend.textui.JDepend
 
printCycleTarget(JavaPackage) - Method in class jdepend.xmlui.JDepend
 
printEfferents(JavaPackage) - Method in class jdepend.textui.JDepend
 
printEfferentsError() - Method in class jdepend.textui.JDepend
 
printEfferentsError() - Method in class jdepend.xmlui.JDepend
 
printEfferentsFooter() - Method in class jdepend.textui.JDepend
 
printEfferentsFooter() - Method in class jdepend.xmlui.JDepend
 
printEfferentsHeader() - Method in class jdepend.textui.JDepend
 
printEfferentsHeader() - Method in class jdepend.xmlui.JDepend
 
printFooter() - Method in class jdepend.textui.JDepend
 
printFooter() - Method in class jdepend.xmlui.JDepend
 
printHeader() - Method in class jdepend.textui.JDepend
 
printHeader() - Method in class jdepend.xmlui.JDepend
 
printNoStats() - Method in class jdepend.textui.JDepend
 
printNoStats() - Method in class jdepend.xmlui.JDepend
 
printPackage(JavaPackage) - Method in class jdepend.textui.JDepend
 
printPackageFooter(JavaPackage) - Method in class jdepend.textui.JDepend
 
printPackageFooter(JavaPackage) - Method in class jdepend.xmlui.JDepend
 
printPackageHeader(JavaPackage) - Method in class jdepend.textui.JDepend
 
printPackageHeader(JavaPackage) - Method in class jdepend.xmlui.JDepend
 
printPackageName(JavaPackage) - Method in class jdepend.textui.JDepend
 
printPackageName(JavaPackage) - Method in class jdepend.xmlui.JDepend
 
printPackages(Collection) - Method in class jdepend.textui.JDepend
 
printPackagesFooter() - Method in class jdepend.textui.JDepend
 
printPackagesFooter() - Method in class jdepend.xmlui.JDepend
 
printPackagesHeader() - Method in class jdepend.textui.JDepend
 
printPackagesHeader() - Method in class jdepend.xmlui.JDepend
 
printSectionBreak() - Method in class jdepend.textui.JDepend
 
printStatistics(JavaPackage) - Method in class jdepend.textui.JDepend
 
printStatistics(JavaPackage) - Method in class jdepend.xmlui.JDepend
 
printSummary(Collection) - Method in class jdepend.textui.JDepend
 
printSummary(Collection) - Method in class jdepend.xmlui.JDepend
 
PropertyConfigurator - class jdepend.framework.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.
PropertyConfigurator() - Constructor for class jdepend.framework.PropertyConfigurator
Constructs a PropertyConfigurator instance containing the properties specified in the jdepend.propertiesfile, if it exists.
PropertyConfigurator(File) - Constructor for class jdepend.framework.PropertyConfigurator
Constructs a PropertyConfigurator instance with the specified property file.
PropertyConfigurator(Properties) - Constructor for class jdepend.framework.PropertyConfigurator
Constructs a PropertyConfigurator instance with the specified property set.

R

removeTreeModelListener(TreeModelListener) - Method in class jdepend.swingui.DependTreeModel
Removes a listener for TreeModelEvents.

S

setAfferents(Collection) - Method in class jdepend.framework.JavaPackage
Sets the collection of afferent packages.
setEfferents(Collection) - Method in class jdepend.framework.JavaPackage
Sets the collection of efferent packages.
setFilter(PackageFilter) - Method in class jdepend.framework.JDepend
Sets the package filter.
setFilter(PackageFilter) - Method in class jdepend.framework.AbstractParser
 
setFilter(PackageFilter) - Method in class jdepend.swingui.JDepend
Sets the package filter.
setFilter(PackageFilter) - Method in class jdepend.textui.JDepend
Sets the package filter.
setModel(DependTreeModel) - Method in class jdepend.swingui.DependTree
Sets the tree model.
setName(String) - Method in class jdepend.framework.JavaClass
Sets the class name.
setPackageName(String) - Method in class jdepend.framework.JavaClass
Sets the package name.
setSourceFile(String) - Method in class jdepend.framework.JavaClass
Sets the source file name.
setStatusComponent(JComponent) - Method in class jdepend.swingui.StatusPanel
Sets the specified component as the current status component of this panel.
setVolatility(int) - Method in class jdepend.framework.JavaPackage
Sets the volatility of this package.
setWriter(PrintWriter) - Method in class jdepend.textui.JDepend
Sets the output writer.
StatusPanel - class jdepend.swingui.StatusPanel.
The StatusPanel class defines the status-related UI components.
StatusPanel() - Constructor for class jdepend.swingui.StatusPanel
Constructs a StatusPanel.

T

tab() - Method in class jdepend.textui.JDepend
 
tab(int) - Method in class jdepend.textui.JDepend
 
toFormattedString(float) - Method in class jdepend.textui.JDepend
 
toMetricsString() - Method in class jdepend.swingui.PackageNode
Returns the string representation of this node's metrics.
toString() - Method in class jdepend.framework.ClassFileParser
Returns a string representation of this object.
toString() - Method in class jdepend.swingui.PackageNode
Returns the string representation of this node in it's current tree context.
toString() - Method in class jdepend.swingui.EfferentNode
Returns the string representation of this node in it's current tree context.
toString() - Method in class jdepend.swingui.AfferentNode
Returns the string representation of this node in it's current tree context.

U

usage(String) - Method in class jdepend.textui.JDepend
 

V

valueChanged(TreeSelectionEvent) - Method in class jdepend.swingui.DependTree
Callback method triggered whenever the value of the tree selection changes.
valueForPathChanged(TreePath, Object) - Method in class jdepend.swingui.DependTreeModel
Callback method triggered when the value for the item specified by path has changed to newValue.

A B C D E F G I J L M O P R S T U V

Copyright © 1999-2003 Clarkware Consulting, Inc.