|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.fikin.ant.types.IfUnless
net.sf.fikin.ant.types.Depends
public class Depends
Provide with simple location="..." attribute which later on
can be used for dependency (timestamping) checks.
created on Dec 28, 2006
| Constructor Summary | |
|---|---|
Depends()
|
|
| Method Summary | |
|---|---|
void |
check(org.apache.tools.ant.Task task)
test that name has been set |
java.io.File |
getLocation()
get the file set as location if nay |
void |
setLocation(java.io.File file)
set parameter's location |
| Methods inherited from class net.sf.fikin.ant.types.IfUnless |
|---|
setIf, setUnless, shouldUse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Depends()
| Method Detail |
|---|
public void setLocation(java.io.File file)
throws java.net.MalformedURLException
file -
java.net.MalformedURLExceptionpublic java.io.File getLocation()
public void check(org.apache.tools.ant.Task task)
throws org.apache.tools.ant.BuildException
task - is enclosing ant task
org.apache.tools.ant.BuildException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||