Package no.maddin.niofs.smb
Class SMBShare
java.lang.Object
java.nio.file.FileSystem
no.maddin.niofs.smb.SMBShare
- All Implemented Interfaces:
Closeable,AutoCloseable
Denotes a Windows share.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSMBShare()SMBShare(SMBFileSystemProvider provider, String server, String share, SMBShare.UsernamePassword usernamePassword) -
Method Summary
-
Field Details
-
SMBFS_SEPARATOR
- See Also:
-
-
Constructor Details
-
SMBShare
SMBShare()
-
Method Details
-
provider
- Specified by:
providerin classFileSystem
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classFileSystem- Throws:
IOException
-
isOpen
public boolean isOpen()- Specified by:
isOpenin classFileSystem
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnlyin classFileSystem
-
getSeparator
- Specified by:
getSeparatorin classFileSystem
-
getRootDirectories
- Specified by:
getRootDirectoriesin classFileSystem
-
getFileStores
- Specified by:
getFileStoresin classFileSystem
-
supportedFileAttributeViews
- Specified by:
supportedFileAttributeViewsin classFileSystem
-
getPath
- Specified by:
getPathin classFileSystem
-
getPathMatcher
- Specified by:
getPathMatcherin classFileSystem
-
getUserPrincipalLookupService
- Specified by:
getUserPrincipalLookupServicein classFileSystem
-
newWatchService
- Specified by:
newWatchServicein classFileSystem
-
toUri
URI toUri() -
equals
-
hashCode
public int hashCode() -
toString
-