com.imcode.ant.tasks
Class Cat

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.imcode.ant.tasks.Cat

public class Cat
extends org.apache.tools.ant.Task


Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
Cat()
           
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet set)
          Adds a set of files (nested fileset attribute).
 org.apache.tools.ant.types.FilterSet createFilterSet()
          Create a nested filterset
 void execute()
           
 void setAppend(boolean v)
          Set the value of append.
 void setDestFile(java.io.File argDestFile)
          Sets the value of destFile
 void setFiltering(boolean filtering)
          Sets filtering.
 void setOrderBy(java.lang.String argOrderBy)
          Sets the value of orderBy
 void setOverwrite(boolean overwrite)
          Overwrite any existing destination file(s).
 void setVerbose(boolean verbose)
          Used to force listing of all names of copied files.
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cat

public Cat()
Method Detail

setAppend

public void setAppend(boolean v)
Set the value of append.

Parameters:
v - Value to assign to append.

setDestFile

public void setDestFile(java.io.File argDestFile)
Sets the value of destFile

Parameters:
argDestFile - Value to assign to this.destFile

setOrderBy

public void setOrderBy(java.lang.String argOrderBy)
Sets the value of orderBy

Parameters:
argOrderBy - Value to assign to this.orderBy

addFileset

public void addFileset(org.apache.tools.ant.types.FileSet set)
Adds a set of files (nested fileset attribute).


setVerbose

public void setVerbose(boolean verbose)
Used to force listing of all names of copied files.


setFiltering

public void setFiltering(boolean filtering)
Sets filtering.


setOverwrite

public void setOverwrite(boolean overwrite)
Overwrite any existing destination file(s).


createFilterSet

public org.apache.tools.ant.types.FilterSet createFilterSet()
Create a nested filterset


execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException


Copyright © -2005 . All Rights Reserved.