public final class GUtils extends Object
| Constructor and Description |
|---|
GUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
correctPath(String iniName,
String iniLocalDir)
Method to extract the relative name with "/" rather than "\" and to test also if the file exists !
|
static String |
correctPath(String iniName,
String iniLocalDir,
boolean testExist)
Method to extract the relative name with "/" rather than "\" and to test also if the file exists !
|
static String |
correctUserDirPath(String iniName,
boolean isRelative)
Method to extract the relative name with "/" rather than "\" and to test also if the file exists !
|
static boolean |
isModified(GComponent... components)
Method to check if a list of data has been modified
|
public static boolean isModified(GComponent... components)
components - public static String correctPath(String iniName, String iniLocalDir)
iniName - initial file full nameiniLocalDir - local directory pathpublic static String correctPath(String iniName, String iniLocalDir, boolean testExist)
iniName - initial file full nameiniLocalDir - local directory pathtestExist - test if the file exists if truepublic static String correctUserDirPath(String iniName, boolean isRelative)
iniName - initial file full nameiniLocalDir - local directory pathtestExist - test if the file exists if trueCopyright © 2026. All rights reserved.