public class JvmElement extends Object
| Constructor and Description |
|---|
JvmElement(String name) |
JvmElement(String name,
org.jboss.dmr.ModelNode... toCombine) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentLib() |
String |
getAgentPath() |
String |
getDebugOptions() |
Map<String,String> |
getEnvironmentVariables() |
String |
getHeapSize() |
String |
getJavaagent() |
String |
getJavaHome() |
static int |
getJVMMajorVersion() |
JvmOptionsElement |
getJvmOptions() |
JvmType |
getJvmType() |
String |
getLaunchCommand() |
String |
getMaxHeap() |
String |
getMaxPermgen() |
String |
getName() |
String |
getPermgenSize() |
String |
getStack() |
Boolean |
isDebugEnabled() |
Boolean |
isEnvClasspathIgnored() |
public JvmElement(String name)
public JvmElement(String name, org.jboss.dmr.ModelNode... toCombine)
public String getJavaHome()
public JvmType getJvmType()
public String getPermgenSize()
public String getMaxPermgen()
public String getHeapSize()
public String getMaxHeap()
public String getName()
public Boolean isDebugEnabled()
public String getDebugOptions()
public String getStack()
public Boolean isEnvClasspathIgnored()
public JvmOptionsElement getJvmOptions()
public String getAgentPath()
public String getAgentLib()
public String getLaunchCommand()
public String getJavaagent()
public static int getJVMMajorVersion()
Copyright © 2018 JBoss by Red Hat. All rights reserved.