Top Description Fields Constructors Methods
com.sun.nio.file

public final Enum ExtendedCopyOption

extends Enum<ExtendedCopyOption>
implements CopyOption
Class Inheritance
All Implemented Interfaces
java.nio.file.CopyOption
Imports
java.nio.file.CopyOption, jdk.internal.misc.FileSystemOption

Defines extended copy options supported on some platforms by Sun's provider implementation.
Since
1.7

Field Summary

Modifier and TypeField and Description
public static final ExtendedCopyOption
INTERRUPTIBLE

The copy may be interrupted by the interrupt method.

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public static ExtendedCopyOption
public static ExtendedCopyOption[]
Inherited from java.lang.Enum:
clonecompareTodescribeConstableequalsfinalizegetDeclaringClasshashCodenameordinaltoStringvalueOf

Field Detail

INTERRUPTIBLEback to summary
public static final ExtendedCopyOption INTERRUPTIBLE

The copy may be interrupted by the interrupt method.

Constructor Detail

ExtendedCopyOptionback to summary
private ExtendedCopyOption(FileSystemOption<Void> option)

Method Detail

valueOfback to summary
public static ExtendedCopyOption valueOf(String name)
valuesback to summary
public static ExtendedCopyOption[] values()