| Package | Description |
|---|---|
| ch.swaechter.smbjwrapper |
| Modifier and Type | Class and Description |
|---|---|
class |
SmbDirectory
This class represents a SMB directory.
|
class |
SmbFile
This class represents a SMB file.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SmbItem |
SmbItem.renameTo(String newItemName,
boolean replaceIfExist)
Rename the current item and return it as newly renamed item.
|
| Modifier and Type | Method and Description |
|---|---|
List<SmbItem> |
SmbDirectory.listItems()
List all files and directories of the current directory.
|
List<SmbItem> |
SmbDirectory.listItems(Predicate<SmbItem> searchPredicate,
boolean searchRecursive)
List all files and directories that match the search predicate.
|
List<SmbItem> |
SmbDirectory.listItems(String searchPattern,
boolean searchRecursive)
List all files and directories that match the search pattern.
|
| Modifier and Type | Method and Description |
|---|---|
List<SmbItem> |
SmbDirectory.listItems(Predicate<SmbItem> searchPredicate,
boolean searchRecursive)
List all files and directories that match the search predicate.
|
Copyright © 2022. All rights reserved.