- check(List<File>, Set<String>) - Method in class org.jdepend.action.DependencyChecker
-
Return true if there are no dependencies between a List of class files directories or jar files, and a Set of
packages paths.
- check(List<File>, Set<String>, boolean) - Method in class org.jdepend.action.DependencyChecker
-
Return true if there are no dependencies between a List of class files directories or jar files, and a Set of
packages paths.
- check(JarDependencies, Set<String>) - Method in class org.jdepend.action.DependencyChecker
-
Return true if there are no dependencies between a JarDependency, and a Set of packages paths.
- check(JarDependencies, Set<String>, boolean) - Method in class org.jdepend.action.DependencyChecker
-
Return true if there are no dependencies between a JarDependency, and a Set of packages paths.
- check(File, Set<String>) - Method in class org.jdepend.action.DependencyChecker
-
Return true if there are no dependencies between a class files directory or jar file, and a Set of
packages paths.
- check(File, Set<String>, boolean) - Method in class org.jdepend.action.DependencyChecker
-
Return true if there are no dependencies between a class files directory or jar file, and a Set of
packages paths.
- check(File[], Set<String>) - Method in class org.jdepend.action.DependencyChecker
-
Return true if there are no dependencies between an array of class files directories or jar files, and a Set of
packages paths.
- check(File[], Set<String>, boolean) - Method in class org.jdepend.action.DependencyChecker
-
Return true if there are no dependencies between an array of class files directories or jar files, and a Set of
packages paths.
- checkDependencies() - Method in class org.jdepend.swing.JDependency
-
Open the dialog for checking the dependencies between one set of jar of packages and others.
- checkDependencies(URL) - Static method in class org.jdepend.utils.JarManifestUtilities
-
Check that the dependencies present in a Class-Path manifest property do exist.
- checkDependencies(URL, boolean) - Static method in class org.jdepend.utils.JarManifestUtilities
-
Check that the dependencies present in a Class-Path manifest property do exist.
- checkDependencies(URL, List<URL>, Set<String>) - Static method in class org.jdepend.utils.JarManifestUtilities
-
Check that the dependencies present in a Class-Path manifest property do exist.
- checkDependencies(URL, URL, Set<String>) - Static method in class org.jdepend.utils.JarManifestUtilities
-
Check that the dependencies present in a Class-Path manifest property do exist.
- checkDependencies(URL, boolean, URL, Set<String>, Set<String>) - Static method in class org.jdepend.utils.JarManifestUtilities
-
Check that the dependencies present in a Class-Path manifest property do exist.
- checkDependencies(URL, boolean, URL, Set<String>) - Static method in class org.jdepend.utils.JarManifestUtilities
-
Check that the dependencies present in a Class-Path manifest property do exist.
- checkDependencies(URL, boolean, List<URL>, Set<String>, Set<String>) - Static method in class org.jdepend.utils.JarManifestUtilities
-
Check that the dependencies present in a Class-Path manifest property do exist.
- CheckDependenciesDialog - Class in org.jdepend.swing.dialogs
-
A Dialog panel for checking the jar files or the diarectories containing the class files.
- CheckDependenciesDialog(GUIApplication) - Constructor for class org.jdepend.swing.dialogs.CheckDependenciesDialog
-
- ClassDependencies - Class in org.jdepend.model
-
Hold the dependencies of a Jar file.
- ClassDependencies(JarDependencies) - Constructor for class org.jdepend.model.ClassDependencies
-
Constructor.
- ClassDependencies(JarDependencies, Map<String, Set<String>>) - Constructor for class org.jdepend.model.ClassDependencies
-
Constructor.
- ClassDependencyVisitor - Class in org.jdepend.visitors
-
The ClassDependencyVisitor class is a ClassVisitor which return all the dependencies found by a ClassReader.
- ClassDependencyVisitor() - Constructor for class org.jdepend.visitors.ClassDependencyVisitor
-
- ClassModel - Class in org.jdepend.model
-
Represent a class.
- ClassModel(String) - Constructor for class org.jdepend.model.ClassModel
-
- CompactProfiles - Class in org.jdepend.utils
-
This class allows to check the compatibility of a Jar file with a compact profile.
- containsPath(String) - Method in class org.jdepend.model.JarDependencies
-
Return true if this jar file or class files directory contains the specified path.
- createDiagram() - Method in class org.jdepend.swing.model.AbstractDependencyDiagram
-
- createGraphics(BufferedImage) - Method in class org.jdepend.swing.actions.DependencyTreeViewer
-
- createPanel() - Method in class org.jdepend.swing.dialogs.CheckDependenciesDialog
-