|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.appassembler.model.JvmSettings
public class JvmSettings
null
Constructor Summary | |
---|---|
JvmSettings()
|
Method Summary | |
---|---|
void |
addExtraArgument(String string)
Method addExtraArgument |
void |
addSystemProperty(String string)
Method addSystemProperty |
List |
getExtraArguments()
Method getExtraArguments |
String |
getInitialMemorySize()
Get null |
String |
getMaxMemorySize()
Get null |
String |
getMaxStackSize()
Get null |
String |
getModelEncoding()
|
List |
getSystemProperties()
Method getSystemProperties |
void |
removeExtraArgument(String string)
Method removeExtraArgument |
void |
removeSystemProperty(String string)
Method removeSystemProperty |
void |
setExtraArguments(List extraArguments)
Set null |
void |
setInitialMemorySize(String initialMemorySize)
Set null |
void |
setMaxMemorySize(String maxMemorySize)
Set null |
void |
setMaxStackSize(String maxStackSize)
Set null |
void |
setModelEncoding(String modelEncoding)
|
void |
setSystemProperties(List systemProperties)
Set null |
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 void addExtraArgument(String string)
string
- public void addSystemProperty(String string)
string
- public List getExtraArguments()
public String getInitialMemorySize()
public String getMaxMemorySize()
public String getMaxStackSize()
public List getSystemProperties()
public void removeExtraArgument(String string)
string
- public void removeSystemProperty(String string)
string
- public void setExtraArguments(List extraArguments)
extraArguments
- public void setInitialMemorySize(String initialMemorySize)
initialMemorySize
- public void setMaxMemorySize(String maxMemorySize)
maxMemorySize
- public void setMaxStackSize(String maxStackSize)
maxStackSize
- public void setSystemProperties(List systemProperties)
systemProperties
- public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |