net.sf.letsparty.cfg
Class IntervalCreateRule

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended bynet.sf.letsparty.cfg.IntervalCreateRule

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

Used by Configuration to get the type of the PartitionedColumn to create instances of the right class of Interval


Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
IntervalCreateRule()
           
 
Method Summary
 void begin(java.lang.String arg0, java.lang.String arg1, org.xml.sax.Attributes arg2)
           
 void end(java.lang.String namespace, java.lang.String name)
           
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, 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

IntervalCreateRule

public IntervalCreateRule()
Method Detail

begin

public void begin(java.lang.String arg0,
                  java.lang.String arg1,
                  org.xml.sax.Attributes arg2)
           throws java.lang.Exception
Throws:
java.lang.Exception

end

public void end(java.lang.String namespace,
                java.lang.String name)
         throws java.lang.Exception
Throws:
java.lang.Exception