StandardDeleteOption
DeleteOption 的标准选项实现。
Entries
Link copied to clipboard
如果是因为缺失目标而导致的删除失败,不抛出 NoSuchElementException,而是直接忽略。
Link copied to clipboard
忽略删除过程中产生的异常。 不包括 IGNORE_ON_NO_SUCH_TARGET 和 IGNORE_ON_UNSUPPORTED 中描述的 NoSuchElementException 和 UnsupportedOperationException, 主要针对 DeleteFailureException 或参数校验、API请求过程中的异常。
Link copied to clipboard
Link copied to clipboard
忽略由于不支持而产生的 UnsupportedOperationException 异常。
Types
Properties
Inherited properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.