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
-
Constructor Details
-
Method Details
-
provider
- Specified by:
provider
in classFileSystem
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classFileSystem
- Throws:
IOException
-
isOpen
public boolean isOpen()- Specified by:
isOpen
in classFileSystem
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnly
in classFileSystem
-
getSeparator
- Specified by:
getSeparator
in classFileSystem
-
getRootDirectories
- Specified by:
getRootDirectories
in classFileSystem
-
getFileStores
- Specified by:
getFileStores
in classFileSystem
-
supportedFileAttributeViews
- Specified by:
supportedFileAttributeViews
in classFileSystem
-
getPath
- Specified by:
getPath
in classFileSystem
-
getPathMatcher
- Specified by:
getPathMatcher
in classFileSystem
-
getUserPrincipalLookupService
- Specified by:
getUserPrincipalLookupService
in classFileSystem
-
newWatchService
- Specified by:
newWatchService
in classFileSystem
-
toUri
URI toUri() -
equals
-
hashCode
public int hashCode() -
toString
-