Uses of Interface
org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit

Packages that use VFSDeploymentUnit
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 VFSDeploymentUnit in org.jboss.deployers.vfs.deployer.kernel
 

Methods in org.jboss.deployers.vfs.deployer.kernel with parameters of type VFSDeploymentUnit
protected  void BeanDeployer.init(VFSDeploymentUnit unit, org.jboss.kernel.spi.deployment.KernelDeployment metaData, org.jboss.virtual.VirtualFile file)
           
protected  void Properties2BeansDeployer.init(VFSDeploymentUnit unit, org.jboss.kernel.spi.deployment.KernelDeployment metaData, org.jboss.virtual.VirtualFile file)
           
protected  org.jboss.kernel.spi.deployment.KernelDeployment Properties2BeansDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, org.jboss.kernel.spi.deployment.KernelDeployment root)
           
 

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

Methods in org.jboss.deployers.vfs.plugins.annotations with parameters of type VFSDeploymentUnit
 boolean ScanningDeploymentUnitFilter.accepts(VFSDeploymentUnit unit)
           
protected  javassist.ClassPool AnnotationEnvironmentDeployer.createClassPool(VFSDeploymentUnit unit)
          Create class pool.
protected  javassist.ClassPool ScopedAnnotationEnvironmentDeployer.createClassPool(VFSDeploymentUnit unit)
           
 void AnnotationEnvironmentDeployer.deploy(VFSDeploymentUnit unit, org.jboss.classloading.spi.dependency.Module module)
           
protected  URL[] AnnotationEnvironmentDeployer.getUrls(VFSDeploymentUnit unit)
          Get the matching urls.
protected  void AnnotationEnvironmentDeployer.visitModule(VFSDeploymentUnit unit, org.jboss.classloading.spi.dependency.Module module, GenericAnnotationResourceVisitor visitor)
          Visit module.
protected  void FilteredAnnotationEnvironmentDeployer.visitModule(VFSDeploymentUnit 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
 

Constructors in org.jboss.deployers.vfs.plugins.annotations with parameters of type VFSDeploymentUnit
DeploymentUnitClassPath(VFSDeploymentUnit unit)
           
 

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

Methods in org.jboss.deployers.vfs.plugins.classloader with parameters of type VFSDeploymentUnit
protected  String InMemoryClassesDeployer.createHost(VFSDeploymentUnit unit)
          Create host name.
 String DeploymentHostNameCreator.createHostName(VFSDeploymentUnit unit)
           
 String HostNameCreator.createHostName(VFSDeploymentUnit unit)
          Create host name.
 void InMemoryClassesDeployer.deploy(VFSDeploymentUnit unit)
           
 void VFSClassLoaderClassPathDeployer.deploy(VFSDeploymentUnit unit, org.jboss.classloading.spi.metadata.ClassLoadingMetaData deployment)
           
 void UrlIntegrationDeployer.deploy(VFSDeploymentUnit unit, T metaData)
           
 void RequirementIntegrationDeployer.deploy(VFSDeploymentUnit unit, T metaData)
           
protected  org.jboss.classloading.spi.metadata.helpers.AbstractRequirement RequirementIntegrationDeployer.hasIntegrationModuleRequirement(VFSDeploymentUnit unit, org.jboss.classloading.spi.metadata.RequirementsMetaData requirements)
          Do we have integration module requirements.
protected  org.jboss.classloading.spi.metadata.helpers.AbstractRequirement CachingRequirementIntegrationDeployer.hasIntegrationModuleRequirement(VFSDeploymentUnit unit, org.jboss.classloading.spi.metadata.RequirementsMetaData requirements)
           
protected abstract  boolean UrlIntegrationDeployer.isIntegrationDeployment(VFSDeploymentUnit unit)
          Is unit integration deployment unit?
protected  boolean PathUrlIntegrationDeployer.isIntegrationDeployment(VFSDeploymentUnit unit)
           
protected  boolean MetaDataUrlIntegrationDeployer.isIntegrationDeployment(VFSDeploymentUnit unit)
           
protected  boolean UrlIntegrationDeployer.isIntegrationDeployment(VFSDeploymentUnit unit, T metaData)
          Is unit integration deployment unit?
 void InMemoryClassesDeployer.undeploy(VFSDeploymentUnit unit)
           
 void VFSClassLoaderClassPathDeployer.undeploy(VFSDeploymentUnit unit, org.jboss.classloading.spi.metadata.ClassLoadingMetaData deployment)
           
 void UrlIntegrationDeployer.undeploy(VFSDeploymentUnit unit, T metaData)
           
 void RequirementIntegrationDeployer.undeploy(VFSDeploymentUnit unit, T deployment)
           
 void CachingRequirementIntegrationDeployer.undeploy(VFSDeploymentUnit unit, T deployment)
           
 

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

Methods in org.jboss.deployers.vfs.plugins.dependency with parameters of type VFSDeploymentUnit
protected  DeploymentAliases AliasesParserDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, DeploymentAliases root)
           
 

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

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

Methods in org.jboss.deployers.vfs.plugins.structure that return VFSDeploymentUnit
 VFSDeploymentUnit AbstractVFSDeploymentUnit.getParent()
           
 VFSDeploymentUnit AbstractVFSDeploymentUnit.getTopLevel()
           
 

Methods in org.jboss.deployers.vfs.plugins.structure that return types with arguments of type VFSDeploymentUnit
 List<VFSDeploymentUnit> AbstractVFSDeploymentUnit.getVFSChildren()
           
 

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

Methods in org.jboss.deployers.vfs.spi.deployer with parameters of type VFSDeploymentUnit
protected  boolean AbstractVFSParsingDeployer.accepts(VFSDeploymentUnit unit)
          Callback to do prechecking on the deployment
abstract  void AbstractVFSRealDeployer.deploy(VFSDeploymentUnit unit)
          Deprecated. Deploy a vfs deployment
abstract  void AbstractSimpleVFSRealDeployer.deploy(VFSDeploymentUnit unit, T deployment)
          Deploy a deployment
abstract  void AbstractOptionalVFSRealDeployer.deploy(VFSDeploymentUnit unit, T deployment)
          Deploy a deployment
protected  Document JAXPDeployer.doParse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file)
          Do the parsing
protected  org.jboss.virtual.VirtualFile AbstractVFSParsingDeployer.getMetadataFile(VFSDeploymentUnit unit, Class<?> altExpectedClass, String originalName, boolean checkMetaDataFile)
          Get metadata file.
protected  T AbstractVFSParsingDeployer.handleMultipleFiles(VFSDeploymentUnit unit, T root, List<org.jboss.virtual.VirtualFile> files)
          Handle multiple files.
protected  void AbstractVFSParsingDeployer.init(VFSDeploymentUnit unit, T metaData, org.jboss.virtual.VirtualFile file)
          Initialise the metadata
protected  T AbstractVFSParsingDeployer.mergeFiles(VFSDeploymentUnit unit, T root, List<org.jboss.virtual.VirtualFile> files, Set<String> missingFiles)
          Merge files into one piece of metatdata
protected  T MultipleVFSParsingDeployer.mergeFiles(VFSDeploymentUnit unit, T root, List<org.jboss.virtual.VirtualFile> files, Set<String> missingFiles)
           
protected abstract  T MultipleVFSParsingDeployer.mergeMetaData(VFSDeploymentUnit unit, Map<Class<?>,List<Object>> metadata)
          Merge metadatas into single piece of metatdata
protected  T JBossExtensionDeployer.mergeMetaData(VFSDeploymentUnit unit, Map<Class<?>,List<Object>> metadata)
           
protected  T MultipleVFSParsingDeployer.mergeMetaData(VFSDeploymentUnit unit, T root, Map<Class<?>,List<Object>> metadata, Set<String> missingFiles)
          Merge metadatas into single piece of metatdata
protected  T JBossExtensionDeployer.mergeMetaData(VFSDeploymentUnit unit, T root, Map<Class<?>,List<Object>> metadata, Set<String> missingFiles)
           
protected abstract  T JBossExtensionDeployer.mergeMetaData(VFSDeploymentUnit unit, U spec, V jboss)
          Merge spec and extension.
protected abstract  T JAXPDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, Document document)
          Parse a deployment
protected abstract  T AbstractVFSParsingDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
          Parse a deployment
protected  T MultipleVFSParsingDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
protected  T JAXBDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
protected  T JAXPDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
protected  T ManifestDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
protected  T ObjectModelFactoryDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
protected  T XSLDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
protected  T SchemaResolverDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
protected  T AbstractVFSParsingDeployer.parseAndInit(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
          Parse the file, initialize the result if exists.
 void AbstractVFSRealDeployer.undeploy(VFSDeploymentUnit unit)
          Deprecated. Undeploy a vfs deployment
 void AbstractSimpleVFSRealDeployer.undeploy(VFSDeploymentUnit unit, T deployment)
          Undeploy a deployment
 void AbstractOptionalVFSRealDeployer.undeploy(VFSDeploymentUnit unit, T deployment)
          Undeploy a deployment
 

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

Methods in org.jboss.deployers.vfs.spi.structure that return VFSDeploymentUnit
 VFSDeploymentUnit VFSDeploymentUnit.getParent()
          Get the parent deployment unit
 VFSDeploymentUnit VFSDeploymentUnit.getTopLevel()
          Get the top leve deployment unit
 

Methods in org.jboss.deployers.vfs.spi.structure that return types with arguments of type VFSDeploymentUnit
 List<VFSDeploymentUnit> VFSDeploymentUnit.getVFSChildren()
          Get the children
 

Methods in org.jboss.deployers.vfs.spi.structure with parameters of type VFSDeploymentUnit
 boolean VFSDeploymentUnitFilter.accepts(VFSDeploymentUnit unit)
          Match the deployment unit
 

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

Methods in org.jboss.deployers.vfs.spi.structure.helpers with parameters of type VFSDeploymentUnit
 boolean VFS2BaseBridgeDeploymentUnitFilter.accepts(VFSDeploymentUnit unit)
           
 boolean VirtualFileDeploymentUnitFilter.accepts(VFSDeploymentUnit unit)
           
 



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