public class SimpleUnixFileSystem extends BaseSimpleFileSystem
Modifier and Type | Field and Description |
---|---|
protected FileStore |
fileStore |
UNIX_SEPARATOR, UNIX_SEPARATOR_STRING, WINDOWS_SEPARATOR, WINDOWS_SEPARATOR_STRING
Modifier | Constructor and Description |
---|---|
protected |
SimpleUnixFileSystem(FileSystemProvider provider,
String path) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
Iterable<FileStore> |
getFileStores() |
Path |
getPath(String first,
String... more) |
Iterable<Path> |
getRootDirectories() |
close, getName, getPathMatcher, getSeparator, getSeparator, getUserPrincipalLookupService, id, isOpen, isReadOnly, newWatchService, provider, supportedFileAttributeViews, toString
protected FileStore fileStore
protected SimpleUnixFileSystem(FileSystemProvider provider, String path)
public Path getPath(String first, String... more)
getPath
in interface FileSystem
getPath
in class BaseSimpleFileSystem
public void dispose()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.