Uses of Class
com.sun.enterprise.module.ModuleDependency
-
Packages that use ModuleDependency Package Description com.sun.enterprise.module com.sun.enterprise.module.common_impl com.sun.enterprise.module.impl com.sun.enterprise.module.single -
-
Uses of ModuleDependency in com.sun.enterprise.module
Methods in com.sun.enterprise.module that return ModuleDependency Modifier and Type Method Description ModuleDependency[]
ModuleDefinition. getDependencies()
Returns the list of this module's dependencies.Methods in com.sun.enterprise.module with parameters of type ModuleDependency Modifier and Type Method Description 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 Modifier and Type Field Description protected java.util.List<ModuleDependency>
DefaultModuleDefinition. dependencies
Methods in com.sun.enterprise.module.common_impl that return ModuleDependency Modifier and Type Method Description ModuleDependency[]
DefaultModuleDefinition. getDependencies()
Returns the list of module dependencies -
Uses of ModuleDependency in com.sun.enterprise.module.impl
Fields in com.sun.enterprise.module.impl with type parameters of type ModuleDependency Modifier and Type Field Description (package private) java.util.List<ModuleDependency>
CookedModuleDefinition. dependencies
Methods in com.sun.enterprise.module.impl that return ModuleDependency Modifier and Type Method Description ModuleDependency[]
CookedModuleDefinition. getDependencies()
Methods in com.sun.enterprise.module.impl with parameters of type ModuleDependency Modifier and Type Method Description 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 Modifier and Type Method Description ModuleDependency[]
ProxyModuleDefinition. getDependencies()
Methods in com.sun.enterprise.module.single with parameters of type ModuleDependency Modifier and Type Method Description Module
ProxyModule. addImport(ModuleDependency dependency)
-