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

Packages that use DeploymentUnit
org.jboss.deployers.plugins.annotations   
org.jboss.deployers.plugins.classloading   
org.jboss.deployers.plugins.deployers   
org.jboss.deployers.plugins.main   
org.jboss.deployers.plugins.managed   
org.jboss.deployers.spi.deployer   
org.jboss.deployers.spi.deployer.helpers   
org.jboss.deployers.spi.deployer.managed   
org.jboss.deployers.structure.spi   
org.jboss.deployers.structure.spi.helpers   
org.jboss.deployers.structure.spi.main   
org.jboss.deployers.vfs.deployer.kernel   
org.jboss.deployers.vfs.plugins.annotations   
org.jboss.deployers.vfs.plugins.classloader   
org.jboss.deployers.vfs.plugins.dependency   
org.jboss.deployers.vfs.plugins.structure   
org.jboss.deployers.vfs.spi.deployer   
org.jboss.deployers.vfs.spi.structure   
org.jboss.deployers.vfs.spi.structure.helpers   
 

Uses of DeploymentUnit in org.jboss.deployers.plugins.annotations
 

Methods in org.jboss.deployers.plugins.annotations with parameters of type DeploymentUnit
protected  GenericAnnotationResourceVisitor GenericAnnotationDeployer.createGenericAnnotationResourceVisitor(DeploymentUnit unit, javassist.ClassPool pool, ClassLoader classLoader)
          Create GenericAnnotationResourceVisitor.
 void GenericAnnotationDeployer.deploy(DeploymentUnit unit, org.jboss.classloading.spi.dependency.Module module)
           
protected
<T> T
FilteredGenericAnnotationDeployer.getFilter(DeploymentUnit unit, Class<T> expectedClass, String suffix, T defaultValue)
          Get filter.
protected  URL[] GenericAnnotationDeployer.getUrls(DeploymentUnit unit)
          Get the new root urls.
protected  void GenericAnnotationDeployer.visitModule(DeploymentUnit unit, org.jboss.classloading.spi.dependency.Module module, GenericAnnotationResourceVisitor visitor)
          Visit module.
protected  void FilteredGenericAnnotationDeployer.visitModule(DeploymentUnit unit, org.jboss.classloading.spi.dependency.Module module, GenericAnnotationResourceVisitor visitor)
          We look for filter attachments: * org.jboss.classloading.spi.visitor.ResourceFilter.resource - plain resource filter * org.jboss.classloading.spi.visitor.ResourceFilter.recurse - recurse resource filter
 

Uses of DeploymentUnit in org.jboss.deployers.plugins.classloading
 

Methods in org.jboss.deployers.plugins.classloading that return DeploymentUnit
 DeploymentUnit AbstractDeploymentClassLoaderPolicyModule.getDeploymentUnit()
          Get the unit.
 

Methods in org.jboss.deployers.plugins.classloading with parameters of type DeploymentUnit
protected  void AbstractLevelClassLoaderSystemDeployer.cleanup(DeploymentUnit unit, org.jboss.classloading.spi.dependency.Module module)
          Hook to perform cleanup on destruction of classloaader
 ClassLoader AbstractLevelClassLoaderSystemDeployer.createClassLoader(DeploymentUnit unit)
           
protected  org.jboss.classloading.spi.visitor.ResourceFilter AbstractResourceVisitorDeployer.createFilter(DeploymentUnit unit)
          Create resource filter from unit.
protected abstract  org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule AbstractClassLoaderDescribeDeployer.createModule(DeploymentUnit unit, org.jboss.classloading.spi.metadata.ClassLoadingMetaData metaData)
           
protected  org.jboss.classloading.spi.visitor.ResourceFilter AbstractResourceVisitorDeployer.createRecurseFilter(DeploymentUnit unit)
          Create recurse filter from unit.
protected  org.jboss.classloading.spi.visitor.ResourceVisitor AbstractResourceVisitorDeployer.createVisitor(DeploymentUnit unit)
          Create resource visitor from unit.
 void AbstractClassLoaderDescribeDeployer.deploy(DeploymentUnit unit, org.jboss.classloading.spi.metadata.ClassLoadingMetaData deployment)
           
 void ClassLoadingDefaultDeployer.deploy(DeploymentUnit unit, org.jboss.classloading.spi.metadata.ClassLoadingMetaData deployment)
           
 void AbstractResourceVisitorDeployer.deploy(DeploymentUnit unit, org.jboss.classloading.spi.dependency.Module module)
           
 void AbstractLevelClassLoaderSystemDeployer.removeClassLoader(DeploymentUnit unit)
           
 void AbstractClassLoaderDescribeDeployer.undeploy(DeploymentUnit unit, org.jboss.classloading.spi.metadata.ClassLoadingMetaData deployment)
           
 

Constructors in org.jboss.deployers.plugins.classloading with parameters of type DeploymentUnit
AbstractDeploymentClassLoaderPolicyModule(DeploymentUnit unit)
          Create a new AbstractDeploymentClassLoaderPolicyModule.
 

Uses of DeploymentUnit in org.jboss.deployers.plugins.deployers
 

Methods in org.jboss.deployers.plugins.deployers with parameters of type DeploymentUnit
 void DeployerWrapper.build(DeploymentUnit unit, Set<String> outputs, Map<String,org.jboss.managed.api.ManagedObject> managedObjects)
           
 void DeployerWrapper.deploy(DeploymentUnit unit)
           
protected  void DeployersImpl.doDeploy(Deployer deployer, DeploymentUnit unit)
          Do a deployment
protected  void DeployersImpl.doUndeploy(Deployer deployer, DeploymentUnit unit)
          Do an undeployment
protected  boolean DeployersImpl.isRelevant(Deployer deployer, DeploymentUnit unit, boolean isTopLevel, boolean isComponent)
          Test whether a deployer is relevant
 void DeployerWrapper.undeploy(DeploymentUnit unit)
           
 

Uses of DeploymentUnit in org.jboss.deployers.plugins.main
 

Methods in org.jboss.deployers.plugins.main that return DeploymentUnit
 DeploymentUnit MainDeployerImpl.getDeploymentUnit(String name)
           
 DeploymentUnit MainDeployerImpl.getDeploymentUnit(String name, boolean errorNotFound)
           
 

Uses of DeploymentUnit in org.jboss.deployers.plugins.managed
 

Methods in org.jboss.deployers.plugins.managed with parameters of type DeploymentUnit
 org.jboss.managed.api.ManagedDeployment DefaultManagedDeploymentCreator.build(DeploymentUnit unit, Map<String,org.jboss.managed.api.ManagedObject> unitMOs, org.jboss.managed.api.ManagedDeployment parent)
           
 

Uses of DeploymentUnit in org.jboss.deployers.spi.deployer
 

Methods in org.jboss.deployers.spi.deployer with parameters of type DeploymentUnit
 void Deployer.deploy(DeploymentUnit unit)
          Deploy a deployment
 void Deployer.undeploy(DeploymentUnit unit)
          Undeploy an deployment
 

Uses of DeploymentUnit in org.jboss.deployers.spi.deployer.helpers
 

Methods in org.jboss.deployers.spi.deployer.helpers with parameters of type DeploymentUnit
protected  boolean AbstractParsingDeployerWithOutput.accepts(DeploymentUnit unit)
          Callback to do prechecking on the deployment
protected  void ComponentAdapter.addComponent(DeploymentUnit unit, T attachment)
          Add component.
protected  void AbstractRealDeployer.addControllerContextName(DeploymentUnit unit)
          Add controller context name.
 void DefaultManagedObjectCreator.build(DeploymentUnit unit, Set<String> attachments, Map<String,org.jboss.managed.api.ManagedObject> managedObjects)
          Build managed object.
 ClassLoader AbstractTopLevelClassLoaderDeployer.createClassLoader(DeploymentUnit unit)
           
protected  void AbstractParsingDeployerWithOutput.createMetaData(DeploymentUnit unit, Set<String> names, String suffix)
          Create some meta data.
protected  void AbstractParsingDeployerWithOutput.createMetaData(DeploymentUnit unit, Set<String> names, String suffix, String key)
          Create some meta data.
protected  void AbstractParsingDeployerWithOutput.createMetaData(DeploymentUnit unit, String name, String suffix)
          Create some meta data.
protected  void AbstractParsingDeployerWithOutput.createMetaData(DeploymentUnit unit, String name, String suffix, String key)
          Create some meta data.
protected abstract  ClassLoader AbstractTopLevelClassLoaderDeployer.createTopLevelClassLoader(DeploymentUnit unit)
          Create a top level classloader
 void AbstractAllInputDeployer.deploy(DeploymentUnit unit)
           
 void AbstractRealDeployer.deploy(DeploymentUnit unit)
           
 void AbstractClassLoaderDeployer.deploy(DeploymentUnit unit)
           
 void AbstractParsingDeployerWithOutput.deploy(DeploymentUnit unit)
           
 void AbstractAnnotationDeployer.deploy(DeploymentUnit unit, AnnotationEnvironment deployment)
           
protected
<U> void
AbstractRealDeployerWithInput.deploy(DeploymentUnit unit, DeploymentVisitor<U> visitor)
          Deploy over visitor.
 void DeploymentVisitor.deploy(DeploymentUnit unit, T deployment)
          Deploy the deployment
 void AbstractComponentVisitor.deploy(DeploymentUnit unit, T attachment)
           
 void AbstractDeploymentVisitor.deploy(DeploymentUnit unit, T deployment)
           
abstract  void AbstractOptionalRealDeployer.deploy(DeploymentUnit unit, T deployment)
          Deploy
abstract  void AbstractSimpleRealDeployer.deploy(DeploymentUnit unit, T deployment)
           
protected  void AbstractComponentDeployer.deployComponents(DeploymentUnit unit)
           
protected  T AbstractParsingDeployerWithOutput.getMetaData(DeploymentUnit unit, String key)
          Get some meta data
protected  boolean AbstractAllInputDeployer.hasAllRequiredInputs(DeploymentUnit unit)
          Do we have all required inputs.
protected abstract  void AbstractAllInputDeployer.internalDeploy(DeploymentUnit unit)
          Deploy a deployment
protected abstract  void AbstractRealDeployer.internalDeploy(DeploymentUnit unit)
          Deploy a deployment
 void AbstractOptionalRealDeployer.internalDeploy(DeploymentUnit unit)
           
 void AbstractSimpleRealDeployer.internalDeploy(DeploymentUnit unit)
           
 void AbstractRealDeployerWithInput.internalDeploy(DeploymentUnit unit)
           
 void AbstractComponentDeployer.internalDeploy(DeploymentUnit unit)
           
protected  void AbstractAllInputDeployer.internalUndeploy(DeploymentUnit unit)
          Undeploy an deployment
protected  void AbstractRealDeployer.internalUndeploy(DeploymentUnit unit)
          Undeploy an deployment
 void AbstractOptionalRealDeployer.internalUndeploy(DeploymentUnit unit)
           
 void AbstractSimpleRealDeployer.internalUndeploy(DeploymentUnit unit)
           
 void AbstractRealDeployerWithInput.internalUndeploy(DeploymentUnit unit)
           
 void AbstractComponentDeployer.internalUndeploy(DeploymentUnit unit)
           
protected  boolean AbstractRealDeployer.isControllerContextNameCandidate(DeploymentUnit unit)
          Should we set controller context name on unit?
protected abstract  T AbstractParsingDeployerWithOutput.parse(DeploymentUnit unit, Set<String> names, String suffix, T root)
          Parse exact file names or look for a suffix
protected abstract  T AbstractParsingDeployerWithOutput.parse(DeploymentUnit unit, Set<String> names, T root)
          Parse an multiple exact file names
protected abstract  T AbstractParsingDeployerWithOutput.parse(DeploymentUnit unit, String name, String suffix, T root)
          Parse an exact file name or look for a suffix
protected abstract  T AbstractParsingDeployerWithOutput.parse(DeploymentUnit unit, String name, T root)
          Parse an exact file name
 void AbstractTopLevelClassLoaderDeployer.removeClassLoader(DeploymentUnit unit)
           
 void AbstractClassLoaderDeployer.removeClassLoader(DeploymentUnit unit)
           
protected  void ComponentAdapter.removeComponent(DeploymentUnit unit, T attachment)
          Remove component.
protected  void AbstractRealDeployer.removeControllerContextName(DeploymentUnit unit)
          Remove controller context name.
protected  void AbstractTopLevelClassLoaderDeployer.removeTopLevelClassLoader(DeploymentUnit unit)
          Remove a top level classloader
protected  void AbstractDeploymentVisitor.safeRemoveComponent(DeploymentUnit unit, C attachment)
          Ignore all error during component removal.
static
<T> T
AttachmentLocator.search(DeploymentUnit unit, Class<T> type)
          Deprecated. 
static Object AttachmentLocator.search(DeploymentUnit unit, String name)
          Deprecated. 
static
<T> T
AttachmentLocator.search(DeploymentUnit unit, String name, Class<T> expectedType)
          Deprecated. 
static
<T> T
AttachmentLocator.searchAncestors(DeploymentUnit unit, Class<T> type)
          Get an attachment of the given type, search ancestors
static Object AttachmentLocator.searchAncestors(DeploymentUnit unit, String name)
          Get a named attachment, search ancestors
static
<T> T
AttachmentLocator.searchAncestors(DeploymentUnit unit, String name, Class<T> expectedType)
          Get named attachment of a given type, search ancestors
static
<T> T
AttachmentLocator.searchChildren(DeploymentUnit unit, Class<T> type)
          Get an attachment of the given type, search in children
static Object AttachmentLocator.searchChildren(DeploymentUnit unit, String name)
          Get a named attachment, search in children
static
<T> T
AttachmentLocator.searchChildren(DeploymentUnit unit, String name, Class<T> expectedType)
          Get named attachment of a given type, search in children
 void AbstractDeployer.undeploy(DeploymentUnit unit)
           
 void AbstractAllInputDeployer.undeploy(DeploymentUnit unit)
           
 void AbstractRealDeployer.undeploy(DeploymentUnit unit)
           
 void AbstractClassLoaderDeployer.undeploy(DeploymentUnit unit)
           
protected
<U> void
AbstractRealDeployerWithInput.undeploy(DeploymentUnit unit, DeploymentVisitor<U> visitor)
          Undeploy over visitor.
 void DeploymentVisitor.undeploy(DeploymentUnit unit, T deployment)
          Undeploy the deployment
 void AbstractComponentVisitor.undeploy(DeploymentUnit unit, T attachment)
           
 void AbstractDeploymentVisitor.undeploy(DeploymentUnit unit, T deployment)
           
 void AbstractOptionalRealDeployer.undeploy(DeploymentUnit unit, T deployment)
          Undeploy
 void AbstractSimpleRealDeployer.undeploy(DeploymentUnit unit, T deployment)
           
protected  void AbstractComponentDeployer.undeployComponents(DeploymentUnit unit)
           
 

Uses of DeploymentUnit in org.jboss.deployers.spi.deployer.managed
 

Methods in org.jboss.deployers.spi.deployer.managed with parameters of type DeploymentUnit
 void ManagedComponentCreator.build(DeploymentUnit unit, org.jboss.managed.api.ManagedDeployment md, Set<? extends T> metaData)
          Callout to create the ManagedComponents that correspond to the given metdata.
 org.jboss.managed.api.ManagedDeployment ManagedDeploymentCreator.build(DeploymentUnit unit, Map<String,org.jboss.managed.api.ManagedObject> unitMOs, org.jboss.managed.api.ManagedDeployment parent)
          Build up the deployment management view.
 void ManagedObjectCreator.build(DeploymentUnit unit, Set<String> attachmentNames, Map<String,org.jboss.managed.api.ManagedObject> managedObjects)
          Build managed objects for this deployment context
 

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 DeploymentUnit.getComponent(String name)
          Get 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
 boolean DeploymentUnitFilter.accepts(DeploymentUnit unit)
          Match the deployment unit
 ClassLoader ClassLoaderFactory.createClassLoader(DeploymentUnit unit)
          Create a classloader for this deployment
 void DeploymentUnitVisitor.error(DeploymentUnit unit)
          Invoked when there is a subsequent error in the visit
 void ClassLoaderFactory.removeClassLoader(DeploymentUnit unit)
          Remove a classloader for this deployment
 void DeploymentContext.setDeploymentUnit(DeploymentUnit unit)
          Set the deployment unit
 void DeploymentUnitVisitor.visit(DeploymentUnit unit)
          Visit a unit
 

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 AbstractDeploymentUnit.getComponent(String name)
           
 DeploymentUnit AbstractDeploymentContext.getDeploymentUnit()
           
 DeploymentUnit ComponentDeploymentContext.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 AbstractDeploymentContext.setDeploymentUnit(DeploymentUnit unit)
           
 void ComponentDeploymentContext.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
 

Uses of DeploymentUnit in org.jboss.deployers.vfs.deployer.kernel
 

Methods in org.jboss.deployers.vfs.deployer.kernel with parameters of type DeploymentUnit
protected static void AliasDeploymentDeployer.addAliasComponent(DeploymentUnit unit, org.jboss.beans.metadata.spi.NamedAliasMetaData alias)
           
protected static void BeanMetaDataFactoryVisitor.addBeanComponent(DeploymentUnit unit, org.jboss.beans.metadata.spi.BeanMetaData bean)
          Add bean component.
 void KernelDeploymentDeployer.build(DeploymentUnit unit, Set<String> attachmentNames, Map<String,org.jboss.managed.api.ManagedObject> managedObjects)
           
 void BeanMetaDataDeployer.deploy(DeploymentUnit unit, org.jboss.beans.metadata.spi.BeanMetaData deployment)
           
 void AliasDeploymentDeployer.KernelDeploymentVisitor.deploy(DeploymentUnit unit, org.jboss.kernel.spi.deployment.KernelDeployment deployment)
           
 void DeploymentAliasMetaDataDeployer.deploy(DeploymentUnit unit, org.jboss.beans.metadata.spi.NamedAliasMetaData deployment)
           
 void AliasDeploymentDeployer.AliasMetaDataVisitor.deploy(DeploymentUnit unit, org.jboss.beans.metadata.spi.NamedAliasMetaData deployment)
           
 void BeanMetaDataFactoryVisitor.deploy(DeploymentUnit unit, T deployment)
           
protected static void AliasDeploymentDeployer.removeAliasComponent(DeploymentUnit unit, org.jboss.beans.metadata.spi.NamedAliasMetaData alias)
           
protected static void BeanMetaDataFactoryVisitor.removeBeanComponent(DeploymentUnit unit, org.jboss.beans.metadata.spi.BeanMetaData bean)
          Remove bean component.
protected  void BeanMetaDataFactoryVisitor.safeRemoveBeanComponent(DeploymentUnit unit, org.jboss.beans.metadata.spi.BeanMetaData bean)
          Ignore all error during component removal.
 void BeanMetaDataDeployer.undeploy(DeploymentUnit unit, org.jboss.beans.metadata.spi.BeanMetaData deployment)
           
 void AliasDeploymentDeployer.KernelDeploymentVisitor.undeploy(DeploymentUnit unit, org.jboss.kernel.spi.deployment.KernelDeployment deployment)
           
 void DeploymentAliasMetaDataDeployer.undeploy(DeploymentUnit unit, org.jboss.beans.metadata.spi.NamedAliasMetaData deployment)
           
 void AliasDeploymentDeployer.AliasMetaDataVisitor.undeploy(DeploymentUnit unit, org.jboss.beans.metadata.spi.NamedAliasMetaData deployment)
           
 void BeanMetaDataFactoryVisitor.undeploy(DeploymentUnit unit, T deployment)
           
 

Uses of DeploymentUnit in org.jboss.deployers.vfs.plugins.annotations
 

Methods in org.jboss.deployers.vfs.plugins.annotations with parameters of type DeploymentUnit
protected  GenericAnnotationResourceVisitor AnnotationEnvironmentDeployer.createGenericAnnotationResourceVisitor(DeploymentUnit unit, javassist.ClassPool pool, ClassLoader classLoader)
          Create GenericAnnotationResourceVisitor.
protected  void ScanningMetaDataDeployer.createMetaData(DeploymentUnit unit, String name, String suffix)
           
protected
<T> T
FilteredAnnotationEnvironmentDeployer.getFilter(DeploymentUnit unit, Class<T> expectedClass, String suffix, T defaultValue)
          Get filter.
 

Uses of DeploymentUnit in org.jboss.deployers.vfs.plugins.classloader
 

Methods in org.jboss.deployers.vfs.plugins.classloader with parameters of type DeploymentUnit
protected  org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule VFSClassLoaderDescribeDeployer.createModule(DeploymentUnit unit, org.jboss.classloading.spi.metadata.ClassLoadingMetaData metaData)
           
 

Constructors in org.jboss.deployers.vfs.plugins.classloader with parameters of type DeploymentUnit
VFSDeploymentClassLoaderPolicyModule(DeploymentUnit unit)
          Create a new VFSDeploymentClassLoaderPolicyModule.
 

Uses of DeploymentUnit in org.jboss.deployers.vfs.plugins.dependency
 

Methods in org.jboss.deployers.vfs.plugins.dependency with parameters of type DeploymentUnit
 void DependenciesMetaDataDeployer.deploy(DeploymentUnit unit, DependenciesMetaData deployment)
           
 

Uses of DeploymentUnit in org.jboss.deployers.vfs.plugins.structure
 

Classes in org.jboss.deployers.vfs.plugins.structure that implement DeploymentUnit
 class AbstractVFSDeploymentUnit
          AbstractVFSDeploymentUnit.
 

Methods in org.jboss.deployers.vfs.plugins.structure that return DeploymentUnit
protected  DeploymentUnit AbstractVFSDeploymentContext.createDeploymentUnit()
           
 

Uses of DeploymentUnit in org.jboss.deployers.vfs.spi.deployer
 

Methods in org.jboss.deployers.vfs.spi.deployer with parameters of type DeploymentUnit
protected  boolean AbstractVFSParsingDeployer.accepts(DeploymentUnit unit)
           
 void AbstractSimpleVFSRealDeployer.deploy(DeploymentUnit unit, T deployment)
           
 void AbstractOptionalVFSRealDeployer.deploy(DeploymentUnit unit, T deployment)
           
protected static Map<String,Class<?>> AbstractVFSParsingDeployer.getAltMappings(DeploymentUnit unit)
          Get the alt mappings map.
 void AbstractVFSRealDeployer.internalDeploy(DeploymentUnit unit)
          Deprecated.  
 void AbstractVFSRealDeployer.internalUndeploy(DeploymentUnit unit)
          Deprecated.  
protected  Class<?> AbstractVFSParsingDeployer.matchFileToClass(DeploymentUnit unit, String fileName)
          Match file name to metadata class.
protected  Class<?> MultipleVFSParsingDeployer.matchFileToClass(DeploymentUnit unit, String fileName)
           
protected  Class<?> MultipleVFSParsingDeployer.matchFileToClass(DeploymentUnit unit, String fileName, boolean throwException)
          Match file name mappings.
protected  Class<?> MultipleVFSParsingDeployer.matchFileToClass(DeploymentUnit unit, org.jboss.virtual.VirtualFile file)
          Match file to mapping metadata class.
protected  T AbstractVFSParsingDeployer.parse(DeploymentUnit unit, Set<String> names, String suffix, T root)
           
protected  T AbstractVFSParsingDeployer.parse(DeploymentUnit unit, Set<String> names, T root)
           
protected  T AbstractVFSParsingDeployer.parse(DeploymentUnit unit, String name, String suffix, T root)
           
protected  T AbstractVFSParsingDeployer.parse(DeploymentUnit unit, String name, T root)
           
 void AbstractSimpleVFSRealDeployer.undeploy(DeploymentUnit unit, T deployment)
           
 void AbstractOptionalVFSRealDeployer.undeploy(DeploymentUnit unit, T deployment)
           
 

Uses of DeploymentUnit in org.jboss.deployers.vfs.spi.structure
 

Subinterfaces of DeploymentUnit in org.jboss.deployers.vfs.spi.structure
 interface VFSDeploymentUnit
          VFSDeploymentUnit.
 

Uses of DeploymentUnit in org.jboss.deployers.vfs.spi.structure.helpers
 

Methods in org.jboss.deployers.vfs.spi.structure.helpers with parameters of type DeploymentUnit
 boolean Base2VFSBridgeDeploymentUnitFilter.accepts(DeploymentUnit unit)
           
 boolean VFS2BaseBridgeDeploymentUnitFilter.accepts(DeploymentUnit unit)
           
protected abstract  boolean VFS2BaseBridgeDeploymentUnitFilter.doAccepts(DeploymentUnit unit)
          Do we accept this unit.
protected  boolean DeploymentProvidedDeploymentUnitFilter.doAccepts(DeploymentUnit unit)
           
 void ClassPathVisitor.error(DeploymentUnit context)
           
 void ClassPathVisitor.visit(DeploymentUnit unit)
           
 

Constructors in org.jboss.deployers.vfs.spi.structure.helpers with parameters of type DeploymentUnit
ClassPathVisitor(DeploymentUnit initial)
          Create a new ClassPathVisitor.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.