org.carrot2.ant.deps
Class AntBuildElement

java.lang.Object
  extended by org.carrot2.ant.deps.AntBuildElement
All Implemented Interfaces:
Serializable, BuildTask

 class AntBuildElement
extends Object
implements BuildTask, Serializable

An build trigger for a component representing an ANT file.

Author:
Dawid Weiss

Constructor Summary
AntBuildElement(File base, Element configElement)
           
 
Method Summary
 void execute(Project project, String profile, BringToDateTask toDateTask)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntBuildElement

public AntBuildElement(File base,
                       Element configElement)
                throws SAXException
Throws:
SAXException
Method Detail

execute

public void execute(Project project,
                    String profile,
                    BringToDateTask toDateTask)
Specified by:
execute in interface BuildTask


Copyright (c) Dawid Weiss, Stanislaw Osinski