public interface org.eclipse.aether.resolution.ResolutionErrorPolicy
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.aether.resolution.ResolutionErrorPolicy
  super_class: java.lang.Object
{
  public static final int CACHE_DISABLED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int CACHE_NOT_FOUND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int CACHE_TRANSFER_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int CACHE_ALL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public abstract int getArtifactPolicy(org.eclipse.aether.RepositorySystemSession, org.eclipse.aether.resolution.ResolutionErrorPolicyRequest<org.eclipse.aether.artifact.Artifact>);
    descriptor: (Lorg/eclipse/aether/RepositorySystemSession;Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/aether/RepositorySystemSession;Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest<Lorg/eclipse/aether/artifact/Artifact;>;)I
    MethodParameters:
         Name  Flags
      session  
      request  

  public abstract int getMetadataPolicy(org.eclipse.aether.RepositorySystemSession, org.eclipse.aether.resolution.ResolutionErrorPolicyRequest<org.eclipse.aether.metadata.Metadata>);
    descriptor: (Lorg/eclipse/aether/RepositorySystemSession;Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/aether/RepositorySystemSession;Lorg/eclipse/aether/resolution/ResolutionErrorPolicyRequest<Lorg/eclipse/aether/metadata/Metadata;>;)I
    MethodParameters:
         Name  Flags
      session  
      request  
}
SourceFile: "ResolutionErrorPolicy.java"