org.codehaus.mojo.appassembler
Class JvmSettings

java.lang.Object
  extended by org.codehaus.mojo.appassembler.JvmSettings

public class JvmSettings
extends Object

The class which is used to contain the JVM settings.

Author:
Karl-Heinz Marbaise

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

JvmSettings

public JvmSettings()
Method Detail

getInitialMemorySize

public String getInitialMemorySize()
The initial memory size.

Returns:
value as string.

getMaxMemorySize

public String getMaxMemorySize()
The maximum memory size.

Returns:
The max memory size.

getMaxStackSize

public String getMaxStackSize()
Max Stack Size.

Returns:
The max stack size.

getSystemProperties

public String[] getSystemProperties()
The system properties.

Returns:
The array with with the system properties.

getExtraArguments

public String[] getExtraArguments()
Extra arguments.

Returns:
The array with the extra arguments.


Copyright © 2006-2012 Codehaus. All Rights Reserved.