类 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 void
void
addConfiguration
(CompoundConfiguration<C> config) protected void
appendChildren
(StringBuilder out, String childrenName, String childDelim) boolean
protected C
protected Collection<C>
protected boolean
int
hashCode()
protected boolean
removeChild
(C config) protected void
setChildren
(Collection<C> kids) void
validate()
从类继承的方法 org.apache.velocity.tools.config.Configuration
addConfiguration, addProperty, appendProperties, compareTo, getProperties, getProperty, getPropertyMap, hasProperties, removeProperty, removeProperty, setProperties, setProperty, setPropertyMap
-
字段详细资料
-
children
-
-
构造器详细资料
-
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
-