java.lang.Cloneable
public class MergeTask
extends org.apache.tools.ant.Task
Constructor | Description |
---|---|
MergeTask() |
Modifier and Type | Method | Description |
---|---|---|
void |
addConfigured(org.apache.tools.ant.types.ResourceCollection resources) |
This task accepts any number of execution data resources.
|
void |
execute() |
|
void |
setDestfile(java.io.File destfile) |
Sets the location of the merged data store
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setDestfile(java.io.File destfile)
destfile
- Destination data store locationpublic void addConfigured(org.apache.tools.ant.types.ResourceCollection resources)
resources
- Execution data resourcespublic void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2018. All rights reserved.