Class PathWrapper

java.lang.Object
io.quarkus.fs.util.base.DelegatingPath
io.quarkus.fs.util.sysfs.PathWrapper
All Implemented Interfaces:
Comparable<Path>, Iterable<Path>, Path, Watchable

public class PathWrapper extends DelegatingPath
  • Constructor Details

    • PathWrapper

      public PathWrapper(Path delegate, FileSystem fileSystem)
      Parameters:
      delegate - the Path to delegate to. May not be null.
      fileSystem - any calls to getFileSystem() ()} will return this fileSystem instead of the delegates ones. May not be null.
  • Method Details