|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task com.imcode.ant.tasks.Cat
public class Cat
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 |
---|
public Cat()
Method Detail |
---|
public void setAppend(boolean v)
v
- Value to assign to append.public void setDestFile(java.io.File argDestFile)
argDestFile
- Value to assign to this.destFilepublic void setOrderBy(java.lang.String argOrderBy)
argOrderBy
- Value to assign to this.orderBypublic void addFileset(org.apache.tools.ant.types.FileSet set)
public void setVerbose(boolean verbose)
public void setFiltering(boolean filtering)
public void setOverwrite(boolean overwrite)
public org.apache.tools.ant.types.FilterSet createFilterSet()
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |