Package org.sonatype.maven.polyglot
Class PolyglotArtifactFilterDelegate
- java.lang.Object
-
- org.sonatype.maven.polyglot.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.ArtifactFilterManagerDelegateAdditional filter required for usingorg.sonatype.maven.polyglot.executebits from plugins.- Since:
- 0.7
- Author:
- Jason Dillon
-
-
Constructor Summary
Constructors Constructor Description PolyglotArtifactFilterDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCoreExcludes(java.util.Set<java.lang.String> strings)voidaddExcludes(java.util.Set<java.lang.String> strings)
-
-
-
Method Detail
-
addExcludes
public void addExcludes(java.util.Set<java.lang.String> strings)
- Specified by:
addExcludesin interfaceorg.apache.maven.ArtifactFilterManagerDelegate
-
addCoreExcludes
public void addCoreExcludes(java.util.Set<java.lang.String> strings)
- Specified by:
addCoreExcludesin interfaceorg.apache.maven.ArtifactFilterManagerDelegate
-
-