Uses of Interface
org.eclipse.aether.spi.io.PathProcessorSupport.FileWriter
-
Packages that use PathProcessorSupport.FileWriter Package Description org.eclipse.aether.spi.io I/O related support infrastructure for components. -
-
Uses of PathProcessorSupport.FileWriter in org.eclipse.aether.spi.io
Methods in org.eclipse.aether.spi.io with parameters of type PathProcessorSupport.FileWriter Modifier and Type Method Description voidPathProcessorSupport. writeFile(java.nio.file.Path target, PathProcessorSupport.FileWriter writer, boolean doBackup)Utility method to write out file to disk in "atomic" manner, with optional backups (".bak") if needed.
-