org.quartz.xml
Class JobSchedulingDataProcessor.TriggerRuleSet

java.lang.Object
  extended byorg.apache.commons.digester.RuleSetBase
      extended byorg.quartz.xml.JobSchedulingDataProcessor.TriggerRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet
Enclosing class:
JobSchedulingDataProcessor

public class JobSchedulingDataProcessor.TriggerRuleSet
extends org.apache.commons.digester.RuleSetBase

RuleSet for common Trigger tags.

Author:
Chris Bonham

Field Summary
protected  Class clazz
           
protected  String prefix
           
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
JobSchedulingDataProcessor.TriggerRuleSet(String prefix, Class clazz)
           
 
Method Summary
 void addRuleInstances(org.apache.commons.digester.Digester digester)
           
 
Methods inherited from class org.apache.commons.digester.RuleSetBase
getNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

protected String prefix

clazz

protected Class clazz
Constructor Detail

JobSchedulingDataProcessor.TriggerRuleSet

public JobSchedulingDataProcessor.TriggerRuleSet(String prefix,
                                                 Class clazz)
Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)

Quartz Enterprise Job Scheduler Project Page