| Package | Description |
|---|---|
| ch.swaechter.smbjwrapper | |
| ch.swaechter.smbjwrapper.core |
| Modifier and Type | Class and Description |
|---|---|
class |
SharedDirectory
This class represents a shared directory.
|
class |
SharedFile
This class represents a shared file.
|
| Modifier and Type | Method and Description |
|---|---|
List<SharedItem> |
SharedDirectory.listFiles(Predicate<SharedItem> searchPredicate,
boolean searchRecursive)
List all files and directories that match the search predicate.
|
List<SharedItem> |
SharedDirectory.listFiles(String searchPattern,
boolean searchRecursive)
List all files and directories that match the search pattern.
|
| Modifier and Type | Method and Description |
|---|---|
List<SharedItem> |
SharedDirectory.listFiles(Predicate<SharedItem> searchPredicate,
boolean searchRecursive)
List all files and directories that match the search predicate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSharedItem<T extends SharedItem>
This class provides a common abstracted class that represents a directory/file like node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSharedItem<T extends SharedItem>
This class provides a common abstracted class that represents a directory/file like node.
|
| Modifier and Type | Method and Description |
|---|---|
SharedItem |
SharedItem.getParentPath()
Get the parent shared item.
|
SharedItem |
SharedItem.getRootPath()
Get the root shared item.
|
Copyright © 2018. All rights reserved.