Class ClasspathJarDuplicateClassFinder

    • Field Detail

      • KNOWN_DUPLICATE_PACKAGES

        public static final List<String> KNOWN_DUPLICATE_PACKAGES
        A list of prefixes of class file paths to exclude. For example, "javax/transaction/" will exclude everything in the javax.transaction package and all subpackages too.
      • KNOWN_DUPLICATE_CLASSES

        public static final Set<String> KNOWN_DUPLICATE_CLASSES
      • EXCLUDE_KNOWN_DUPLICATES

        public static final org.apache.commons.collections.Predicate EXCLUDE_KNOWN_DUPLICATES
    • Constructor Detail

      • ClasspathJarDuplicateClassFinder

        public ClasspathJarDuplicateClassFinder()
      • ClasspathJarDuplicateClassFinder

        public ClasspathJarDuplicateClassFinder​(org.apache.commons.collections.Predicate classFileNamePredicate)