Class CompoundConfiguration<C extends Configuration>

    • Constructor Detail

      • CompoundConfiguration

        public CompoundConfiguration()
    • Method Detail

      • addChild

        protected C addChild​(C newKid)
      • removeChild

        protected boolean removeChild​(C config)
      • hasChildren

        protected boolean hasChildren()
      • getChildren

        protected java.util.Collection<C> getChildren()
      • setChildren

        @Deprecated
        protected void setChildren​(java.util.Collection<C> kids)
        Deprecated.
        use addChildren(collection)
      • addChildren

        protected void addChildren​(java.util.Collection<C> kids)
        Since:
        3.2
      • getChild

        protected C getChild​(C kid)
      • appendChildren

        protected void appendChildren​(java.lang.StringBuilder out,
                                      java.lang.String childrenName,
                                      java.lang.String childDelim)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class Configuration