|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.ant.type.JavaRuntime
public class JavaRuntime
Description of a single java runtime environment.
Constructor Summary | |
---|---|
JavaRuntime()
Initializes this JRE entry. |
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the current ID used for the JRE. |
java.io.File |
getLocation()
Returns the location of this JRE. |
void |
setId(java.lang.String newid)
Changes the current ID used for the JRE. |
void |
setLocation(java.io.File newlocation)
Changes the location for this JRE. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaRuntime()
Method Detail |
---|
public void setId(java.lang.String newid)
newid
- The new ID for the JRE.public java.lang.String getId()
public void setLocation(java.io.File newlocation)
newlocation
- The new location of this JRE.public java.io.File getLocation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |