Uses of Class
com.google.common.jimfs.AttributeCopyOption
-
-
Uses of AttributeCopyOption in com.google.common.jimfs
Methods in com.google.common.jimfs that return AttributeCopyOption Modifier and Type Method Description static AttributeCopyOption
AttributeCopyOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AttributeCopyOption[]
AttributeCopyOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.jimfs with parameters of type AttributeCopyOption Modifier and Type Method Description void
AttributeService. copyAttributes(File file, File copy, AttributeCopyOption copyOption)
Copies the attributes of the given file to the given copy file.(package private) File
JimfsFileStore. copyWithoutContent(File file, AttributeCopyOption attributeCopyOption)
Creates a copy of the given file, copying its attributes as well according to the givenattributeCopyOption
.
-