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.org.eclipse.aether.util.repository Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities. -
-
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. -
Uses of ResolutionErrorPolicyRequest in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository with parameters of type ResolutionErrorPolicyRequest Modifier and Type Method Description intSimpleResolutionErrorPolicy. getArtifactPolicy(RepositorySystemSession session, ResolutionErrorPolicyRequest<Artifact> request)intSimpleResolutionErrorPolicy. getMetadataPolicy(RepositorySystemSession session, ResolutionErrorPolicyRequest<Metadata> request)
-