Package org.eclipse.aether.spi.io
I/O related support infrastructure for components.
-
Interface Summary Interface Description ChecksumProcessor A utility component to perform checksum related operations.FileProcessor Deprecated. UsePathProcessororChecksumProcessorinstead.FileProcessor.ProgressListener A listener object that is notified for every progress made while copying files.PathProcessor A utility component to perform file-based operations.PathProcessor.CollocatedTempFile A collocated temporary file, that resides next to a "target" file, and is removed when closed.PathProcessor.ProgressListener A listener object that is notified for every progress made while copying files.PathProcessor.TempFile A temporary file, that is removed when closed.PathProcessorSupport.FileWriter A file writer, that accepts aPathto write some content to. -
Class Summary Class Description PathProcessorSupport Utility class serving as base ofPathProcessorimplementations.