Uses of Class
com.sun.enterprise.module.ModuleDependency

Packages that use ModuleDependency
com.sun.enterprise.module   
com.sun.enterprise.module.common_impl   
com.sun.enterprise.module.impl   
com.sun.enterprise.module.single   
org.jvnet.hk2.osgiadapter   
 

Uses of ModuleDependency in com.sun.enterprise.module
 

Methods in com.sun.enterprise.module that return ModuleDependency
 ModuleDependency[] ModuleDefinition.getDependencies()
          Returns the list of this module's dependencies.
 

Methods in com.sun.enterprise.module with parameters of type ModuleDependency
 Module Module.addImport(ModuleDependency dependency)
          Create and add a new module to this module's list of imports.
 

Uses of ModuleDependency in com.sun.enterprise.module.common_impl
 

Fields in com.sun.enterprise.module.common_impl with type parameters of type ModuleDependency
protected  List<ModuleDependency> DefaultModuleDefinition.dependencies
           
 

Methods in com.sun.enterprise.module.common_impl that return ModuleDependency
 ModuleDependency[] DefaultModuleDefinition.getDependencies()
          Returns the list of module dependencies
 

Uses of ModuleDependency in com.sun.enterprise.module.impl
 

Methods in com.sun.enterprise.module.impl that return ModuleDependency
 ModuleDependency[] CookedModuleDefinition.getDependencies()
           
 

Methods in com.sun.enterprise.module.impl with parameters of type ModuleDependency
 void CookedModuleDefinition.addDependency(ModuleDependency dependent)
           
 Module ModuleImpl.addImport(ModuleDependency dependency)
          Create and add a new module to this module's list of imports.
 

Uses of ModuleDependency in com.sun.enterprise.module.single
 

Methods in com.sun.enterprise.module.single that return ModuleDependency
 ModuleDependency[] ProxyModuleDefinition.getDependencies()
           
 

Methods in com.sun.enterprise.module.single with parameters of type ModuleDependency
 Module ProxyModule.addImport(ModuleDependency dependency)
           
 

Uses of ModuleDependency in org.jvnet.hk2.osgiadapter
 

Methods in org.jvnet.hk2.osgiadapter that return ModuleDependency
 ModuleDependency[] OSGiModuleDefinition.getDependencies()
           
 

Methods in org.jvnet.hk2.osgiadapter with parameters of type ModuleDependency
 Module OSGiModuleImpl.addImport(ModuleDependency dependency)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.