Class SimpleArtifactDescriptorPolicy

    • Constructor Detail

      • SimpleArtifactDescriptorPolicy

        public SimpleArtifactDescriptorPolicy​(boolean ignoreMissing,
                                              boolean ignoreInvalid)
        Creates a new error policy with the specified behavior.
        Parameters:
        ignoreMissing - true to ignore missing descriptors, false to fail resolution.
        ignoreInvalid - true to ignore invalid descriptors, false to fail resolution.
      • SimpleArtifactDescriptorPolicy

        public SimpleArtifactDescriptorPolicy​(int policy)
        Creates a new error policy with the specified bit mask.
        Parameters:
        policy - The bit mask describing the policy.