A C D G M P S T 
All Classes All Packages

A

addCapabilities(Collection<Capability>) - Method in class com.sshtools.vfs.smbng.SmbFileSystem
Returns the capabilities of this file system.
appendCredentials(StringBuilder, boolean) - Method in class com.sshtools.vfs.smbng.SmbFileName
Put domain before @{code username} if both are set.
appendRootUri(StringBuilder, boolean) - Method in class com.sshtools.vfs.smbng.SmbFileName
Builds the root URI for this file name.
AUTHENTICATOR_TYPES - Static variable in class com.sshtools.vfs.smbng.SmbFileProvider
Authentication data supported by this provider.

C

com.sshtools.vfs.smbng - package com.sshtools.vfs.smbng
 
createFile(AbstractFileName) - Method in class com.sshtools.vfs.smbng.SmbFileSystem
Creates a file object.
createName(String, FileType) - Method in class com.sshtools.vfs.smbng.SmbFileName
Factory method for creating name instances.

D

doAttach() - Method in class com.sshtools.vfs.smbng.SmbFileObject
Attaches this file object to its file resource.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class com.sshtools.vfs.smbng.SmbFileProvider
Creates the filesystem.
doCreateFolder() - Method in class com.sshtools.vfs.smbng.SmbFileObject
Creates this file as a folder.
doDelete() - Method in class com.sshtools.vfs.smbng.SmbFileObject
Deletes the file.
doDetach() - Method in class com.sshtools.vfs.smbng.SmbFileObject
 
doGetContentSize() - Method in class com.sshtools.vfs.smbng.SmbFileObject
Returns the size of the file content (in bytes).
doGetInputStream() - Method in class com.sshtools.vfs.smbng.SmbFileObject
Creates an input stream to read the file content from.
doGetLastModifiedTime() - Method in class com.sshtools.vfs.smbng.SmbFileObject
Returns the last modified time of this file.
doGetOutputStream(boolean) - Method in class com.sshtools.vfs.smbng.SmbFileObject
Creates an output stream to write the file content to.
doGetRandomAccessContent(RandomAccessMode) - Method in class com.sshtools.vfs.smbng.SmbFileObject
random access
doGetType() - Method in class com.sshtools.vfs.smbng.SmbFileObject
Determines the type of the file, returns null if the file does not exist.
doIsHidden() - Method in class com.sshtools.vfs.smbng.SmbFileObject
Determines if this file is hidden.
doListChildren() - Method in class com.sshtools.vfs.smbng.SmbFileObject
Lists the children of the file.
doRename(FileObject) - Method in class com.sshtools.vfs.smbng.SmbFileObject
 
doSetLastModifiedTime(long) - Method in class com.sshtools.vfs.smbng.SmbFileObject
 

G

getCapabilities() - Method in class com.sshtools.vfs.smbng.SmbFileProvider
 
getCIFSContext() - Method in class com.sshtools.vfs.smbng.SmbFileProvider
 
getConfigClass() - Method in class com.sshtools.vfs.smbng.SmbFileSystemConfigBuilder
 
getContext(FileSystemOptions) - Method in class com.sshtools.vfs.smbng.SmbFileSystemConfigBuilder
 
getDomain() - Method in class com.sshtools.vfs.smbng.SmbFileName
Returns the domain name.
getInstance() - Static method in class com.sshtools.vfs.smbng.SmbFileNameParser
 
getInstance() - Static method in class com.sshtools.vfs.smbng.SmbFileSystemConfigBuilder
 
getShare() - Method in class com.sshtools.vfs.smbng.SmbFileName
Returns the share name.
getUriWithoutAuth() - Method in class com.sshtools.vfs.smbng.SmbFileName
Construct the path suitable for SmbFile when used with NtlmPasswordAuthentication.

M

main(String[]) - Static method in class com.sshtools.vfs.smbng.Test1
 

P

parseUri(VfsComponentContext, FileName, String) - Method in class com.sshtools.vfs.smbng.SmbFileNameParser
 

S

setContext(FileSystemOptions, CIFSContext) - Method in class com.sshtools.vfs.smbng.SmbFileSystemConfigBuilder
 
SmbFileName - Class in com.sshtools.vfs.smbng
An SMB URI.
SmbFileName(String, String, int, String, String, String, String, String, FileType) - Constructor for class com.sshtools.vfs.smbng.SmbFileName
 
SmbFileNameParser - Class in com.sshtools.vfs.smbng
Implementation for sftp.
SmbFileNameParser() - Constructor for class com.sshtools.vfs.smbng.SmbFileNameParser
 
SmbFileObject - Class in com.sshtools.vfs.smbng
A file in an SMB file system.
SmbFileObject(AbstractFileName, SmbFileSystem) - Constructor for class com.sshtools.vfs.smbng.SmbFileObject
 
SmbFileProvider - Class in com.sshtools.vfs.smbng
A provider for SMB (Samba, Windows share) file systems.
SmbFileProvider() - Constructor for class com.sshtools.vfs.smbng.SmbFileProvider
 
SmbFileSystem - Class in com.sshtools.vfs.smbng
An SMB file system.
SmbFileSystem(FileName, FileSystemOptions) - Constructor for class com.sshtools.vfs.smbng.SmbFileSystem
 
SmbFileSystemConfigBuilder - Class in com.sshtools.vfs.smbng
 

T

Test1 - Class in com.sshtools.vfs.smbng
 
Test1() - Constructor for class com.sshtools.vfs.smbng.Test1
 
A C D G M P S T 
All Classes All Packages