Class UiDependencyTool.GroupRule

  • Enclosing class:
    UiDependencyTool

    protected static class UiDependencyTool.GroupRule
    extends org.apache.commons.digester3.Rule
    NOTE: This class may change or disappear w/o warning; don't depend on it unless you're willing to update your code whenever this changes.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected GroupRule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void begin​(java.lang.String ns, java.lang.String el, org.xml.sax.Attributes attributes)  
      void end​(java.lang.String ns, java.lang.String el)  
      • Methods inherited from class org.apache.commons.digester3.Rule

        body, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroupRule

        protected GroupRule()
    • Method Detail

      • begin

        public void begin​(java.lang.String ns,
                          java.lang.String el,
                          org.xml.sax.Attributes attributes)
                   throws java.lang.Exception
        Overrides:
        begin in class org.apache.commons.digester3.Rule
        Throws:
        java.lang.Exception
      • end

        public void end​(java.lang.String ns,
                        java.lang.String el)
                 throws java.lang.Exception
        Overrides:
        end in class org.apache.commons.digester3.Rule
        Throws:
        java.lang.Exception