Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: true if the condition is true.Implements org. |
public String | |
public String | |
public String | |
public void | |
public void | |
public void | |
private void |
atLeast | back to summary |
---|---|
private String atLeast |
atMost | back to summary |
---|---|
private String atMost |
exactly | back to summary |
---|---|
private String exactly |
JavaVersion | back to summary |
---|---|
public JavaVersion() |
eval | back to summary |
---|---|
public boolean eval() throws BuildException Implements org. Evaluate the condition.
|
getAtLeast | back to summary |
---|---|
public String getAtLeast() Get the atleast attribute.
|
getAtMost | back to summary |
---|---|
public String getAtMost() Get the atmost attribute.
|
getExactly | back to summary |
---|---|
public String getExactly() Get the exactly attribute.
|
setAtLeast | back to summary |
---|---|
public void setAtLeast(String atLeast) Set the atleast attribute. This is of the form major.minor.point. For example 1.7.0.
|
setAtMost | back to summary |
---|---|
public void setAtMost(String atMost) Set the atmost attribute. This is of the form major.minor.point. For example 11.0.2
|
setExactly | back to summary |
---|---|
public void setExactly(String exactly) Set the exactly attribute. This is of the form major.minor.point. For example 1.7.0.
|
validate | back to summary |
---|---|
private void validate() throws BuildException |