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 ArtifactHandlerRepositoryUtils.newHandler(org.eclipse.aether.artifact.Artifact artifact) Methods in org.apache.maven with parameters of type ArtifactHandlerModifier and TypeMethodDescriptionstatic org.eclipse.aether.artifact.ArtifactTypeRepositoryUtils.newArtifactType(String id, ArtifactHandler handler) -
Uses of ArtifactHandler in org.apache.maven.artifact
Fields in org.apache.maven.artifact declared as ArtifactHandlerMethods 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 TypeMethodDescriptionvoidArtifact.setArtifactHandler(ArtifactHandler handler) voidDefaultArtifact.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
Fields in org.apache.maven.artifact.handler.manager with type parameters of type ArtifactHandlerModifier and TypeFieldDescriptionprivate Map<String, ArtifactHandler> DefaultArtifactHandlerManager.allHandlersprivate Map<String, ArtifactHandler> DefaultArtifactHandlerManager.artifactHandlersMethods in org.apache.maven.artifact.handler.manager that return ArtifactHandlerModifier and TypeMethodDescriptionArtifactHandlerManager.getArtifactHandler(String type) DefaultArtifactHandlerManager.getArtifactHandler(String type) Method parameters in org.apache.maven.artifact.handler.manager with type arguments of type ArtifactHandlerModifier and TypeMethodDescriptionvoidArtifactHandlerManager.addHandlers(Map<String, ArtifactHandler> handlers) Deprecated.voidDefaultArtifactHandlerManager.addHandlers(Map<String, ArtifactHandler> handlers) -
Uses of ArtifactHandler in org.apache.maven.project.artifact
Classes in org.apache.maven.project.artifact that implement ArtifactHandlerModifier and TypeClassDescription(package private) static class(package private) static classMethods in org.apache.maven.project.artifact that return ArtifactHandlerMethods in org.apache.maven.project.artifact with parameters of type ArtifactHandlerModifier and TypeMethodDescriptionvoidActiveProjectArtifact.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.