|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.taskdefs.condition.IsTrue
ise.antelope.tasks.EndsWith
public class EndsWith
Extends IsTrue to do a String.endsWith().
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
EndsWith()
|
|
| Method Summary | |
|---|---|
boolean |
eval()
|
void |
setString(java.lang.String s)
|
void |
setWith(java.lang.String w)
|
| Methods inherited from class org.apache.tools.ant.taskdefs.condition.IsTrue |
|---|
setValue |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EndsWith()
| Method Detail |
|---|
public void setString(java.lang.String s)
public void setWith(java.lang.String w)
public boolean eval()
throws org.apache.tools.ant.BuildException
eval in interface org.apache.tools.ant.taskdefs.condition.Conditioneval in class org.apache.tools.ant.taskdefs.condition.IsTrueorg.apache.tools.ant.BuildException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||