类 CompoundConfiguration<C extends Configuration>
java.lang.Object
org.apache.velocity.tools.config.Configuration
org.apache.velocity.tools.config.CompoundConfiguration<C>
- 所有已实现的接口:
Comparable<Configuration>
- 直接已知子类:
FactoryConfiguration,ToolboxConfiguration
- 版本:
- $Id: Configuration.java 511959 2007-02-26 19:24:39Z nbubna $
- 作者:
- Nathan Bubna
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidvoidaddConfiguration(CompoundConfiguration<C> config) protected voidappendChildren(StringBuilder out, String childrenName, String childDelim) booleanprotected Cprotected Collection<C>protected booleaninthashCode()protected booleanremoveChild(C config) protected voidsetChildren(Collection<C> kids) voidvalidate()从类继承的方法 org.apache.velocity.tools.config.Configuration
addConfiguration, addProperty, appendProperties, compareTo, getProperties, getProperty, getPropertyMap, hasProperties, removeProperty, removeProperty, setProperties, setProperty, setPropertyMap
-
构造器详细资料
-
CompoundConfiguration
public CompoundConfiguration()
-
-
方法详细资料
-
addChild
-
removeChild
-
hasChildren
protected boolean hasChildren() -
getChildren
-
setChildren
-
getChild
-
addConfiguration
-
validate
public void validate()- 覆盖:
validate在类中Configuration
-
appendChildren
-
hashCode
public int hashCode()- 覆盖:
hashCode在类中Configuration
-
equals
- 覆盖:
equals在类中Configuration
-