Class DefaultPathProcessor

java.lang.Object
org.eclipse.aether.internal.impl.DefaultPathProcessor
All Implemented Interfaces:
org.eclipse.aether.spi.io.PathProcessor

@Singleton @Named public class DefaultPathProcessor extends Object implements org.eclipse.aether.spi.io.PathProcessor
A utility class helping with file-based operations.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.aether.spi.io.PathProcessor

    org.eclipse.aether.spi.io.PathProcessor.ProgressListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    copy(Path source, Path target)
     
    long
    copy(Path source, Path target, org.eclipse.aether.spi.io.PathProcessor.ProgressListener listener)
     
    void
    move(Path source, Path target)
     
    void
    write(Path target, InputStream source)
     
    void
    write(Path target, String data)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.aether.spi.io.PathProcessor

    lastModified, size