JarDependencies depend = new JarDependencies(<myJarFile>); boolean isCompatible = JavaModulesUtilities.isModulesCompatible(depend);
JarDependencies depend = new JarDependencies(<myJarFile>); JarDependencies anotherDepend = new JarDependencies(<aSecondJarFile>); boolean isCompatible = JavaModulesUtilities.isModulesCompatible(depend, anotherDepend);
Copyright 2019 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 licence
Project Web Hosted by
Copyright 1999-2010 -
Geeknet, Inc., All Rights Reserved
About
-
Legal
-
Help