Package | Description |
---|---|
org.jdepend.action |
Contain classes which are used for several actions on class directotries or jar files.
|
org.jdepend.parser |
Parsers used in the application.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<PackagePath> |
PackagePath.createPackagePaths(java.util.Set<java.lang.String> paths)
Creates a set of package paths from a Set of paths as strings.
|
static java.util.Set<PackagePath> |
PackagePath.createPackagePaths(java.util.Set<java.lang.String> paths,
java.util.Set<java.lang.String> excludedClasses)
Creates a set of package paths from a Set of paths as strings.
|
static java.util.Set<PackagePath> |
PackagePath.createPackagePathsFromArray(java.util.Set<java.lang.String> excludedClasses,
java.lang.String... paths)
Creates a set of package paths from an array.
|
static java.util.Set<PackagePath> |
PackagePath.createPackagePathsFromArray(java.lang.String... paths)
Creates a set of package paths from an array.
|
Modifier and Type | Method and Description |
---|---|
int |
PackagePath.compare(PackagePath o1,
PackagePath o2) |
Modifier and Type | Method and Description |
---|---|
boolean |
DependencyChecker.checkPackages(java.io.File[] files,
java.util.Set<PackagePath> packages)
Return true if there are no dependencies between an array of class files directories or jar files, and a Set of
packages paths.
|
boolean |
DependencyChecker.checkPackages(java.io.File[] files,
java.util.Set<PackagePath> packages,
boolean strict)
Return true if there are no dependencies between an array of class files directories or jar files, and a Set of
packages paths.
|
boolean |
DependencyChecker.checkPackages(JarDependencies depend,
java.util.Set<PackagePath> packages)
Return true if there are no dependencies between a JarDependency, and a Set of packages paths.
|
boolean |
DependencyChecker.checkPackages(JarDependencies depend,
java.util.Set<PackagePath> packages,
boolean strict)
Return true if there are no dependencies between a JarDependency, and a Set of packages paths.
|
boolean |
DependencyChecker.checkPackages(java.util.List<java.io.File> files,
java.util.Set<PackagePath> packages,
boolean strict)
Return true if there are no dependencies between a List of class files directories or jar files, and a Set of
packages paths.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<PackagePath> |
PathsHandler.getPaths()
Return the Set of paths defined in the XML file.
|
Copyright © 2016-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence