public class SMBShare extends java.nio.file.FileSystem
| Constructor and Description |
|---|
SMBShare(SMBFileSystemProvider provider,
String server,
String share,
Principal principal) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterable<java.nio.file.FileStore> |
getFileStores() |
java.nio.file.Path |
getPath(String first,
String... more) |
java.nio.file.PathMatcher |
getPathMatcher(String syntaxAndPattern) |
Iterable<java.nio.file.Path> |
getRootDirectories() |
String |
getSeparator() |
java.nio.file.attribute.UserPrincipalLookupService |
getUserPrincipalLookupService() |
boolean |
isOpen() |
boolean |
isReadOnly() |
java.nio.file.WatchService |
newWatchService() |
java.nio.file.spi.FileSystemProvider |
provider() |
Set<String> |
supportedFileAttributeViews() |
public SMBShare(SMBFileSystemProvider provider, String server, String share, Principal principal)
public java.nio.file.spi.FileSystemProvider provider()
provider in class java.nio.file.FileSystempublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class java.nio.file.FileSystemIOExceptionpublic boolean isOpen()
isOpen in class java.nio.file.FileSystempublic boolean isReadOnly()
isReadOnly in class java.nio.file.FileSystempublic String getSeparator()
getSeparator in class java.nio.file.FileSystempublic Iterable<java.nio.file.Path> getRootDirectories()
getRootDirectories in class java.nio.file.FileSystempublic Iterable<java.nio.file.FileStore> getFileStores()
getFileStores in class java.nio.file.FileSystempublic Set<String> supportedFileAttributeViews()
supportedFileAttributeViews in class java.nio.file.FileSystempublic java.nio.file.Path getPath(String first, String... more)
getPath in class java.nio.file.FileSystempublic java.nio.file.PathMatcher getPathMatcher(String syntaxAndPattern)
getPathMatcher in class java.nio.file.FileSystempublic java.nio.file.attribute.UserPrincipalLookupService getUserPrincipalLookupService()
getUserPrincipalLookupService in class java.nio.file.FileSystempublic java.nio.file.WatchService newWatchService() throws IOException
newWatchService in class java.nio.file.FileSystemIOExceptionCopyright © 2012-2013 Universitet i Stavanger. All Rights Reserved.