Class PathWrapper

    • Constructor Detail

      • 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.