Class ArtifactIncludeFilterTransformer

    • Constructor Detail

      • ArtifactIncludeFilterTransformer

        public ArtifactIncludeFilterTransformer()
    • Method Detail

      • setIncludeNullScope

        public void setIncludeNullScope​(boolean includeNullScope)
        Used by transform(ScopeFilter) When filtering on artifacts it is possible that the scope is unknown. Decide if artifact should be included if its scope is null, default is true
        Parameters:
        includeNullScope - set to false if null-scoped Artifacts should not be included
      • setActTransitivelyPattern

        public void setActTransitivelyPattern​(boolean actTransitivelyPattern)
        Used by transform(PatternExclusionsFilter) and transform(PatternInclusionsFilter) Determines whether the include/exclude patterns will be applied to the transitive path of a given artifact. If true, and the current artifact is a transitive dependency brought in by another artifact which matches an inclusion or exclusion pattern, then the current artifact has the same inclusion/exclusion logic applied to it as well. Default is false
        Parameters:
        actTransitivelyPattern - set to true if this artifact should be included/excluded just like one of its ancestors.