| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultArtifact | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends Collection<Artifact>>  | ArtifactUtils. copyArtifacts(Collection<Artifact> from,
                          T to)Returns  tocollection | 
| static <K,T extends Map<K,Artifact>>  | ArtifactUtils. copyArtifacts(Map<K,? extends Artifact> from,
                          T to) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Artifact | ArtifactUtils. copyArtifact(Artifact artifact) | 
| static Artifact | ArtifactUtils. copyArtifactSafe(Artifact artifact) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Map<String,Artifact> | ArtifactUtils. artifactMapByVersionlessId(Collection<Artifact> artifacts) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | DefaultArtifact. compareTo(Artifact a) | 
| static Artifact | ArtifactUtils. copyArtifact(Artifact artifact) | 
| static Artifact | ArtifactUtils. copyArtifactSafe(Artifact artifact) | 
| static String | ArtifactUtils. key(Artifact artifact) | 
| static String | ArtifactUtils. versionlessKey(Artifact artifact) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Map<String,Artifact> | ArtifactUtils. artifactMapByVersionlessId(Collection<Artifact> artifacts) | 
| static <T extends Collection<Artifact>>  | ArtifactUtils. copyArtifacts(Collection<Artifact> from,
                          T to)Returns  tocollection | 
| static <K,T extends Map<K,Artifact>>  | ArtifactUtils. copyArtifacts(Map<K,? extends Artifact> from,
                          T to) | 
| Modifier and Type | Method and Description | 
|---|---|
| Artifact | ArtifactRepository. find(Artifact artifact) | 
| Modifier and Type | Method and Description | 
|---|---|
| Artifact | ArtifactRepository. find(Artifact artifact) | 
| List<String> | ArtifactRepository. findVersions(Artifact artifact)Finds the versions of the specified artifact that are available in this repository. | 
| String | ArtifactRepository. pathOf(Artifact artifact) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | ArtifactRepositoryLayout. pathOf(Artifact artifact) | 
| Modifier and Type | Method and Description | 
|---|---|
| Artifact | CyclicDependencyException. getArtifact() | 
| Artifact | AbstractArtifactResolutionException. getArtifact() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Artifact> | MultipleArtifactsNotFoundException. getMissingArtifacts()artifacts that could NOT be resolved | 
| List<Artifact> | MultipleArtifactsNotFoundException. getResolvedArtifacts()artifacts that could be resolved | 
| Constructor and Description | 
|---|
| MultipleArtifactsNotFoundException(Artifact originatingArtifact,
                                                                    List<Artifact> resolvedArtifacts,
                                                                    List<Artifact> missingArtifacts,
                                                                    List<ArtifactRepository> remoteRepositories)Create an instance of the exception with allrequired information. | 
| MultipleArtifactsNotFoundException(Artifact originatingArtifact,
                                                                    List<Artifact> resolvedArtifacts,
                                                                    List<Artifact> missingArtifacts,
                                                                    List<ArtifactRepository> remoteRepositories)Create an instance of the exception with allrequired information. | 
| MultipleArtifactsNotFoundException(Artifact originatingArtifact,
                                                                    List<Artifact> missingArtifacts,
                                                                    List<ArtifactRepository> remoteRepositories) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ArtifactFilter. include(Artifact artifact) | 
| Modifier and Type | Method and Description | 
|---|---|
| ArtifactVersion | VersionRange. getSelectedVersion(Artifact artifact) | 
| boolean | VersionRange. isSelectedVersionKnown(Artifact artifact) | 
| Constructor and Description | 
|---|
| OverConstrainedVersionException(String msg,
                                                              Artifact artifact) | 
| OverConstrainedVersionException(String msg,
                                                              Artifact artifact,
                                                              List<ArtifactRepository> remoteRepositories) | 
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.