public interface SharedItem
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name of the shared item.
|
SharedItem |
getParentPath()
Get the parent shared item.
|
String |
getPath()
Get the path of the shared item.
|
SharedItem |
getRootPath()
Get the root shared item.
|
String |
getServerName()
Get the server name of the connected server.
|
String |
getShareName()
Get the share name of the connected server.
|
String |
getSmbPath()
Get the full SMB path including the server, share and path, separated by backslashes.
|
boolean |
isDirectory()
Check if the shared item is a directory.
|
boolean |
isExisting()
Check if the shared item does exist.
|
boolean |
isFile()
Check if the shared item is a file.
|
boolean |
isRootPath()
Check if the current shared item or its parent is the root shared item.
|
boolean isExisting()
boolean isDirectory()
boolean isFile()
String getServerName()
String getShareName()
String getName()
String getPath()
String getSmbPath()
SharedItem getParentPath()
SharedItem getRootPath()
boolean isRootPath()
Copyright © 2018. All rights reserved.