Class ArtifactResolutionResult
java.lang.Object
org.apache.maven.artifact.resolver.ArtifactResolutionResult
Deprecated.
Specific problems during resolution that we want to account for:
 
- missing metadata
- version range violations
- version circular dependencies
- missing artifacts
- network/transfer errors
- file system errors: permissions
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddArtifact(Artifact artifact) Deprecated.Deprecated.Deprecated.Deprecated.addMissingArtifact(Artifact artifact) Deprecated.Deprecated.TODO this needs to accept aOverConstrainedVersionExceptionas returned bygetVersionRangeViolation(int)but it's not used like that in DefaultLegacyArtifactCollectorDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getVersionRangeViolation(int i) Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidsetArtifactResolutionNodes(Set<ResolutionNode> resolutionNodes) Deprecated.voidsetArtifacts(Set<Artifact> artifacts) Deprecated.setOriginatingArtifact(Artifact originatingArtifact) Deprecated.setRepositories(List<ArtifactRepository> repositories) Deprecated.setUnresolvedArtifacts(List<Artifact> unresolvedArtifacts) Deprecated.toString()Deprecated.
- 
Constructor Details- 
ArtifactResolutionResultpublic ArtifactResolutionResult()Deprecated.
 
- 
- 
Method Details- 
getOriginatingArtifactDeprecated.
- 
setOriginatingArtifactDeprecated.
- 
addArtifactDeprecated.
- 
getArtifactsDeprecated.
- 
setArtifactsDeprecated.
- 
getArtifactResolutionNodesDeprecated.
- 
setArtifactResolutionNodesDeprecated.
- 
hasMissingArtifactspublic boolean hasMissingArtifacts()Deprecated.
- 
getMissingArtifactsDeprecated.
- 
addMissingArtifactDeprecated.
- 
setUnresolvedArtifactsDeprecated.
- 
isSuccesspublic boolean isSuccess()Deprecated.
- 
hasExceptionspublic boolean hasExceptions()Deprecated.
- 
getExceptionsDeprecated.
- 
hasVersionRangeViolationspublic boolean hasVersionRangeViolations()Deprecated.
- 
addVersionRangeViolationDeprecated.TODO this needs to accept aOverConstrainedVersionExceptionas returned bygetVersionRangeViolation(int)but it's not used like that in DefaultLegacyArtifactCollector- Parameters:
- e- an exception
- Returns:
- this
 
- 
getVersionRangeViolationDeprecated.
- 
getVersionRangeViolationsDeprecated.
- 
hasMetadataResolutionExceptionspublic boolean hasMetadataResolutionExceptions()Deprecated.
- 
addMetadataResolutionExceptionDeprecated.
- 
getMetadataResolutionExceptionDeprecated.
- 
getMetadataResolutionExceptionsDeprecated.
- 
hasErrorArtifactExceptionspublic boolean hasErrorArtifactExceptions()Deprecated.
- 
addErrorArtifactExceptionDeprecated.
- 
getErrorArtifactExceptionsDeprecated.
- 
hasCircularDependencyExceptionspublic boolean hasCircularDependencyExceptions()Deprecated.
- 
addCircularDependencyExceptionDeprecated.
- 
getCircularDependencyExceptionDeprecated.
- 
getCircularDependencyExceptionsDeprecated.
- 
getRepositoriesDeprecated.
- 
setRepositoriesDeprecated.
- 
toStringDeprecated.
 
-