net.sf.letsparty.cfg
Class IntervalCreateRule
java.lang.Object
org.apache.commons.digester.Rule
net.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
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
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 |
IntervalCreateRule
public IntervalCreateRule()
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