public class Utility extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
calculatePath(File f,
File base) |
static boolean |
isOsUnix()
Test for Unix (to include MacOS), vice Windows.
|
static boolean |
isOsWindows()
Test for Windows, vice Unix (to include MacOS).
|
static String |
jsonEscape(String s)
Escapes the string as a JSON value.
|
Copyright © 2022. All rights reserved.