Uses of Class
org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
Packages that use ArtifactItem Package Description org.apache.maven.plugins.dependency.fromConfiguration org.apache.maven.plugins.dependency.utils.filters org.apache.maven.plugins.dependency.utils.markers -
-
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 ArtifactItem Modifier and Type Method Description List<ArtifactItem>AbstractFromConfigurationMojo. 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 ArtifactItem Modifier and Type Method Description protected voidCopyMojo. copyArtifact(ArtifactItem artifactItem)Resolves the artifact from the repository and copies it to the specified location.protected org.apache.maven.artifact.ArtifactAbstractFromConfigurationMojo. getArtifact(ArtifactItem artifactItem)Resolves the Artifact from the remote repository if necessary.protected ArtifactItemFilterCopyMojo. getMarkedArtifactFilter(ArtifactItem item)Method parameters in org.apache.maven.plugins.dependency.fromConfiguration with type arguments of type ArtifactItem Modifier and Type Method Description voidAbstractFromConfigurationMojo. 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 ArtifactItem Modifier and Type Method Description booleanArtifactItemFilter. isArtifactIncluded(ArtifactItem item)booleanDestFileFilter. isArtifactIncluded(ArtifactItem item)booleanMarkerFileFilter. isArtifactIncluded(ArtifactItem item)booleanResolveFileFilter. 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 ArtifactItem Modifier and Type Field Description protected ArtifactItemUnpackFileMarkerHandler. artifactItemThe ArtifactItem.Methods in org.apache.maven.plugins.dependency.utils.markers that return ArtifactItem Modifier and Type Method Description ArtifactItemUnpackFileMarkerHandler. getArtifactItem()Methods in org.apache.maven.plugins.dependency.utils.markers with parameters of type ArtifactItem Modifier and Type Method Description voidUnpackFileMarkerHandler. setArtifactItem(ArtifactItem artifactItem)Constructors in org.apache.maven.plugins.dependency.utils.markers with parameters of type ArtifactItem Constructor Description UnpackFileMarkerHandler(ArtifactItem artifactItem, File markerFilesDirectory)
-