A B C D E G I M N R S U W 

A

assertAllDirectoriesFsynced(Path, boolean) - Static method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemChecker
Scans directories to make sure the directories have been fsycned.
assertAllFilesFsynced(Path) - Static method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemChecker
If path is a file, asserts that all changes to the file have been fsynced, if path is a directory, recursively scans the directory and asserts that all changes to files found have been fsynced.
assertNoOpenResources(FileSystem) - Static method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemChecker
Throw if there are any open resources for this file system.

B

build() - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemBuilder
Build a file system.

C

checkAccess(Path, AccessMode...) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
com.github.sbridges.ephemeralfs - package com.github.sbridges.ephemeralfs
 
copy(Path, Path, CopyOption...) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
createDirectory(Path, FileAttribute<?>...) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
createLink(Path, Path) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
createSymbolicLink(Path, Path, FileAttribute<?>...) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 

D

defaultFs() - Static method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemBuilder
Build a file system that best matches the file system of the underlying operating system.
delete(Path) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 

E

EphemeralFsFileSystemBuilder - Class in com.github.sbridges.ephemeralfs
Utility class to build an EphemeralFSFileSystem
EphemeralFsFileSystemChecker - Class in com.github.sbridges.ephemeralfs
Utility methods for verifying the state of a file system.
EphemeralFsFileSystemChecker() - Constructor for class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemChecker
 
EphemeralFsFileSystemProvider - Class in com.github.sbridges.ephemeralfs
An in memory FileSystem, suitable for testing.
EphemeralFsFileSystemProvider() - Constructor for class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 

G

getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
getFileStore(Path) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
getFileSystem(URI) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
getPath(URI) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
getScheme() - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 

I

isHidden(Path) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
isSameFile(Path, Path) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 

M

macFs() - Static method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemBuilder
Build a mac like file system
move(Path, Path, CopyOption...) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 

N

newAsynchronousFileChannel(Path, Set<? extends OpenOption>, ExecutorService, FileAttribute<?>...) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
newFileChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
newFileSystem(URI, Map<String, ?>) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 

R

readAttributes(Path, Class<A>, LinkOption...) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
readAttributes(Path, String, LinkOption...) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
readSymbolicLink(Path) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 

S

setAttribute(Path, String, Object, LinkOption...) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemProvider
 
setMaxFileHandles(long) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemBuilder
If set, this limits the maximum number of open file handles.
setName(String) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemBuilder
Set the name of this file system.
setRecordStackTracesOnOpen(boolean) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemBuilder
Record stack traces when opening resources such as FileChannels and DirectoryStreams.
setTotalSpace(long) - Method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemBuilder
If set, sets the total space available for this file system.

U

unixFs() - Static method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemBuilder
Build a unix like file system

W

windowsFs() - Static method in class com.github.sbridges.ephemeralfs.EphemeralFsFileSystemBuilder
Build a windows like file system
A B C D E G I M N R S U W 

Copyright © 2015. All rights reserved.