- initConfiguration(String) - Method in class org.jdepend.swing.JDependency
-
Creates the Configuration.
- initMenus() - Method in class org.jdepend.swing.MenuFactory
-
Construct the application internal menus.
- instability() - Method in class org.jdepend.model.MetricPackageModel
-
Return the instability of this package. 0 indicates a completely stable package, while 1 indicates a
completely unstable package.
- isAbstract() - Method in class org.jdepend.model.ClassModel
-
Return true if the class is abstract.
- isCompatible(JarDependencies, int) - Method in class org.jdepend.utils.CompactProfiles
-
Return true if the JarDependencies is compatible with the specified profile.
- isCompatible(JarDependencies, int, boolean) - Method in class org.jdepend.utils.CompactProfiles
-
Return true if the JarDependencies is compatible with the specified profile.
- isDependingOn(JarDependencies) - Method in class org.jdepend.model.JarDependencies
-
Return true if this jar file or class files directory depends on another jar file or class files directory.
- isDependingOn(JarDependencies, String) - Method in class org.jdepend.model.JarDependencies
-
Return true if this jar file or class files directory depends on another jar file or class files directory.
- isDependingOn(JarDependencies, String, boolean) - Method in class org.jdepend.model.JarDependencies
-
Return true if this jar file or class files directory depends on another jar file or class files directory.
- isDependingOn(String) - Method in class org.jdepend.model.JarDependencies
-
Return true if this JarDependencies depend on one package.
- isDependingOn(Set<String>) - Method in class org.jdepend.model.JarDependencies
-
Return true if this JarDependencies depend on a list of packages or classes.
- isEmpty() - Method in class org.jdepend.model.ClassDependencies
-
Return true if the dependencies Map is empty.
- isEmpty() - Method in class org.jdepend.model.MetricPackageModel
-
Return true if the package does not contain any classes.
- isJarFile() - Method in class org.jdepend.model.JarDependencies
-
Return true if this represents a Jar file.
- isModulesCompatible(JarDependencies) - Static method in class org.jdepend.utils.JavaModulesUtilities
-
Return true if a jar file is compatible with Java modules.
- isModulesCompatible(JarDependencies...) - Static method in class org.jdepend.utils.JavaModulesUtilities
-
Return true if several JarDependencies are compatible with Java modules are their modules are compatible with each other.
- isModulesCompatible(List<JarDependencies>) - Static method in class org.jdepend.utils.JavaModulesUtilities
-
Return true if several JarDependencies are compatible with Java modules are their modules are compatible with each other.
- isStrictCheck - Variable in class org.jdepend.action.DependencyChecker
-
True if the check is strict.