|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractParser
class is the base class
for classes capable of parsing files to create a
JavaClass
instance.TreeModelEvent
posted after the
tree changes.
AfferentNode
class is a PackageNode
for an
afferent Java package and its afferent packages.AfferentNode
with the specified parent node
and afferent Java package.
JavaClass
instances.
JavaClass
instances from the
specified file.
JavaClass
instances from the specified
jar, war, or zip file.
ClassFileParser
class is responsible for
parsing a Java class file to create a JavaClass
instance.DependencyConstraint
class is a constraint that tests
whether two package-dependency graphs are equivalent.DependTree
class defines the graphical tree for displaying
the packages and their hierarchical dependencies.DependTree
with an empty tree model.
DependTree
with the specified tree model.
DependTreeModel
class defines the data model being
observed by a DependTree
instance.DependTreeModel
with the specified root
package node.
EfferentNode
class is a PackageNode
for an
efferent Java package and its efferent packages.EfferentNode
with the specified parent node
and efferent Java package.
FileManager
class is responsible for extracting
Java class files (.class
files) from a collection of
registered directories.JavaClass
class represents a Java
class or interface.JavaClassBuilder
builds JavaClass
instances from .class, .jar, .war, or .zip files.JavaPackage
class represents a Java package.JDepend
class analyzes directories of Java class files
and generates the following metrics for each Java package.JDepend
class analyzes directories of Java class files,
generates metrics for each Java package, and reports the metrics in a Swing
tree.JDepend
instance.
JDepend
class analyzes directories of Java class files,
generates metrics for each Java package, and reports the metrics in a textual
format.JDepend
instance using standard output.
JDepend
instance with the specified writer.
JDepend
class analyzes directories of Java class files,
generates metrics for each Java package, and reports the metrics in an XML
format.JDepend
instance using standard output.
JDepend
instance with the specified writer.
PackageNode
with the specified
parent node and Java package.
PackageNode
with the specified
parent node and Java package.
PackageNode
with the specified
parent node and Java package.
JavaClass
was parsed.
JavaClass
instance.
JavaClass
instance.
PackageComparator
class is a Comparator
used to compare two JavaPackage
instances for order using a
sorting strategy.PackageFilter
class is used to filter imported
package names.PackageFilter
instance containing
the filters specified in the jdepend.properties
file,
if it exists.
PackageFilter
instance containing
the filters contained in the specified file.
PackageFilter
instance with the
specified collection of package names to filter.
PackageNode
class defines the default behavior for tree
nodes representing Java packages.PackageNode
with the specified package and
its collection of dependent packages.
JavaClass
was parsed.
JavaClass
was parsed.
ParserListener
interface defines a listener
notified upon the completion of parsing events.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
instance
containing the properties specified in the file
jdepend.properties
, if it exists.
PropertyConfigurator
instance
with the specified property set.
PropertyConfigurator
instance
with the specified property file.
TreeModelEvent
s.
StatusPanel
class defines the status-related UI
components.StatusPanel
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |