org.apache.ddlutils.io
Class DigesterRules
java.lang.Object
org.apache.commons.digester.RulesBase
org.apache.ddlutils.io.DigesterRules
- All Implemented Interfaces:
- Rules
- public class DigesterRules
- extends RulesBase
An extended rules implementation that is able to match case-insensitively. Per default,
the rules are matches disregarding the case.
- Version:
- $Revision: 289996 $
- Author:
- Thomas Dudziak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DigesterRules
public DigesterRules()
isCaseSensitive
public boolean isCaseSensitive()
- Determines whether this rules object matches case sensitively.
- Returns:
true
if the case of the pattern matters
setCaseSensitive
public void setCaseSensitive(boolean beCaseSensitive)
- Specifies whether this rules object shall match case sensitively.
- Parameters:
beCaseSensitive
- true
if the case of the pattern shall matter
add
public void add(String pattern,
Rule rule)
-
lookup
protected List lookup(String namespaceURI,
String pattern)
-
Copyright © 2005 Apache Software Foundation. All Rights Reserved.