com.canoo.ant.task
Class PropertyTableTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.canoo.ant.task.PropertyTableTask
All Implemented Interfaces:
Cloneable, TaskContainer

public class PropertyTableTask
extends Task
implements TaskContainer

Author:
Dierk König, Marc Guillemot

Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
PropertyTableTask()
           
 
Method Summary
 void addTask(Task task)
          Called by Ant to add nested tasks
 void execute()
           
 void setContainer(File container)
           
 void setFailASAP(boolean newValue)
           
 void setFilterclass(String filterClass)
           
 void setName(String name)
           
 void setReplaceProperties(boolean replaceProperties)
           
 void setTable(String table)
           
 void setTableclass(String tableClass)
           
 void setTableContainer(File container)
           
 void setValue(String value)
           
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyTableTask

public PropertyTableTask()
Method Detail

setReplaceProperties

public void setReplaceProperties(boolean replaceProperties)
Parameters:
replaceProperties -

setValue

public void setValue(String value)

setName

public void setName(String name)

setTableclass

public void setTableclass(String tableClass)

setFilterclass

public void setFilterclass(String filterClass)

setTable

public void setTable(String table)

setTableContainer

public void setTableContainer(File container)
                       throws IOException
Throws:
IOException

setContainer

public void setContainer(File container)
                  throws IOException
Throws:
IOException

setFailASAP

public void setFailASAP(boolean newValue)

addTask

public void addTask(Task task)
Called by Ant to add nested tasks

Specified by:
addTask in interface TaskContainer
See Also:
TaskContainer.addTask(org.apache.tools.ant.Task)

execute

public void execute()
             throws BuildException
Overrides:
execute in class Task
Throws:
BuildException

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.