gnu.kawa.ant

Class XCopy

public class XCopy extends Copy

Constructor Summary
XCopy()
Method Summary
LineCommenterSetcreateLineCommenterSet()
LineStripperSetcreateLineStripperSet()
voidexecute()
Performs the copy operation.
booleanisDataOnly()
voidsetDataOnly(boolean f)

Constructor Detail

XCopy

public XCopy()

Method Detail

createLineCommenterSet

public LineCommenterSet createLineCommenterSet()

createLineStripperSet

public LineStripperSet createLineStripperSet()

execute

public void execute()
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)