- getDirectories() - Method in class ch.swaechter.smbjwrapper.SharedDirectory
-
Get all directories of the current directory.
- getDiskShare() - Method in class ch.swaechter.smbjwrapper.SharedConnection
-
Get the disk share to access the server.
- getFiles() - Method in class ch.swaechter.smbjwrapper.SharedDirectory
-
Get all files of the current directory.
- getInputStream() - Method in class ch.swaechter.smbjwrapper.SharedFile
-
Get the input stream of the file that can be used to download the file.
- getName() - Method in class ch.swaechter.smbjwrapper.core.AbstractSharedItem
-
Get the name of the shared item.
- getName() - Method in interface ch.swaechter.smbjwrapper.core.SharedItem
-
Get the name of the shared item.
- getOutputStream() - Method in class ch.swaechter.smbjwrapper.SharedFile
-
Get the output stream of the file that can be used to upload content to this file.
- getParentPath() - Method in class ch.swaechter.smbjwrapper.core.AbstractSharedItem
-
Get the parent shared item.
- getParentPath() - Method in interface ch.swaechter.smbjwrapper.core.SharedItem
-
Get the parent shared item.
- getPath() - Method in class ch.swaechter.smbjwrapper.core.AbstractSharedItem
-
Get the path of the shared item.
- getPath() - Method in interface ch.swaechter.smbjwrapper.core.SharedItem
-
Get the path of the shared item.
- getRootPath() - Method in class ch.swaechter.smbjwrapper.core.AbstractSharedItem
-
Get the root shared item.
- getRootPath() - Method in interface ch.swaechter.smbjwrapper.core.SharedItem
-
Get the root shared item.
- getServerName() - Method in class ch.swaechter.smbjwrapper.core.AbstractSharedItem
-
Get the server name of the connected server.
- getServerName() - Method in interface ch.swaechter.smbjwrapper.core.SharedItem
-
Get the server name of the connected server.
- getServerName() - Method in class ch.swaechter.smbjwrapper.SharedConnection
-
Get the server name of the server.
- getShareName() - Method in class ch.swaechter.smbjwrapper.core.AbstractSharedItem
-
Get the share name of the connected server.
- getShareName() - Method in interface ch.swaechter.smbjwrapper.core.SharedItem
-
Get the share name of the connected server.
- getShareName() - Method in class ch.swaechter.smbjwrapper.SharedConnection
-
Get the share name of the server.
- getSmbPath() - Method in class ch.swaechter.smbjwrapper.core.AbstractSharedItem
-
Get the full SMB path including the server, share and path, separated by backslashes.
- getSmbPath() - Method in interface ch.swaechter.smbjwrapper.core.SharedItem
-
Get the full SMB path including the server, share and path, separated by backslashes.
- sharedConnection - Variable in class ch.swaechter.smbjwrapper.core.AbstractSharedItem
-
Shared connection to access the server.
- SharedConnection - Class in ch.swaechter.smbjwrapper
-
This class is responsible for managing the connection and session.
- SharedConnection(String, String, AuthenticationContext) - Constructor for class ch.swaechter.smbjwrapper.SharedConnection
-
Create a new connection to the server.
- SharedDirectory - Class in ch.swaechter.smbjwrapper
-
This class represents a shared directory.
- SharedDirectory(SharedConnection, String) - Constructor for class ch.swaechter.smbjwrapper.SharedDirectory
-
Create a new shared directory based on the shared connection and the path name.
- SharedDirectory(SharedConnection) - Constructor for class ch.swaechter.smbjwrapper.SharedDirectory
-
Create a new shared directory based on the shared connection.
- SharedFile - Class in ch.swaechter.smbjwrapper
-
This class represents a shared file.
- SharedFile(SharedConnection, String) - Constructor for class ch.swaechter.smbjwrapper.SharedFile
-
Create a new shared file based on the shared connection and the path name.
- SharedInputStream - Class in ch.swaechter.smbjwrapper.streams
-
This class represents a decorated input stream that respects the reference counting close mechanism of the file.
- SharedInputStream(File) - Constructor for class ch.swaechter.smbjwrapper.streams.SharedInputStream
-
Create a new decorated input stream that respects the reference couting close mechanism of the file.
- SharedItem - Interface in ch.swaechter.smbjwrapper.core
-
This class provides an interface for a directory/file like filesystem structure.
- SharedOutputStream - Class in ch.swaechter.smbjwrapper.streams
-
This class represents a decorated output stream that respects the reference counting close mechanism of the file.
- SharedOutputStream(File) - Constructor for class ch.swaechter.smbjwrapper.streams.SharedOutputStream
-
Create a new decorated output stream that respects the reference couting close mechanism of the file.
- ShareUtils - Class in ch.swaechter.smbjwrapper.utils
-
This class provides some common share util methods.
- ShareUtils() - Constructor for class ch.swaechter.smbjwrapper.utils.ShareUtils
-