Uses of Interface
org.eclipse.aether.spi.io.PathProcessor.TempFile
Packages that use PathProcessor.TempFile
-
Uses of PathProcessor.TempFile in org.eclipse.aether.spi.io
Subinterfaces of PathProcessor.TempFile in org.eclipse.aether.spi.ioModifier and TypeInterfaceDescriptionstatic interface
A collocated temporary file, that resides next to a "target" file, and is removed when closed.Methods in org.eclipse.aether.spi.io that return PathProcessor.TempFileModifier and TypeMethodDescriptionPathProcessor.newTempFile()
Creates aPathProcessor.TempFile
instance and backing temporary file on file system.PathProcessorSupport.newTempFile()