org.freecompany.imp
Class PropertyTask
public
class
PropertyTask
extends Property
Method Summary |
void | execute()
Does nothing when called in document order by the Ant
runtime. |
void | executeNow()
Delegates to the superclass execute when we run it at
the appropriate time, which is after the Index has
processed imports and set the core properties. |
public void execute()
Does nothing when called in document order by the Ant
runtime.
public void executeNow()
Delegates to the superclass execute when we run it at
the appropriate time, which is after the
Index has
processed imports and set the core properties. This allows
properties within this one to be properly expanded regardless
of where in the build file or set of imports this property
appears.