Package org.apache.maven
Class DefaultArtifactFilterManager
java.lang.Object
org.apache.maven.DefaultArtifactFilterManager
- All Implemented Interfaces:
- ArtifactFilterManager
@Named
@Singleton
@Deprecated
public class DefaultArtifactFilterManager
extends Object
implements ArtifactFilterManager
Deprecated.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final List<ArtifactFilterManagerDelegate> Deprecated.Deprecated.
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultArtifactFilterManager(List<ArtifactFilterManagerDelegate> delegates, CoreExports coreExports) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionvoidexcludeArtifact(String artifactId) Deprecated.Exclude an extension artifact (doesn't affect getArtifactFilter's result, only getExtensionArtifactFilter).Deprecated.Returns the artifact filter for the core + extension artifacts.Deprecated.Deprecated.Returns the artifact filter for the standard core artifacts.
- 
Field Details- 
delegatesDeprecated.
- 
excludedArtifactsDeprecated.
 
- 
- 
Constructor Details- 
DefaultArtifactFilterManager@Inject public DefaultArtifactFilterManager(List<ArtifactFilterManagerDelegate> delegates, CoreExports coreExports) Deprecated.
 
- 
- 
Method Details- 
getArtifactFilterDeprecated.Returns the artifact filter for the core + extension artifacts.- Specified by:
- getArtifactFilterin interface- ArtifactFilterManager
- Returns:
- the artifact filter
- See Also:
 
- 
getCoreArtifactFilterDeprecated.Returns the artifact filter for the standard core artifacts.- Specified by:
- getCoreArtifactFilterin interface- ArtifactFilterManager
- Returns:
- the artifact filter
- See Also:
 
- 
excludeArtifactDeprecated.Description copied from interface:ArtifactFilterManagerExclude an extension artifact (doesn't affect getArtifactFilter's result, only getExtensionArtifactFilter).- Specified by:
- excludeArtifactin interface- ArtifactFilterManager
- Parameters:
- artifactId- an artifact id
 
- 
getCoreArtifactExcludesDeprecated.- Specified by:
- getCoreArtifactExcludesin interface- ArtifactFilterManager
 
 
-