Class ConfigurationFactory.AdditionalConfigurationData

    • Method Detail

      • getAt

        public java.lang.String getAt()
        Returns the value of the at attribute.
        Returns:
        the at attribute
      • setAt

        public void setAt​(java.lang.String string)
        Sets the value of the at attribute.
        Parameters:
        string - the attribute value
      • addConfiguration

        public void addConfiguration​(Configuration config)
        Sets the configuration object. Note: Normally this method should be named setConfiguration(), but the name addConfiguration() is required by some of the digester rules.
        Parameters:
        config - the configuration to set