Class StrictPatternExcludesArtifactFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      StrictPatternExcludesArtifactFilter​(java.util.List<java.lang.String> patterns)
      Creates a new filter that excludes artifacts that match the specified patterns.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • StrictPatternExcludesArtifactFilter

        public StrictPatternExcludesArtifactFilter​(java.util.List<java.lang.String> patterns)
        Creates a new filter that excludes artifacts that match the specified patterns.
        Parameters:
        patterns - the list of artifact patterns to match, as described above