| Package | Description | 
|---|---|
| org.apache.maven | |
| org.apache.maven.artifact | |
| org.apache.maven.artifact.handler | |
| org.apache.maven.artifact.handler.manager | |
| org.apache.maven.project.artifact | 
| Modifier and Type | Method and Description | 
|---|---|
| static ArtifactHandler | RepositoryUtils. newHandler(Artifact artifact) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ArtifactType | RepositoryUtils. newArtifactType(String id,
                              ArtifactHandler handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| ArtifactHandler | DefaultArtifact. getArtifactHandler() | 
| ArtifactHandler | Artifact. getArtifactHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultArtifact. setArtifactHandler(ArtifactHandler artifactHandler) | 
| void | Artifact. setArtifactHandler(ArtifactHandler handler) | 
| Constructor and Description | 
|---|
| DefaultArtifact(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) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultArtifactHandler | 
| Modifier and Type | Method and Description | 
|---|---|
| ArtifactHandler | DefaultArtifactHandlerManager. getArtifactHandler(String type) | 
| ArtifactHandler | ArtifactHandlerManager. getArtifactHandler(String type) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultArtifactHandlerManager. addHandlers(Map<String,ArtifactHandler> handlers) | 
| void | ArtifactHandlerManager. addHandlers(Map<String,ArtifactHandler> handlers)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| ArtifactHandler | ActiveProjectArtifact. getArtifactHandler()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ActiveProjectArtifact. setArtifactHandler(ArtifactHandler handler)Deprecated.  | 
| Constructor and Description | 
|---|
| AttachedArtifact(Artifact parent,
                                String type,
                                ArtifactHandler artifactHandler)Deprecated.  | 
| AttachedArtifact(Artifact parent,
                                String type,
                                String classifier,
                                ArtifactHandler artifactHandler)Deprecated.  | 
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.