Uses of Class
org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
-
Packages that use ResolutionErrorPolicyRequest Package Description org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories. -
-
Uses of ResolutionErrorPolicyRequest in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return ResolutionErrorPolicyRequest Modifier and Type Method 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.Methods in org.eclipse.aether.resolution with parameters of type ResolutionErrorPolicyRequest Modifier and Type Method Description intResolutionErrorPolicy. getArtifactPolicy(RepositorySystemSession session, ResolutionErrorPolicyRequest<Artifact> request)Gets the error policy for an artifact.intResolutionErrorPolicy. getMetadataPolicy(RepositorySystemSession session, ResolutionErrorPolicyRequest<Metadata> request)Gets the error policy for some metadata.
-