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

Packages that use VersionConfig
com.caucho.amber.cfg   
 

Uses of VersionConfig in com.caucho.amber.cfg
 

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

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

Methods in com.caucho.amber.cfg with parameters of type VersionConfig
 void AttributesConfig.addVersion(VersionConfig version)