类 CompoundConfiguration<C extends Configuration>

java.lang.Object
org.apache.velocity.tools.config.Configuration
org.apache.velocity.tools.config.CompoundConfiguration<C>
所有已实现的接口:
Comparable<Configuration>
直接已知子类:
FactoryConfiguration, ToolboxConfiguration

public class CompoundConfiguration<C extends Configuration> extends Configuration
This class manages a SortedSet of child Configurations as well as being a Configuration itself.
版本:
$Id: Configuration.java 511959 2007-02-26 19:24:39Z nbubna $
作者:
Nathan Bubna
  • 字段详细资料

  • 构造器详细资料

    • CompoundConfiguration

      public CompoundConfiguration()
  • 方法详细资料

    • addChild

      protected void addChild(C newKid)
    • removeChild

      protected boolean removeChild(C config)
    • hasChildren

      protected boolean hasChildren()
    • getChildren

      protected Collection<C> getChildren()
    • setChildren

      protected void setChildren(Collection<C> kids)
    • getChild

      protected C getChild(C kid)
    • addConfiguration

      public void addConfiguration(CompoundConfiguration<C> config)
    • validate

      public void validate()
      覆盖:
      validate 在类中 Configuration
    • appendChildren

      protected void appendChildren(StringBuilder out, String childrenName, String childDelim)
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Configuration
    • equals

      public boolean equals(Object obj)
      覆盖:
      equals 在类中 Configuration