| Package | Description |
|---|---|
| com.sun.enterprise.module | |
| com.sun.enterprise.module.common_impl | |
| com.sun.enterprise.module.impl | |
| com.sun.enterprise.module.single |
| Modifier and Type | Method and Description |
|---|---|
ModuleDependency[] |
ModuleDefinition.getDependencies()
Returns the list of this module's dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
Module.addImport(ModuleDependency dependency)
Create and add a new module to this module's list of
imports.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ModuleDependency> |
DefaultModuleDefinition.dependencies |
| Modifier and Type | Method and Description |
|---|---|
ModuleDependency[] |
DefaultModuleDefinition.getDependencies()
Returns the list of module dependencies
|
| Modifier and Type | Method and Description |
|---|---|
ModuleDependency[] |
CookedModuleDefinition.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
CookedModuleDefinition.addDependency(ModuleDependency dependent) |
Module |
ModuleImpl.addImport(ModuleDependency dependency)
Create and add a new module to this module's list of
imports.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleDependency[] |
ProxyModuleDefinition.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
Module |
ProxyModule.addImport(ModuleDependency dependency) |
Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.