org.ow2.bonita.ant.tasks
Class GenerateBar

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.ow2.bonita.ant.tasks.GenerateBar

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


Field Summary
protected  java.io.File destfile
           
protected  java.util.Collection<org.apache.tools.ant.types.FileSet> fileSets
           
 
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
GenerateBar()
           
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet fileSet)
           
 void execute()
           
 void setDestfile(java.io.File destfile)
           
 
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

destfile

protected java.io.File destfile

fileSets

protected java.util.Collection<org.apache.tools.ant.types.FileSet> fileSets
Constructor Detail

GenerateBar

public GenerateBar()
Method Detail

setDestfile

public void setDestfile(java.io.File destfile)

addFileset

public void addFileset(org.apache.tools.ant.types.FileSet fileSet)

execute

public void execute()
Overrides:
execute in class org.apache.tools.ant.Task


Copyright © 2009 OW2 Consortium. All Rights Reserved.