gnu.kawa.ant
Class XCopy

java.lang.Object
  extended by Copy
      extended by gnu.kawa.ant.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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XCopy

public XCopy()
Method Detail

createLineStripperSet

public LineStripperSet createLineStripperSet()

createLineCommenterSet

public LineCommenterSet createLineCommenterSet()

setDataOnly

public void setDataOnly(boolean f)

isDataOnly

public boolean isDataOnly()

execute

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

Throws:
BuildException