Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.util.ant
Class MergePropertiesTask  view MergePropertiesTask download MergePropertiesTask.java

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.activemq.util.ant.MergePropertiesTask

public class MergePropertiesTask
extends org.apache.tools.ant.Task


Field Summary
private  boolean failonerror
          Fail on error flag
private  java.io.File mergeBaseProperties
          File to merge properties into
private  java.io.File mergeProperties
          File to merge properties from
 
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
MergePropertiesTask()
           
 
Method Summary
 void execute()
          Load the step and then execute it
 java.io.File getMergeBaseProperties()
          Gets the File to merge properties into
 java.io.File getMergeProperties()
          Gets the File to merge properties from
 void setFailOnError(boolean failonerror)
           
 void setMergeBaseProperties(java.io.File mergeBaseProperties)
          Sets the File to merge properties into
 void setMergeProperties(java.io.File mergeProperties)
          Sets the File to merge properties from
 
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
 

Field Detail

mergeBaseProperties

private java.io.File mergeBaseProperties
File to merge properties into


mergeProperties

private java.io.File mergeProperties
File to merge properties from


failonerror

private boolean failonerror
Fail on error flag

Constructor Detail

MergePropertiesTask

public MergePropertiesTask()
Method Detail

setMergeBaseProperties

public void setMergeBaseProperties(java.io.File mergeBaseProperties)
Sets the File to merge properties into


setMergeProperties

public void setMergeProperties(java.io.File mergeProperties)
Sets the File to merge properties from


setFailOnError

public void setFailOnError(boolean failonerror)

getMergeBaseProperties

public java.io.File getMergeBaseProperties()
Gets the File to merge properties into


getMergeProperties

public java.io.File getMergeProperties()
Gets the File to merge properties from


execute

public void execute()
             throws org.apache.tools.ant.BuildException
Load the step and then execute it