public class DependencyPrinter
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static void | 
printDependencies(ClassDependencies depend)
Print on the output stream the dependencies defined in a ClassDependencies. 
 | 
static boolean | 
printDependencies(JarDependencies depend,
                 JarDependencies dependingOn)
Print on the output stream the dependencies between two jar files. 
 | 
static boolean | 
printDependencies(JarDependencies depend,
                 java.lang.String packagePath,
                 JarDependencies dependingOn)
Print on the output stream the dependencies between two jar files, for a specified package. 
 | 
static boolean | 
printDependencies(JarDependencies depend,
                 java.lang.String packagePath,
                 JarDependencies dependingOn,
                 boolean isStrict)
Print on the output stream the dependencies between two jar files, for a specified package. 
 | 
static boolean | 
printJavaFXDependencies(JarDependencies depend)
Print on the output stream the dependencies between a jar files and the JavaFX framework. 
 | 
static boolean | 
printSwingDependencies(JarDependencies depend)
Print on the output stream the dependencies between a jar files and the Swing framework. 
 | 
public static void printDependencies(ClassDependencies depend)
depend - the ClassDependenciespublic static boolean printDependencies(JarDependencies depend, JarDependencies dependingOn)
depend - the first jar filedependingOn - the second jar filepublic static boolean printDependencies(JarDependencies depend, java.lang.String packagePath, JarDependencies dependingOn)
depend - the first jar filepackagePath - the package which we will use to filter the classes in the Jar to checkdependingOn - the second jar filepublic static boolean printDependencies(JarDependencies depend, java.lang.String packagePath, JarDependencies dependingOn, boolean isStrict)
depend - the first jar filepackagePath - the package which we will use to filter the classes in the Jar to checkdependingOn - the second jar fileisStrict - true if sub-packages of the specified package will not be considered in the filterpublic static boolean printJavaFXDependencies(JarDependencies depend)
depend - the jar filepublic static boolean printSwingDependencies(JarDependencies depend)
depend - the jar fileCopyright © 2016-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence