Class SetColumnPropertyRule
java.lang.Object
org.apache.commons.digester.Rule
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io.SetColumnPropertyRule
public class SetColumnPropertyRule
extends org.apache.commons.digester.Rule
A digester rule for setting a bean property that corresponds to a column.
- Version:
- $Revision: 289996 $
-
Field Summary
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
-
Constructor Summary
ConstructorsConstructorDescriptionSetColumnPropertyRule
(Column column, SqlTypeConverter converter, boolean beCaseSensitive) Creates a new creation rule that sets the property corresponding to the given column. -
Method Summary
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Constructor Details
-
SetColumnPropertyRule
Creates a new creation rule that sets the property corresponding to the given column.- Parameters:
column
- The column that this rule shall setconverter
- The converter to be used for this columnbeCaseSensitive
- Whether the rule shall compare the attribute names case sensitively
-
-
Method Details
-
begin
- Overrides:
begin
in classorg.apache.commons.digester.Rule
- Throws:
Exception
-