Uses of Interface
org.eclipse.aether.spi.io.PathProcessor.TempFile
-
Packages that use PathProcessor.TempFile Package Description org.eclipse.aether.spi.io I/O related support infrastructure for components. -
-
Uses of PathProcessor.TempFile in org.eclipse.aether.spi.io
Subinterfaces of PathProcessor.TempFile in org.eclipse.aether.spi.io Modifier and Type Interface Description static interfacePathProcessor.CollocatedTempFileA 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.TempFile Modifier and Type Method Description PathProcessor.TempFilePathProcessor. newTempFile()Creates aPathProcessor.TempFileinstance and backing temporary file on file system.PathProcessor.TempFilePathProcessorSupport. newTempFile()
-