Uses of Class
io.roastedroot.zerofs.AttributeCopyOption
-
-
Uses of AttributeCopyOption in io.roastedroot.zerofs
Methods in io.roastedroot.zerofs that return AttributeCopyOption Modifier and Type Method Description static AttributeCopyOptionAttributeCopyOption. 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 io.roastedroot.zerofs with parameters of type AttributeCopyOption Modifier and Type Method Description voidAttributeService. 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.
-