Uses of Enum Class
com.google.common.jimfs.AttributeCopyOption
-
Uses of AttributeCopyOption in com.google.common.jimfs
Methods in com.google.common.jimfs that return AttributeCopyOptionModifier and TypeMethodDescriptionstatic AttributeCopyOption
Returns 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 TypeMethodDescriptionvoid
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
.