public class MigrationTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
MigrationTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setDest(File dest) |
void |
setExcludes(String excludes)
Set exclusion patterns.
|
void |
setProfile(String profile) |
void |
setSrc(File src) |
void |
setZipInMemory(boolean zipInMemory) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setSrc(File src)
public void setDest(File dest)
public void setProfile(String profile)
public void setZipInMemory(boolean zipInMemory)
public void setExcludes(String excludes)
excludes - Comma separated, case sensitive list of glob patterns
for files to excludepublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.