Uses of Class
com.caucho.amber.cfg.EmbeddedConfig

Packages that use EmbeddedConfig
com.caucho.amber.cfg   
 

Uses of EmbeddedConfig in com.caucho.amber.cfg
 

Methods in com.caucho.amber.cfg that return EmbeddedConfig
 EmbeddedConfig AttributesConfig.getEmbedded(java.lang.String name)
           
 

Methods in com.caucho.amber.cfg that return types with arguments of type EmbeddedConfig
 java.util.HashMap<java.lang.String,EmbeddedConfig> AttributesConfig.getEmbeddedMap()
           
 

Methods in com.caucho.amber.cfg with parameters of type EmbeddedConfig
 void AttributesConfig.addEmbedded(EmbeddedConfig embedded)