public class JvmSettings extends Object
| Constructor and Description |
|---|
JvmSettings() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getInitialMemorySize()
public String getMaxMemorySize()
public String getMaxStackSize()
public String[] getSystemProperties()
public String[] getExtraArguments()
Copyright © 2006–2014 Codehaus. All rights reserved.