public class ShuffleFS extends FilterFileSystemProvider
This can be useful if for instance, you have build servers on linux but developers are using macs.
delegate, fileSystem, scheme
Constructor and Description |
---|
ShuffleFS(FileSystem delegate,
long seed)
Create a new instance, wrapping
delegate . |
Modifier and Type | Method and Description |
---|---|
DirectoryStream<Path> |
newDirectoryStream(Path dir,
DirectoryStream.Filter<? super Path> filter) |
checkAccess, copy, createDirectory, createLink, createSymbolicLink, delete, deleteIfExists, getFileAttributeView, getFileStore, getFileSystem, getPath, getScheme, isHidden, isSameFile, move, newAsynchronousFileChannel, newByteChannel, newFileChannel, newFileSystem, newFileSystem, newInputStream, newOutputStream, onClose, readAttributes, readAttributes, readSymbolicLink, setAttribute, toDelegate, toString
installedProviders
public ShuffleFS(FileSystem delegate, long seed)
delegate
.public DirectoryStream<Path> newDirectoryStream(Path dir, DirectoryStream.Filter<? super Path> filter) throws IOException
newDirectoryStream
in class FilterFileSystemProvider
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.