Class OldXmlFactoryConfigurationRuleSet.BooleanConfigRule

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BooleanConfigRule()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void body​(java.lang.String ns, java.lang.String name, java.lang.String text)  
      abstract void setBoolean​(FactoryConfiguration parent, java.lang.Boolean value)  
      • Methods inherited from class java.lang.Object

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

      • BooleanConfigRule

        protected BooleanConfigRule()
    • Method Detail

      • body

        public void body​(java.lang.String ns,
                         java.lang.String name,
                         java.lang.String text)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setBoolean

        public abstract void setBoolean​(FactoryConfiguration parent,
                                        java.lang.Boolean value)