Uses of Interface
org.apache.maven.artifact.handler.ArtifactHandler
Packages that use ArtifactHandler
Package
Description
-
Uses of ArtifactHandler in org.apache.maven
Methods in org.apache.maven that return ArtifactHandlerModifier and TypeMethodDescriptionstatic ArtifactHandler
RepositoryUtils.newHandler
(org.eclipse.aether.artifact.Artifact artifact) Methods in org.apache.maven with parameters of type ArtifactHandlerModifier and TypeMethodDescriptionstatic org.eclipse.aether.artifact.ArtifactType
RepositoryUtils.newArtifactType
(String id, ArtifactHandler handler) -
Uses of ArtifactHandler in org.apache.maven.artifact
Methods in org.apache.maven.artifact that return ArtifactHandlerModifier and TypeMethodDescriptionArtifact.getArtifactHandler()
DefaultArtifact.getArtifactHandler()
Methods in org.apache.maven.artifact with parameters of type ArtifactHandlerModifier and TypeMethodDescriptionvoid
Artifact.setArtifactHandler
(ArtifactHandler handler) void
DefaultArtifact.setArtifactHandler
(ArtifactHandler artifactHandler) Constructors in org.apache.maven.artifact with parameters of type ArtifactHandlerModifierConstructorDescriptionDefaultArtifact
(String groupId, String artifactId, String version, String scope, String type, String classifier, ArtifactHandler artifactHandler) DefaultArtifact
(String groupId, String artifactId, VersionRange versionRange, String scope, String type, String classifier, ArtifactHandler artifactHandler) DefaultArtifact
(String groupId, String artifactId, VersionRange versionRange, String scope, String type, String classifier, ArtifactHandler artifactHandler, boolean optional) -
Uses of ArtifactHandler in org.apache.maven.artifact.handler
Classes in org.apache.maven.artifact.handler that implement ArtifactHandler -
Uses of ArtifactHandler in org.apache.maven.artifact.handler.manager
Methods in org.apache.maven.artifact.handler.manager that return ArtifactHandlerModifier and TypeMethodDescriptionArtifactHandlerManager.getArtifactHandler
(String type) DefaultArtifactHandlerManager.getArtifactHandler
(String id) LegacyArtifactHandlerManager.getArtifactHandler
(String type) Method parameters in org.apache.maven.artifact.handler.manager with type arguments of type ArtifactHandlerModifier and TypeMethodDescriptionvoid
ArtifactHandlerManager.addHandlers
(Map<String, ArtifactHandler> handlers) Deprecated.void
DefaultArtifactHandlerManager.addHandlers
(Map<String, ArtifactHandler> handlers) Constructor parameters in org.apache.maven.artifact.handler.manager with type arguments of type ArtifactHandlerModifierConstructorDescriptionLegacyArtifactHandlerManager
(Map<String, ArtifactHandler> artifactHandlers) -
Uses of ArtifactHandler in org.apache.maven.project.artifact
Methods in org.apache.maven.project.artifact that return ArtifactHandlerMethods in org.apache.maven.project.artifact with parameters of type ArtifactHandlerModifier and TypeMethodDescriptionvoid
ActiveProjectArtifact.setArtifactHandler
(ArtifactHandler handler) Deprecated.Constructors in org.apache.maven.project.artifact with parameters of type ArtifactHandlerModifierConstructorDescriptionAttachedArtifact
(Artifact parent, String type, String classifier, ArtifactHandler artifactHandler) Deprecated.AttachedArtifact
(Artifact parent, String type, ArtifactHandler artifactHandler) Deprecated.