Uses of Class
com.norconex.commons.lang.jar.JarDuplicates
Packages that use JarDuplicates
Package
Description
Utility classes related to jar file duplicate and version conflict
detection and resolution.
-
Uses of JarDuplicates in com.norconex.commons.lang.jar
Methods in com.norconex.commons.lang.jar that return types with arguments of type JarDuplicatesModifier and TypeMethodDescriptionstatic List<JarDuplicates> JarDuplicateFinder.findJarDuplicates(@NonNull File... jarPaths) Finds all jar duplicates.static List<JarDuplicates> JarDuplicateFinder.findJarDuplicates(@NonNull String... jarPaths) Finds all jar duplicates.static List<JarDuplicates> JarDuplicateFinder.findJarDuplicates(@NonNull Collection<? extends File> jarPaths) Finds all jar duplicates.