public static class SystemConfigProducer.DummyFileSystem extends Object implements FileSystem
| Constructor and Description |
|---|
DummyFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
dispose() |
Iterable<FileStore> |
getFileStores() |
String |
getName() |
Path |
getPath(String first,
String... more) |
PathMatcher |
getPathMatcher(String syntaxAndPattern) |
Iterable<Path> |
getRootDirectories() |
String |
getSeparator() |
UserPrincipalLookupService |
getUserPrincipalLookupService() |
boolean |
isOpen() |
boolean |
isReadOnly() |
WatchService |
newWatchService() |
FileSystemProvider |
provider() |
Set<String> |
supportedFileAttributeViews() |
public FileSystemProvider provider()
provider in interface FileSystempublic boolean isOpen()
isOpen in interface FileSystempublic boolean isReadOnly()
isReadOnly in interface FileSystempublic String getSeparator()
getSeparator in interface FileSystempublic Iterable<Path> getRootDirectories()
getRootDirectories in interface FileSystempublic Iterable<FileStore> getFileStores()
getFileStores in interface FileSystempublic Set<String> supportedFileAttributeViews()
supportedFileAttributeViews in interface FileSystempublic Path getPath(String first, String... more) throws InvalidPathException
getPath in interface FileSystemInvalidPathExceptionpublic PathMatcher getPathMatcher(String syntaxAndPattern) throws IllegalArgumentException, PatternSyntaxException, UnsupportedOperationException
getPathMatcher in interface FileSystemIllegalArgumentExceptionPatternSyntaxExceptionUnsupportedOperationExceptionpublic UserPrincipalLookupService getUserPrincipalLookupService() throws UnsupportedOperationException
getUserPrincipalLookupService in interface FileSystemUnsupportedOperationExceptionpublic WatchService newWatchService() throws UnsupportedOperationException, IOException
newWatchService in interface FileSystemUnsupportedOperationExceptionIOExceptionpublic String getName()
getName in interface FileSystempublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void dispose()
dispose in interface org.uberfire.commons.lifecycle.DisposableCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.