ICY Version 1.0.1.0
Public Member Functions

icy.system.LauncherSettings Class Reference

List of all members.

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)

Detailed Description

This class permit to get and set the java launcher settings

Author:
Stephane

Member Function Documentation

String icy.system.LauncherSettings.getClassPath ( )
Returns:
the classPath
String icy.system.LauncherSettings.getExtraOptions ( )
Returns:
the extraOptions
int icy.system.LauncherSettings.getMaxMemoryMB ( )
Returns:
the maxMemoryMB
int icy.system.LauncherSettings.getMaxStackSizeKB ( )
Returns:
the maxStackSizeKB
void icy.system.LauncherSettings.setClassPath ( String  classPath)
Parameters:
classPaththe classPath to set
void icy.system.LauncherSettings.setExtraOptions ( String  extraOptions)
Parameters:
extraOptionsthe extraOptions to set
void icy.system.LauncherSettings.setMaxMemoryMB ( int  maxMemoryMB)
Parameters:
maxMemoryMBthe maxMemoryMB to set
void icy.system.LauncherSettings.setMaxStackSizeKB ( int  maxStackSizeKB)
Parameters:
maxStackSizeKBthe maxStackSizeKB to set

The documentation for this class was generated from the following file:
 All Classes Functions Variables