public abstract class BaseSimpleFileSystem extends Object implements org.uberfire.java.nio.file.FileSystem, org.uberfire.java.nio.base.FileSystemId
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.uberfire.java.nio.file.Path |
getPath(String first,
String... more) |
org.uberfire.java.nio.file.PathMatcher |
getPathMatcher(String syntaxAndPattern) |
String |
getSeparator() |
org.uberfire.java.nio.file.attribute.UserPrincipalLookupService |
getUserPrincipalLookupService() |
String |
id() |
boolean |
isOpen() |
boolean |
isReadOnly() |
org.uberfire.java.nio.file.WatchService |
newWatchService() |
org.uberfire.java.nio.file.spi.FileSystemProvider |
provider() |
Set<String> |
supportedFileAttributeViews() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic String id()
id in interface org.uberfire.java.nio.base.FileSystemIdpublic org.uberfire.java.nio.file.spi.FileSystemProvider provider()
provider in interface org.uberfire.java.nio.file.FileSystempublic boolean isOpen()
isOpen in interface org.uberfire.java.nio.file.FileSystempublic boolean isReadOnly()
isReadOnly in interface org.uberfire.java.nio.file.FileSystempublic String getSeparator()
getSeparator in interface org.uberfire.java.nio.file.FileSystempublic Set<String> supportedFileAttributeViews()
supportedFileAttributeViews in interface org.uberfire.java.nio.file.FileSystempublic org.uberfire.java.nio.file.Path getPath(String first, String... more) throws org.uberfire.java.nio.file.InvalidPathException
getPath in interface org.uberfire.java.nio.file.FileSystemorg.uberfire.java.nio.file.InvalidPathExceptionpublic org.uberfire.java.nio.file.PathMatcher getPathMatcher(String syntaxAndPattern) throws IllegalArgumentException, PatternSyntaxException, UnsupportedOperationException
getPathMatcher in interface org.uberfire.java.nio.file.FileSystemIllegalArgumentExceptionPatternSyntaxExceptionUnsupportedOperationExceptionpublic org.uberfire.java.nio.file.attribute.UserPrincipalLookupService getUserPrincipalLookupService()
throws UnsupportedOperationException
getUserPrincipalLookupService in interface org.uberfire.java.nio.file.FileSystemUnsupportedOperationExceptionpublic org.uberfire.java.nio.file.WatchService newWatchService()
throws UnsupportedOperationException,
org.uberfire.java.nio.IOException
newWatchService in interface org.uberfire.java.nio.file.FileSystemUnsupportedOperationExceptionorg.uberfire.java.nio.IOExceptionpublic void close()
throws org.uberfire.java.nio.IOException,
UnsupportedOperationException
close in interface Closeableclose in interface AutoCloseableorg.uberfire.java.nio.IOExceptionUnsupportedOperationExceptionCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.