org.kie.commons.java.nio.file
Modifier and Type | Method and Description |
---|---|
Iterable<FileStore> |
getFileStores() |
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() |
FileSystemProvider provider()
boolean isOpen()
boolean isReadOnly()
String getSeparator()
Path getPath(String first, String... more) throws InvalidPathException
InvalidPathException
PathMatcher getPathMatcher(String syntaxAndPattern) throws IllegalArgumentException, PatternSyntaxException, UnsupportedOperationException
UserPrincipalLookupService getUserPrincipalLookupService() throws UnsupportedOperationException
UnsupportedOperationException
WatchService newWatchService() throws UnsupportedOperationException, IOException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.