public class SettingsHandler extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
loadLanguageSettings()
Load the generation language Settings
|
static String |
loadModelPathSettings()
Load the model Path Settings
|
static String |
loadPathSettings()
Load the path Settings
|
static void |
saveSettings(String modelPath,
String path,
String language)
Save Settings that are the path and the language
|
public static void saveSettings(String modelPath, String path, String language)
modelPath - the model path to savepath - the path to savelanguage - the language to savepublic static String loadModelPathSettings()
platform:/resource/
which will lead to an error in the generation process.public static String loadPathSettings()
platform:/resource/sidl-gen/
if there was nothing saved before)public static String loadLanguageSettings()
All if there was nothing
saved before)