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

    Constructors
    Constructor
    Description
    SetColumnPropertyRule(Column column, SqlTypeConverter converter, boolean beCaseSensitive)
    Creates a new creation rule that sets the property corresponding to the given column.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    begin(Attributes attributes)

    Methods inherited from class org.apache.commons.digester.Rule

    begin, body, body, end, 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 Details

    • SetColumnPropertyRule

      public SetColumnPropertyRule(Column column, SqlTypeConverter converter, boolean beCaseSensitive)
      Creates a new creation rule that sets the property corresponding to the given column.
      Parameters:
      column - The column that this rule shall set
      converter - The converter to be used for this column
      beCaseSensitive - Whether the rule shall compare the attribute names case sensitively
  • Method Details

    • begin

      public void begin(Attributes attributes) throws Exception
      Overrides:
      begin in class org.apache.commons.digester.Rule
      Throws:
      Exception