i3.dragos.core
Class DigesterTaskCreationRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by i3.dragos.core.DigesterTaskCreationRule

public class DigesterTaskCreationRule
extends org.apache.commons.digester.Rule

The DigesterTaskCreationRule is a special rule for the Jakarta Commons Digester which takes the top-element of the digester's stack and adds it to the task scheduler if it is an instance of Task.

Author:
Boris Boehlen <boehlen@cs.rwth-aachen.de>

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
DigesterTaskCreationRule()
          Constructs rule.
 
Method Summary
 void begin(java.lang.String namespace, java.lang.String name, org.xml.sax.Attributes attributes)
          
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigesterTaskCreationRule

public DigesterTaskCreationRule()
Constructs rule.

Method Detail

begin

public void begin(java.lang.String namespace,
                  java.lang.String name,
                  org.xml.sax.Attributes attributes)

Overrides:
begin in class org.apache.commons.digester.Rule


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.