Class DefaultConfigurationNode

    • Constructor Detail

      • DefaultConfigurationNode

        public DefaultConfigurationNode()
        Creates a new uninitialized instance of DefaultConfigurationNode.
      • DefaultConfigurationNode

        public DefaultConfigurationNode​(java.lang.String name)
        Creates a new instance of DefaultConfigurationNode and initializes it with the node name.
        Parameters:
        name - the name of this node
      • DefaultConfigurationNode

        public DefaultConfigurationNode​(java.lang.String name,
                                        java.lang.Object value)
        Creates a new instance of DefaultConfigurationNode and initializes it with the name and a value.
        Parameters:
        name - the node's name
        value - the node's value