public class CmsAntTaskSyncManifest
extends org.apache.tools.ant.Task
构造器和说明 |
---|
CmsAntTaskSyncManifest()
Default constructor.
|
限定符和类型 | 方法和说明 |
---|---|
void |
execute()
Run the task.
|
java.lang.String |
getBase()
Returns the required base path.
|
java.lang.String |
getDirectory()
Returns the required directory path.
|
java.lang.String |
getDstManifestFile()
Returns the absolute path where the synched manifest will be written.
|
java.lang.String |
getPrefix()
Returns the directory prefix.
|
java.lang.String |
getSrcManifestFile()
Returns the absolute path to the source manifest file.
|
static void |
main(java.lang.String[] args)
Test case.
|
void |
setBase(java.lang.String base)
Sets the required base path.
|
void |
setDirectory(java.lang.String directory)
Sets the required directory path.
|
void |
setDstManifestFile(java.lang.String dstManifestFile)
Sets the absolute path where the synched manifest will be written.
|
void |
setPrefix(java.lang.String prefix)
Sets the directory prefix.
|
void |
setSrcManifestFile(java.lang.String srcManifestFile)
Sets the absolute path to the source manifest file.
|
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
public static void main(java.lang.String[] args)
args
- not usedpublic void execute() throws org.apache.tools.ant.BuildException
Sets the given property to __ABORT__
if canceled, or to a list of selected
modules if not.
execute
在类中 org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- if something goes wrongTask.execute()
public java.lang.String getBase()
public java.lang.String getDirectory()
public java.lang.String getDstManifestFile()
public java.lang.String getPrefix()
public java.lang.String getSrcManifestFile()
public void setBase(java.lang.String base)
base
- the required base path to setpublic void setDirectory(java.lang.String directory)
directory
- the required directory path to setpublic void setDstManifestFile(java.lang.String dstManifestFile)
dstManifestFile
- absolute path where the synched manifest will be writtenpublic void setPrefix(java.lang.String prefix)
prefix
- the directory prefix to setpublic void setSrcManifestFile(java.lang.String srcManifestFile)
srcManifestFile
- absolute path to the source manifest file