public final class PassageUtil extends Object
The GNU Lesser General Public License for details.| Modifier and Type | Field and Description |
|---|---|
private static boolean |
persistentNaming
Do we store the original string?
|
| Modifier | Constructor and Description |
|---|---|
private |
PassageUtil()
Prevent instantiation
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getDefaultPersistentNaming()
By default do we remember the original string used to configure us?
|
static boolean |
isPersistentNaming()
Do we remember the original string used to configure us?
|
static void |
setPersistentNaming(boolean persistentNaming)
Do we remember the original string used to configure us?
|
private static boolean persistentNaming
public static void setPersistentNaming(boolean persistentNaming)
persistentNaming - True to keep the old string False (default) to generate a new
better onepublic static boolean isPersistentNaming()
public static boolean getDefaultPersistentNaming()