com.armatiek.infofuze.job
Class AntJob

java.lang.Object
  extended by com.armatiek.infofuze.job.AntJob
All Implemented Interfaces:
org.quartz.Job

public class AntJob
extends java.lang.Object
implements org.quartz.Job

A Quartz Job executing Ant tasks Based on code by Dimitar Marinov


Constructor Summary
AntJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntJob

public AntJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException
See Also:
Job.execute(org.quartz.JobExecutionContext)