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(java.nio.file.FileSystem delegate,
long seed)
Create a new instance, wrapping
delegate . |
Modifier and Type | Method and Description |
---|---|
java.nio.file.DirectoryStream<java.nio.file.Path> |
newDirectoryStream(java.nio.file.Path dir,
java.nio.file.DirectoryStream.Filter<? super java.nio.file.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
public ShuffleFS(java.nio.file.FileSystem delegate, long seed)
delegate
.public java.nio.file.DirectoryStream<java.nio.file.Path> newDirectoryStream(java.nio.file.Path dir, java.nio.file.DirectoryStream.Filter<? super java.nio.file.Path> filter) throws java.io.IOException
newDirectoryStream
in class FilterFileSystemProvider
java.io.IOException
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.