Uses of Interface
org.eclipse.aether.spi.io.PathProcessorSupport.FileWriter
Packages that use PathProcessorSupport.FileWriter
-
Uses of PathProcessorSupport.FileWriter in org.eclipse.aether.spi.io
Methods in org.eclipse.aether.spi.io with parameters of type PathProcessorSupport.FileWriterModifier and TypeMethodDescriptionvoid
PathProcessorSupport.writeFile
(Path target, PathProcessorSupport.FileWriter writer, boolean doBackup) Utility method to write out file to disk in "atomic" manner, with optional backups (".bak") if needed.