Uses of Interface
org.eclipse.aether.util.FileUtils.FileWriter
Packages that use FileUtils.FileWriter
-
Uses of FileUtils.FileWriter in org.eclipse.aether.util
Methods in org.eclipse.aether.util with parameters of type FileUtils.FileWriterModifier and TypeMethodDescriptionstatic void
FileUtils.writeFile
(Path target, FileUtils.FileWriter writer) Writes file without backup.private static void
FileUtils.writeFile
(Path target, FileUtils.FileWriter writer, boolean doBackup) Utility method to write out file to disk in "atomic" manner, with optional backups (".bak") if needed.static void
FileUtils.writeFileWithBackup
(Path target, FileUtils.FileWriter writer) Writes file with backup copy (appends ".bak" extension).