org.freecompany.imp

Class PropertyTask

public class PropertyTask extends Property

Method Summary
voidexecute()
Does nothing when called in document order by the Ant runtime.
voidexecuteNow()
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.

Method Detail

execute

public void execute()
Does nothing when called in document order by the Ant runtime.

executeNow

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.