- getAbstractClassCount() - Method in class org.jdepend.model.MetricPackageModel
-
Return the number of abstract classes in the package.
- getAfferentCoupling() - Method in class org.jdepend.model.MetricPackageModel
-
Return the Map of packages in other packages that that depend upon classes within the package.
- getAutomaticModuleName(JarDependencies) - Static method in class org.jdepend.utils.JavaModulesUtilities
-
Return the automatic module name of a jar file.
- getChecks() - Method in class org.jdepend.swing.dialogs.CheckDependenciesDialog
-
Return the check configuration file.
- getChildren() - Method in class org.jdepend.model.PackageModel
-
Return the children package of the model.
- getClassCount() - Method in class org.jdepend.model.MetricPackageModel
-
Return the number of classes in the package.
- getClasses() - Method in class org.jdepend.model.MetricPackageModel
-
Return the Map of classes in the package.
- getClassesAccess() - Method in class org.jdepend.model.JarDependencies
-
Return the accessors for each class.
- getClassesAccess() - Method in class org.jdepend.visitors.ClassDependencyVisitor
-
Return the accessors for each class.
- getCompact1() - Method in class org.jdepend.utils.CompactProfiles
-
Return the Set of packages for the compact1 profile.
- getCompact2() - Method in class org.jdepend.utils.CompactProfiles
-
Return the Set of packages for the compact2 profile.
- getCompact3() - Method in class org.jdepend.utils.CompactProfiles
-
Return the Set of packages for the compact3 profile.
- getConcreteClassCount() - Method in class org.jdepend.model.MetricPackageModel
-
Return the number of concrete classes in the package.
- getConfiguration(Preferences, File) - Method in class org.jdepend.swing.AppliConfiguration
-
- getDate() - Method in class org.jdepend.swing.AppliConfiguration
-
- getDefaultDirectory() - Method in class org.jdepend.swing.AppliConfiguration
-
- getDependencies(List<File>, Set<String>) - Method in class org.jdepend.action.DependencyChecker
-
Return the dependencies between a List of class files directories or jar files, and a Set of packages paths.
- getDependencies(List<File>, Set<String>, boolean) - Method in class org.jdepend.action.DependencyChecker
-
Return the dependencies between a List of class files directories or jar files, and a Set of packages paths.
- getDependencies() - Method in class org.jdepend.action.DependencyChecker
-
Return the Map of dependencies found during the checking.
- getDependencies() - Method in class org.jdepend.model.ClassDependencies
-
Return the dependencies Map.
- getDependencies() - Method in class org.jdepend.model.JarDependencies
-
Return all the dependencies for all classes defined in this jar file or class files directory.
- getDependencies(JarDependencies) - Method in class org.jdepend.model.JarDependencies
-
Return the dependencies of this JarDependencies from another JarDependencies.
- getDependencies(List<JarDependencies>) - Method in class org.jdepend.model.JarDependencies
-
Return the dependencies of this JarDependencies from a list of JarDependencies.
- getDependencies(JarDependencies, String, String) - Static method in class org.jdepend.utils.DependencyUtilities
-
Return the internal dependencies between two packages in a JarDependencies.
- getDependencies(URL) - Static method in class org.jdepend.utils.JarManifestUtilities
-
Return the list of Class-Path dependencies from one Jar file.
- getDependencies(URL, boolean) - Static method in class org.jdepend.utils.JarManifestUtilities
-
Return the list of Class-Path dependencies from one Jar file.
- getDependencies(List<URL>) - Static method in class org.jdepend.utils.JarManifestUtilities
-
Return list of Class-Path dependencies from a list of Jar files.
- getDependencies(List<URL>, boolean) - Static method in class org.jdepend.utils.JarManifestUtilities
-
Return the list of Class-Path dependencies from a list of Jar files.
- getDependencies() - Method in class org.jdepend.visitors.ClassDependencyVisitor
-
Return all the dependencies for all classes visited by the ClassReader.
- getDependenciesLogger() - Method in class org.jdepend.swing.actions.SwingDependencyChecker
-
- getDependenciesOn(String, boolean) - Method in class org.jdepend.model.JarDependencies
-
Return the internal dependencies in the JarDependencies on a specified package.
- getDependFrom() - Method in class org.jdepend.model.ClassDependencies
-
Return the JarDependencies on which this ClassDependencies is defined.
- getDescription() - Method in class org.jdepend.swing.JarFileFilter
-
- getEfferentCoupling() - Method in class org.jdepend.model.MetricPackageModel
-
Return the Map of packages in other packages that the classes in the package depend upon.
- getFile() - Method in class org.jdepend.model.JarDependencies
-
Return the jar file or class files directory.
- getGlobals() - Method in class org.jdepend.visitors.DependencyCounterVisitor
-
- getInstance() - Static method in class org.jdepend.swing.AppliConfiguration
-
- getInstance() - Static method in class org.jdepend.utils.CompactProfiles
-
Return the unique instance.
- getJarDependencies(JarDependencies, Set<String>) - Method in class org.jdepend.action.DependencyChecker
-
Return the dependencies between a JarDependency, and a Set of packages paths.
- getJarDependencies(JarDependencies, Set<String>, boolean) - Method in class org.jdepend.action.DependencyChecker
-
Return the dependencies between a JarDependency, and a Set of packages paths.
- getJavaFXDependencies(JarDependencies) - Static method in class org.jdepend.utils.DependencyUtilities
-
Return the dependencies between a jar file denoted by the JarDependencies and the JavaFX framework.
- getManifest() - Method in class org.jdepend.model.JarDependencies
-
Return the Manifest if this represents a Jar file.
- getModel() - Method in class org.jdepend.action.PackageExtractor
-
Return the Map of packages.
- getName() - Method in class org.jdepend.model.ClassDependencies
-
Return the name of the JarDependencies on which this ClassDependencies is defined.
- getName() - Method in class org.jdepend.model.JarDependencies
-
Return the name of the jar file or class files directory.
- getName() - Method in class org.jdepend.model.PackageModel
-
Return the path of the package.
- getPackage() - Method in class org.jdepend.model.ClassModel
-
Return the name of the package of the Class.
- getPackage(String) - Static method in class org.jdepend.utils.DependencyUtilities
-
Return the package name for a class path.
- getPackageNames() - Method in class org.jdepend.model.JarDependencies
-
Return all the packages found in this jar file or class files directory.
- getPackages() - Method in class org.jdepend.visitors.DependencyCounterVisitor
-
- getParent() - Method in class org.jdepend.model.PackageModel
-
Return the parent package.
- getPath() - Method in class org.jdepend.model.ClassModel
-
The classpath of the class.
- getPaths() - Method in class org.jdepend.model.JarDependencies
-
Return all the paths found in this jar file or class files directory.
- getPaths() - Method in class org.jdepend.parser.PathsHandler
-
Return the Set of paths defined in the XML file.
- getSelectedFiles() - Method in class org.jdepend.swing.dialogs.CheckDependenciesDialog
-
Return the selected file.
- getSeparator(short) - Static method in interface org.jdepend.model.NamePatternSeparator
-
Return the separator.
- getSwingDependencies(JarDependencies) - Static method in class org.jdepend.utils.DependencyUtilities
-
Return true if the jar file denoted by the JarDependencies depend on the Swing framework.
- getVersion() - Method in class org.jdepend.swing.AppliConfiguration
-
- graph - Variable in class org.jdepend.swing.model.AbstractDependencyDiagram
-
- graphmlfilter - Variable in class org.jdepend.swing.AppliConfiguration
-
- graphParent - Variable in class org.jdepend.swing.model.AbstractDependencyDiagram
-