Class SetColumnPropertyFromSubElementRule

java.lang.Object
org.apache.commons.digester.Rule
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io.SetColumnPropertyFromSubElementRule

public class SetColumnPropertyFromSubElementRule extends org.apache.commons.digester.Rule
A digester rule for setting a bean property that corresponds to a column with the value derived from a sub element.
Version:
$Revision: 289996 $
  • Constructor Details

    • SetColumnPropertyFromSubElementRule

      public SetColumnPropertyFromSubElementRule(Column column, SqlTypeConverter converter)
      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
  • Method Details

    • begin

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

      public void end() throws Exception
      Overrides:
      end in class org.apache.commons.digester.Rule
      Throws:
      Exception
    • body

      public void body(String text) throws Exception
      Overrides:
      body in class org.apache.commons.digester.Rule
      Throws:
      Exception