Interface ArtifactDescriptorPolicy


public interface ArtifactDescriptorPolicy
Controls the handling of errors related to reading an artifact descriptor.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Bit mask indicating that all errors should be silently ignored.
    static final int
    Bit flag indicating that existent but invalid artifact descriptors should be silently ignored.
    static final int
    Bit flag indicating that missing artifact descriptors should be silently ignored.
    static final int
    Bit mask indicating that errors while reading the artifact descriptor should not be tolerated.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the error policy for an artifact's descriptor.
  • Field Details

  • Method Details

    • getPolicy

      Gets the error policy for an artifact's descriptor.
      Parameters:
      session - The repository session during which the policy is determined, must not be null.
      request - The policy request holding further details, must not be null.
      Returns:
      The bit mask describing the desired error policy.