Package org.eclipse.aether.internal.impl
Class DefaultPathProcessor
java.lang.Object
org.eclipse.aether.spi.io.PathProcessorSupport
org.eclipse.aether.internal.impl.DefaultPathProcessor
- All Implemented Interfaces:
PathProcessor
Exposing path processor (from SPI).
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.aether.spi.io.PathProcessorSupport
PathProcessorSupport.FileWriterNested classes/interfaces inherited from interface org.eclipse.aether.spi.io.PathProcessor
PathProcessor.CollocatedTempFile, PathProcessor.ProgressListener, PathProcessor.TempFile -
Field Summary
Fields inherited from class org.eclipse.aether.spi.io.PathProcessorSupport
ATOMIC_MOVE, IS_WINDOWS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.aether.spi.io.PathProcessorSupport
classicCopy, copy, move, newTempFile, newTempFile, setLastModified, write, write, writeFile, writeWithBackup, writeWithBackupMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.aether.spi.io.PathProcessor
copy, copyWithTimestamp, lastModified, size
-
Constructor Details
-
DefaultPathProcessor
public DefaultPathProcessor()
-