Uses of Class
org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
Packages that use ArtifactItem
Package
Description
-
Uses of ArtifactItem in org.apache.maven.plugins.dependency.fromConfiguration
Methods in org.apache.maven.plugins.dependency.fromConfiguration that return types with arguments of type ArtifactItemModifier and TypeMethodDescriptionAbstractFromConfigurationMojo.getArtifactItems()
protected List
<ArtifactItem> AbstractFromConfigurationMojo.getProcessedArtifactItems
(ProcessArtifactItemsRequest processArtifactItemsRequest) Preprocesses the list of ArtifactItems.protected List
<ArtifactItem> UnpackMojo.getProcessedArtifactItems
(boolean removeVersion) Methods in org.apache.maven.plugins.dependency.fromConfiguration with parameters of type ArtifactItemModifier and TypeMethodDescriptionprotected void
CopyMojo.copyArtifact
(ArtifactItem artifactItem) Resolves the artifact from the repository and copies it to the specified location.protected org.apache.maven.artifact.Artifact
AbstractFromConfigurationMojo.getArtifact
(ArtifactItem artifactItem) Resolves the Artifact from the remote repository if necessary.protected ArtifactItemFilter
CopyMojo.getMarkedArtifactFilter
(ArtifactItem item) Method parameters in org.apache.maven.plugins.dependency.fromConfiguration with type arguments of type ArtifactItemModifier and TypeMethodDescriptionvoid
AbstractFromConfigurationMojo.setArtifactItems
(List<ArtifactItem> theArtifactItems) -
Uses of ArtifactItem in org.apache.maven.plugins.dependency.utils.filters
Methods in org.apache.maven.plugins.dependency.utils.filters with parameters of type ArtifactItemModifier and TypeMethodDescriptionboolean
ArtifactItemFilter.isArtifactIncluded
(ArtifactItem item) boolean
DestFileFilter.isArtifactIncluded
(ArtifactItem item) boolean
MarkerFileFilter.isArtifactIncluded
(ArtifactItem item) boolean
ResolveFileFilter.isArtifactIncluded
(ArtifactItem item) -
Uses of ArtifactItem in org.apache.maven.plugins.dependency.utils.markers
Fields in org.apache.maven.plugins.dependency.utils.markers declared as ArtifactItemModifier and TypeFieldDescriptionprotected ArtifactItem
UnpackFileMarkerHandler.artifactItem
The ArtifactItem.Methods in org.apache.maven.plugins.dependency.utils.markers that return ArtifactItemMethods in org.apache.maven.plugins.dependency.utils.markers with parameters of type ArtifactItemModifier and TypeMethodDescriptionvoid
UnpackFileMarkerHandler.setArtifactItem
(ArtifactItem artifactItem) Constructors in org.apache.maven.plugins.dependency.utils.markers with parameters of type ArtifactItemModifierConstructorDescriptionUnpackFileMarkerHandler
(ArtifactItem artifactItem, File markerFilesDirectory)