Uses of Enum
io.roastedroot.zerofs.AttributeCopyOption
-
Uses of AttributeCopyOption in io.roastedroot.zerofs
Methods in io.roastedroot.zerofs that return AttributeCopyOptionModifier and TypeMethodDescriptionstatic AttributeCopyOptionReturns 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 io.roastedroot.zerofs 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) FileZeroFsFileStore.copyWithoutContent(File file, AttributeCopyOption attributeCopyOption) Creates a copy of the given file, copying its attributes as well according to the givenattributeCopyOption.