|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.appassembler.JvmSettings
public class JvmSettings
The class which is used to contain the JVM settings.
| Constructor Summary | |
|---|---|
JvmSettings()
|
|
| Method Summary | |
|---|---|
String[] |
getExtraArguments()
Extra arguments. |
String |
getInitialMemorySize()
The initial memory size. |
String |
getMaxMemorySize()
The maximum memory size. |
String |
getMaxStackSize()
Max Stack Size. |
String[] |
getSystemProperties()
The system properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JvmSettings()
| Method Detail |
|---|
public String getInitialMemorySize()
public String getMaxMemorySize()
public String getMaxStackSize()
public String[] getSystemProperties()
public String[] getExtraArguments()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||