|
ICY Version 1.0.1.0
|
Public Member Functions | |
| boolean | load () |
| boolean | save () |
| int | getMaxMemoryMB () |
| void | setMaxMemoryMB (int maxMemoryMB) |
| int | getMaxStackSizeKB () |
| void | setMaxStackSizeKB (int maxStackSizeKB) |
| String | getClassPath () |
| void | setClassPath (String classPath) |
| String | getExtraOptions () |
| void | setExtraOptions (String extraOptions) |
This class permit to get and set the java launcher settings
| String icy.system.LauncherSettings.getClassPath | ( | ) |
| String icy.system.LauncherSettings.getExtraOptions | ( | ) |
| int icy.system.LauncherSettings.getMaxMemoryMB | ( | ) |
| int icy.system.LauncherSettings.getMaxStackSizeKB | ( | ) |
| void icy.system.LauncherSettings.setClassPath | ( | String | classPath | ) |
| classPath | the classPath to set |
| void icy.system.LauncherSettings.setExtraOptions | ( | String | extraOptions | ) |
| extraOptions | the extraOptions to set |
| void icy.system.LauncherSettings.setMaxMemoryMB | ( | int | maxMemoryMB | ) |
| maxMemoryMB | the maxMemoryMB to set |
| void icy.system.LauncherSettings.setMaxStackSizeKB | ( | int | maxStackSizeKB | ) |
| maxStackSizeKB | the maxStackSizeKB to set |
1.7.3