Constructor and Description |
---|
Hidden() |
Modifier and Type | Method and Description |
---|---|
static String |
hide(String key)
Turn the provided key into a hidden key.
|
static boolean |
isHidden(String key)
Determines whether the provided key is a hidden key or not.
|
static String |
unHide(String key)
Turn the provided hidden key into an non-hidden key.
|
public static String hide(String key)
key
- The key to make a hidden keypublic static String unHide(String key)
key
- The hidden keypublic static boolean isHidden(String key)
key
- The key to check for hidden statusCopyright © 2013–2020 Apache Software Foundation. All rights reserved.