Uses of Class
com.sun.enterprise.module.ModuleDependency
Packages that use ModuleDependency
Package
Description
-
Uses of ModuleDependency in com.sun.enterprise.module
Methods in com.sun.enterprise.module that return ModuleDependencyModifier and TypeMethodDescriptionModuleDefinition.getDependencies()
Returns the list of this module's dependencies.Methods in com.sun.enterprise.module with parameters of type ModuleDependencyModifier and TypeMethodDescriptionModule.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 ModuleDependencyModifier and TypeFieldDescriptionprotected final List
<ModuleDependency> DefaultModuleDefinition.dependencies
Methods in com.sun.enterprise.module.common_impl that return ModuleDependencyModifier and TypeMethodDescriptionDefaultModuleDefinition.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 ModuleDependencyModifier and TypeFieldDescription(package private) List
<ModuleDependency> CookedModuleDefinition.dependencies
Methods in com.sun.enterprise.module.impl that return ModuleDependencyMethods in com.sun.enterprise.module.impl with parameters of type ModuleDependencyModifier and TypeMethodDescriptionvoid
CookedModuleDefinition.addDependency
(ModuleDependency dependent) 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 ModuleDependencyMethods in com.sun.enterprise.module.single with parameters of type ModuleDependency