xdoclet.ant
public class ReplaceCopy extends Copy
This is similar to using the standard <copy> Ant built-in task with a nested <filterset> element, but this task uses a pull mechanism (ant properties are pulled from the ant environment by the copied files) instead of a push mechanism (where Ant pushes explicit values into the copied files).
Version: $Revision: 1.14 $
UNKNOWN: 5. januar 2002 Write docs!!!!!!!!!!!!!!!!!
| Constructor Summary | |
|---|---|
| ReplaceCopy() | |
| Method Summary | |
|---|---|
| protected void | doFileOperations()
Overridden doFileOperations() as Ant suggests. |