public final class AppLaunchPrefs extends DumpableObject
| Constructor and Description |
|---|
AppLaunchPrefs(JavaVmType javaVmType,
JavaTechnology javaTechnology,
int vmMaxMemory)
This class stores the user preferences for starting a java application
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
JavaTechnology |
getJavaTechnology() |
JavaVmType |
getJavaVmType() |
int |
getVmMaxMemory() |
void |
setJavaTechnology(JavaTechnology javaTechnology) |
void |
setJavaVmType(JavaVmType javaVmType) |
void |
setVmMaxMemory(int vmMaxMemory) |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic AppLaunchPrefs(JavaVmType javaVmType, JavaTechnology javaTechnology, int vmMaxMemory)
vmMaxMemory - (in MB)public void setJavaVmType(JavaVmType javaVmType)
public void setJavaTechnology(JavaTechnology javaTechnology)
public void setVmMaxMemory(int vmMaxMemory)
public JavaTechnology getJavaTechnology()
public JavaVmType getJavaVmType()
public int getVmMaxMemory()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.