Interface FileSystem.ForNio2CapableVm.StandardCopyOption

Enclosing class:
FileSystem.ForNio2CapableVm

@Proxied("java.nio.file.StandardCopyOption") protected static interface FileSystem.ForNio2CapableVm.StandardCopyOption
A dispatcher to interact with java.nio.file.StandardCopyOption.
  • Method Summary

    Modifier and Type
    Method
    Description
    toArray(int size)
    Creates an array of type java.nio.file.StandardCopyOption.
    Resolve an enumeration for java.nio.file.StandardCopyOption.
  • Method Details

    • toArray

      @Container Object[] toArray(int size)
      Creates an array of type java.nio.file.StandardCopyOption.
      Parameters:
      size - The array's size.
      Returns:
      An array of type java.nio.file.StandardCopyOption.
    • valueOf

      @IsStatic Object valueOf(String name)
      Resolve an enumeration for java.nio.file.StandardCopyOption.
      Parameters:
      name - The enumeration name.
      Returns:
      The enumeration value.