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 Summary
FieldsModifier and TypeFieldDescriptionprotected final List<ArtifactFilterManagerDelegate> Deprecated.Deprecated. - 
Constructor Summary
ConstructorsConstructorDescriptionDefaultArtifactFilterManager(List<ArtifactFilterManagerDelegate> delegates, CoreExports coreExports) Deprecated. - 
Method Summary
Modifier 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
- 
delegates
Deprecated. - 
excludedArtifacts
 
 - 
 - 
Constructor Details
- 
DefaultArtifactFilterManager
@Inject public DefaultArtifactFilterManager(List<ArtifactFilterManagerDelegate> delegates, CoreExports coreExports) Deprecated. 
 - 
 - 
Method Details
- 
getArtifactFilter
Deprecated.Returns the artifact filter for the core + extension artifacts.- Specified by:
 getArtifactFilterin interfaceArtifactFilterManager- Returns:
 - the artifact filter
 - See Also:
 
 - 
getCoreArtifactFilter
Deprecated.Returns the artifact filter for the standard core artifacts.- Specified by:
 getCoreArtifactFilterin interfaceArtifactFilterManager- Returns:
 - the artifact filter
 - See Also:
 
 - 
excludeArtifact
Deprecated.Description copied from interface:ArtifactFilterManagerExclude an extension artifact (doesn't affect getArtifactFilter's result, only getExtensionArtifactFilter).- Specified by:
 excludeArtifactin interfaceArtifactFilterManager- Parameters:
 artifactId- an artifact id
 - 
getCoreArtifactExcludes
Deprecated.- Specified by:
 getCoreArtifactExcludesin interfaceArtifactFilterManager
 
 -