Package | Description |
---|---|
org.apache.maven.plugins.dependency.fromConfiguration | |
org.apache.maven.plugins.dependency.utils.filters | |
org.apache.maven.plugins.dependency.utils.markers |
Modifier and Type | Method and Description |
---|---|
List<ArtifactItem> |
AbstractFromConfigurationMojo.getArtifactItems() |
protected List<ArtifactItem> |
UnpackMojo.getProcessedArtifactItems(boolean removeVersion) |
protected List<ArtifactItem> |
AbstractFromConfigurationMojo.getProcessedArtifactItems(ProcessArtifactItemsRequest processArtifactItemsRequest)
Preprocesses the list of ArtifactItems.
|
Modifier and Type | Method and Description |
---|---|
protected 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) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFromConfigurationMojo.setArtifactItems(List<ArtifactItem> theArtifactItems) |
Modifier and Type | Method and Description |
---|---|
boolean |
ResolveFileFilter.isArtifactIncluded(ArtifactItem item) |
boolean |
MarkerFileFilter.isArtifactIncluded(ArtifactItem item) |
boolean |
DestFileFilter.isArtifactIncluded(ArtifactItem item) |
boolean |
ArtifactItemFilter.isArtifactIncluded(ArtifactItem item) |
Modifier and Type | Field and Description |
---|---|
protected ArtifactItem |
UnpackFileMarkerHandler.artifactItem
The ArtifactItem.
|
Modifier and Type | Method and Description |
---|---|
ArtifactItem |
UnpackFileMarkerHandler.getArtifactItem() |
Modifier and Type | Method and Description |
---|---|
void |
UnpackFileMarkerHandler.setArtifactItem(ArtifactItem artifactItem) |
Constructor and Description |
---|
UnpackFileMarkerHandler(ArtifactItem artifactItem,
File markerFilesDirectory) |
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.