Package | Description |
---|---|
org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
Modifier and Type | Method and Description |
---|---|
ResolutionErrorPolicyRequest<T> |
ResolutionErrorPolicyRequest.setItem(T item)
Sets the artifact/metadata for which to determine the error policy.
|
ResolutionErrorPolicyRequest<T> |
ResolutionErrorPolicyRequest.setRepository(RemoteRepository repository)
Sets the remote repository from which the resolution of the artifact/metadata is attempted.
|
Modifier and Type | Method and Description |
---|---|
int |
ResolutionErrorPolicy.getArtifactPolicy(RepositorySystemSession session,
ResolutionErrorPolicyRequest<Artifact> request)
Gets the error policy for an artifact.
|
int |
ResolutionErrorPolicy.getMetadataPolicy(RepositorySystemSession session,
ResolutionErrorPolicyRequest<Metadata> request)
Gets the error policy for some metadata.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.