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
Fields in org.apache.maven.plugins.dependency.fromConfiguration with type parameters of type ArtifactItemModifier and TypeFieldDescriptionprivate List<ArtifactItem> AbstractFromConfigurationMojo.artifactItemsCollection of ArtifactItems to work on.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 TypeMethodDescriptionprivate booleanAbstractFromConfigurationMojo.checkIfProcessingNeeded(ArtifactItem item) protected voidCopyMojo.copyArtifact(ArtifactItem artifactItem) Resolves the artifact from the repository and copies it to the specified location.private voidAbstractFromConfigurationMojo.fillMissingArtifactVersion(ArtifactItem artifact) Tries to find missing version from dependency list and dependency management.private booleanAbstractFromConfigurationMojo.findDependencyVersion(ArtifactItem artifact, List<org.apache.maven.model.Dependency> dependencies, boolean looseMatch) Tries to find missing version from a list of dependencies.protected org.apache.maven.artifact.ArtifactAbstractFromConfigurationMojo.getArtifact(ArtifactItem artifactItem) Resolves the Artifact from the remote repository if necessary.(package private) abstract ArtifactItemFilterAbstractFromConfigurationMojo.getMarkedArtifactFilter(ArtifactItem item) protected ArtifactItemFilterCopyMojo.getMarkedArtifactFilter(ArtifactItem item) (package private) ArtifactItemFilterUnpackMojo.getMarkedArtifactFilter(ArtifactItem item) private voidUnpackMojo.unpackArtifact(ArtifactItem artifactItem) This method gets the Artifact object and calls DependencyUtil.unpackFile.Method parameters in org.apache.maven.plugins.dependency.fromConfiguration with type arguments of type ArtifactItemModifier and TypeMethodDescriptionvoidAbstractFromConfigurationMojo.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 TypeMethodDescriptionbooleanArtifactItemFilter.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 ArtifactItemModifier and TypeFieldDescriptionprotected ArtifactItemUnpackFileMarkerHandler.artifactItemThe 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 TypeMethodDescriptionvoidUnpackFileMarkerHandler.setArtifactItem(ArtifactItem artifactItem) Constructors in org.apache.maven.plugins.dependency.utils.markers with parameters of type ArtifactItemModifierConstructorDescriptionUnpackFileMarkerHandler(ArtifactItem artifactItem, File markerFilesDirectory)