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, toString
public 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.Object
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.