|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DeploymentUnit in org.jboss.deployers.structure.spi |
|---|
| Methods in org.jboss.deployers.structure.spi that return DeploymentUnit | |
|---|---|
DeploymentUnit |
DeploymentUnit.addComponent(String name)
Add a component |
DeploymentUnit |
DeploymentContext.getDeploymentUnit()
Get the deployment unit |
DeploymentUnit |
DeploymentUnit.getParent()
Get the parent deployment unit |
DeploymentUnit |
DeploymentUnit.getTopLevel()
Get the top leve deployment unit |
| Methods in org.jboss.deployers.structure.spi that return types with arguments of type DeploymentUnit | |
|---|---|
List<DeploymentUnit> |
DeploymentUnit.getChildren()
Get the children |
List<DeploymentUnit> |
DeploymentUnit.getComponents()
Get the components |
| Methods in org.jboss.deployers.structure.spi with parameters of type DeploymentUnit | |
|---|---|
void |
DeploymentContext.setDeploymentUnit(DeploymentUnit unit)
Set the deployment unit |
| Uses of DeploymentUnit in org.jboss.deployers.structure.spi.classloading |
|---|
| Methods in org.jboss.deployers.structure.spi.classloading with parameters of type DeploymentUnit | |
|---|---|
boolean |
Capability.resolves(DeploymentUnit unit,
Requirement requirement)
Whether this capability resolves the requirement |
| Uses of DeploymentUnit in org.jboss.deployers.structure.spi.classloading.helpers |
|---|
| Methods in org.jboss.deployers.structure.spi.classloading.helpers with parameters of type DeploymentUnit | |
|---|---|
boolean |
ModuleCapabilityImpl.resolves(DeploymentUnit unit,
Requirement requirement)
|
boolean |
PackageCapabilityImpl.resolves(DeploymentUnit unit,
Requirement requirement)
|
| Uses of DeploymentUnit in org.jboss.deployers.structure.spi.helpers |
|---|
| Classes in org.jboss.deployers.structure.spi.helpers that implement DeploymentUnit | |
|---|---|
class |
AbstractDeploymentUnit
AbstractDeploymentUnit. |
| Methods in org.jboss.deployers.structure.spi.helpers that return DeploymentUnit | |
|---|---|
DeploymentUnit |
AbstractDeploymentUnit.addComponent(String name)
|
protected DeploymentUnit |
AbstractDeploymentUnit.createComponentDeploymentUnit(DeploymentContext component)
Create a component deployment unit |
protected DeploymentUnit |
AbstractDeploymentContext.createDeploymentUnit()
Create a deployment unit |
DeploymentUnit |
ComponentDeploymentContext.getDeploymentUnit()
|
DeploymentUnit |
AbstractDeploymentContext.getDeploymentUnit()
|
DeploymentUnit |
AbstractDeploymentUnit.getParent()
|
DeploymentUnit |
AbstractDeploymentUnit.getTopLevel()
|
| Methods in org.jboss.deployers.structure.spi.helpers that return types with arguments of type DeploymentUnit | |
|---|---|
List<DeploymentUnit> |
AbstractDeploymentUnit.getChildren()
|
List<DeploymentUnit> |
AbstractDeploymentUnit.getComponents()
|
| Methods in org.jboss.deployers.structure.spi.helpers with parameters of type DeploymentUnit | |
|---|---|
void |
ComponentDeploymentContext.setDeploymentUnit(DeploymentUnit unit)
|
void |
AbstractDeploymentContext.setDeploymentUnit(DeploymentUnit unit)
|
| Uses of DeploymentUnit in org.jboss.deployers.structure.spi.main |
|---|
| Methods in org.jboss.deployers.structure.spi.main that return DeploymentUnit | |
|---|---|
DeploymentUnit |
MainDeployerStructure.getDeploymentUnit(String name)
Get a deployment unit |
DeploymentUnit |
MainDeployerStructure.getDeploymentUnit(String name,
boolean errorNotFound)
Get a deployment context |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||