Class PolyglotArtifactFilterDelegate

  • All Implemented Interfaces:
    org.apache.maven.ArtifactFilterManagerDelegate

    @Component(role=org.apache.maven.ArtifactFilterManagerDelegate.class,
               hint="polyglot")
    public class PolyglotArtifactFilterDelegate
    extends java.lang.Object
    implements org.apache.maven.ArtifactFilterManagerDelegate
    Additional filter required for using org.sonatype.maven.polyglot.execute bits from plugins.
    Since:
    0.7
    Author:
    Jason Dillon
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addCoreExcludes​(java.util.Set<java.lang.String> strings)  
      void addExcludes​(java.util.Set<java.lang.String> strings)  
      • Methods inherited from class java.lang.Object

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

      • PolyglotArtifactFilterDelegate

        public PolyglotArtifactFilterDelegate()
    • Method Detail

      • addExcludes

        public void addExcludes​(java.util.Set<java.lang.String> strings)
        Specified by:
        addExcludes in interface org.apache.maven.ArtifactFilterManagerDelegate
      • addCoreExcludes

        public void addCoreExcludes​(java.util.Set<java.lang.String> strings)
        Specified by:
        addCoreExcludes in interface org.apache.maven.ArtifactFilterManagerDelegate