Class BuildParameterBuilder.JarFileClassPathTagMatcher

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> findJarsWithMatchingTags​(java.util.Set<java.lang.String> classpath, java.util.Set<java.lang.String> tagsToFind)
      Finds all JARs that contain any of the given set of tags.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JarFileClassPathTagMatcher

        public JarFileClassPathTagMatcher()
    • Method Detail

      • findJarsWithMatchingTags

        public java.util.Set<java.lang.String> findJarsWithMatchingTags​(java.util.Set<java.lang.String> classpath,
                                                                        java.util.Set<java.lang.String> tagsToFind)
        Description copied from interface: BuildParameterBuilder.ClassPathTagMatcher
        Finds all JARs that contain any of the given set of tags.
        Specified by:
        findJarsWithMatchingTags in interface BuildParameterBuilder.ClassPathTagMatcher
        Parameters:
        classpath - Set of paths to JARs to search.
        tagsToFind - Tags to search for in the classpath.
        Returns:
        Returns the matching JARs in the classpath.