public class JreContainer
extends DataType
Constructor and Description |
---|
JreContainer(Project project)
Simply initialises this new type.
|
Modifier and Type | Method and Description |
---|---|
void |
addConfiguredJre(JavaRuntime vm)
Adds the supplied java runtime environment to this type after it has been configured..
|
void |
addJre(JavaRuntime vm)
Adds the supplied java runtime environment to this type.
|
JavaRuntime |
createJre()
Creates the entry for a java runtime environment.
|
public JreContainer(Project project)
project
- The project this type applies to.public JavaRuntime createJre()
public void addJre(JavaRuntime vm)
vm
- The java runtime environment configuration that shall be added.public void addConfiguredJre(JavaRuntime vm)
vm
- The java runtime environment configuration that shall be added.