Uses of Class
com.caucho.loader.ModuleConfig

Packages that use ModuleConfig
com.caucho.loader   
 

Uses of ModuleConfig in com.caucho.loader
 

Methods in com.caucho.loader that return ModuleConfig
 ModuleConfig ClassLoaderConfig.createDependency()
          Adds a jar dependency, to be loaded from the repository
 ModuleConfig ClassLoaderConfig.createModule()
          Creates an ivy class loader.
 

Methods in com.caucho.loader with parameters of type ModuleConfig
 void ClassLoaderConfig.addDependency(ModuleConfig config)
          Adds a jar dependency, to be loaded from the repository