org.kie.commons.java.nio.file
Interface FileSystem
- All Superinterfaces:
- Closeable
public interface FileSystem
- extends Closeable
| Methods inherited from interface org.kie.commons.java.nio.Closeable |
close |
provider
FileSystemProvider provider()
isOpen
boolean isOpen()
isReadOnly
boolean isReadOnly()
getSeparator
String getSeparator()
getRootDirectories
Iterable<Path> getRootDirectories()
getFileStores
Iterable<FileStore> getFileStores()
supportedFileAttributeViews
Set<String> supportedFileAttributeViews()
getPath
Path getPath(String first,
String... more)
throws InvalidPathException
- Throws:
InvalidPathException
getPathMatcher
PathMatcher getPathMatcher(String syntaxAndPattern)
throws IllegalArgumentException,
PatternSyntaxException,
UnsupportedOperationException
- Throws:
IllegalArgumentException
PatternSyntaxException
UnsupportedOperationException
getUserPrincipalLookupService
UserPrincipalLookupService getUserPrincipalLookupService()
throws UnsupportedOperationException
- Throws:
UnsupportedOperationException
newWatchService
WatchService newWatchService()
throws UnsupportedOperationException,
IOException
- Throws:
UnsupportedOperationException
IOException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.