gnu.kawa.ant

Class XCopy


public class XCopy
extends Copy

Constructor Summary

XCopy()

Method Summary

LineCommenterSet
createLineCommenterSet()
LineStripperSet
createLineStripperSet()
void
execute()
Performs the copy operation.
boolean
isDataOnly()
void
setDataOnly(boolean f)

Constructor Details

XCopy

public XCopy()

Method Details

createLineCommenterSet

public LineCommenterSet createLineCommenterSet()

createLineStripperSet

public LineStripperSet createLineStripperSet()

execute

public void execute()
            throws BuildException
Performs the copy operation. Support dataOnly attribute which makes this task a no-op if true.

isDataOnly

public boolean isDataOnly()

setDataOnly

public void setDataOnly(boolean f)