Uses of Enum Class
com.google.common.jimfs.AttributeCopyOption
-
Uses of AttributeCopyOption in com.google.common.jimfs
Subclasses with type arguments of type AttributeCopyOption in com.google.common.jimfsModifier and TypeClassDescription(package private) enumOptions for how to handle copying of file attributes when copying a file.Methods in com.google.common.jimfs that return AttributeCopyOptionModifier and TypeMethodDescriptionstatic AttributeCopyOptionReturns the enum constant of this class with the specified name.static AttributeCopyOption[]AttributeCopyOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.jimfs with parameters of type AttributeCopyOptionModifier and TypeMethodDescriptionvoidAttributeService.copyAttributes(File file, File copy, AttributeCopyOption copyOption) Copies the attributes of the given file to the given copy file.(package private) FileJimfsFileStore.copyWithoutContent(File file, AttributeCopyOption attributeCopyOption) Creates a copy of the given file, copying its attributes as well according to the givenattributeCopyOption.