This type is a class for model objects.
* No description is available *
Package: processexec| Attributes Summary | |
| name : EString | Name given to identify this set of values. |
| classpath : EString | The standard classpath in which the Java virtual machine looks for classes. This property can contain multiple paths separated by colons (":") or semicolons (";") depending on the operating system of the node. |
| bootClasspath : EString | Some JVMs contain an option to specify bootstrap classes and resources. This property can contain multiple paths separated by colons (":") or semicolons (";") depending on the operating system of the node. |
| initialHeapSize : EInt | Specifies the initial heap size available to the JVM, in megabytes. |
| maximumHeapSize : EInt | The maximum heap size available to the JVM, in megabytes. |
| genericJvmArguments : EString | Additional command line arguments for the JVM. |
| systemProperties : Property * | * No description is available * |
| Attribute Details |