public class JavaModulesUtilities
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getAutomaticModuleName(JarDependencies jarDepend)
Return the automatic module name of a jar file.
|
static boolean |
isModulesCompatible(JarDependencies... jarList)
Return true if several JarDependencies are compatible with Java modules are their modules are compatible with each other.
|
static boolean |
isModulesCompatible(JarDependencies jarDepend)
Return true if a jar file is compatible with Java modules.
|
static boolean |
isModulesCompatible(java.util.List<JarDependencies> jarList)
Return true if several JarDependencies are compatible with Java modules are their modules are compatible with each other.
|
public static boolean isModulesCompatible(JarDependencies jarDepend)
jarDepend - the JarDependenciespublic static java.lang.String getAutomaticModuleName(JarDependencies jarDepend)
jarDepend - the JarDependenciespublic static boolean isModulesCompatible(JarDependencies... jarList)
jarList - the array of JarDependenciesisModulesCompatible(java.util.List)public static boolean isModulesCompatible(java.util.List<JarDependencies> jarList)
isModulesCompatible(org.jdepend.model.JarDependencies).
jarList - the list of JarDependenciesCopyright © 2016-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence