Uses of Interface
org.jboss.deployers.structure.spi.DeploymentUnit

Packages that use DeploymentUnit
org.jboss.deployers.structure.spi   
org.jboss.deployers.structure.spi.classloading   
org.jboss.deployers.structure.spi.classloading.helpers   
org.jboss.deployers.structure.spi.helpers   
org.jboss.deployers.structure.spi.main   
 

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
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.