|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDataType
net.sf.ant4eclipse.ant.type.JreContainer
public class JreContainer
A datatype used as a container for classpathes.
Constructor Summary | |
---|---|
JreContainer(Project project)
Simply initialises this new type. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JreContainer(Project project)
project
- The project this type applies to.Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |