|
|||||||||||
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 org.apache.jetspeed.util.ant.OverwritePropertiesTask
OverwritePropertiesTask
is the task definition for an Ant
* interface to the OverwriteProperties
.
*
* @created January 29, 2003
* @author Eric Pugh
* @version $Revision: 1.3 $
* @see 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 | |
OverwritePropertiesTask()
|
Method Summary | |
void |
execute()
Load the step and then execute it * * @exception BuildException * Description of the Exception |
java.io.File |
getIncludesDir()
Gets the Directory to look for includes in * * @return Directory to look for includes in |
java.io.File |
getMergeBaseProperties()
Gets the File to merge properties into * * @return File to merge properties into |
java.io.File |
getMergeProperties()
Gets the File to merge properties from * * @return File to merge properties from |
void |
setFailOnError(boolean failonerror)
If false, note errors to the output but keep going. |
void |
setIncludesDir(java.io.File includesDir)
Sets the Directory to look for includes in * * @param includesDir Directory to look for includes in |
void |
setMergeBaseProperties(java.io.File mergeBaseProperties)
Sets the File to merge properties into * * @param mergeBaseProperties * File to merge properties into |
void |
setMergeProperties(java.io.File mergeProperties)
Sets the File to merge properties from * * @param mergeProperties File to merge properties from |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
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 OverwritePropertiesTask()
Method Detail |
public void setMergeBaseProperties(java.io.File mergeBaseProperties)
public void setMergeProperties(java.io.File mergeProperties)
public void setIncludesDir(java.io.File includesDir)
public void setFailOnError(boolean failonerror)
public java.io.File getMergeBaseProperties()
public java.io.File getMergeProperties()
public java.io.File getIncludesDir()
public void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |