public class ShareUtils extends Object
| Constructor and Description |
|---|
ShareUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValidSharedItemName(String fileName)
Check if the shared item name is valid and does not contain a '.' or '..'.
|
public static boolean isValidSharedItemName(String fileName)
fileName - File name to be checkedCopyright © 2018. All rights reserved.