public class JobSchedulingDataProcessor.MisfireInstructionRule
extends org.apache.commons.digester.BeanPropertySetterRule
TODO Consider removing this class and using a
org.apache.commons.digester.Substitutor strategy once
Jakarta Commons Digester 1.6 is final.
| Constructor and Description |
|---|
JobSchedulingDataProcessor.MisfireInstructionRule(java.lang.String propertyName)
Construct rule that sets the given property from the body text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
body(java.lang.String namespace,
java.lang.String name,
java.lang.String text)
Process the body text of this element.
|
end, finish, toStringpublic JobSchedulingDataProcessor.MisfireInstructionRule(java.lang.String propertyName)
Construct rule that sets the given property from the body text.
propertyName - name of property to setpublic void body(java.lang.String namespace,
java.lang.String name,
java.lang.String text)
throws java.lang.Exception
body in class org.apache.commons.digester.BeanPropertySetterRulenamespace - the namespace URI of the matching element, or an
empty string if the parser is not namespace aware or the element has
no namespacename - the local name if the parser is namespace aware, or just
the element name otherwisetext - The text of the body of this elementjava.lang.Exception