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 TypeMethodDescriptionHK2Module.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.dependenciesMethods 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
Methods in com.sun.enterprise.module.impl that return ModuleDependencyMethods in com.sun.enterprise.module.impl with parameters of type ModuleDependencyModifier and TypeMethodDescriptionvoidCookedModuleDefinition.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