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

Packages that use ContextInfo
org.jboss.deployers.client.spi   
org.jboss.deployers.plugins.structure   
org.jboss.deployers.spi.structure   
org.jboss.deployers.structure.spi   
org.jboss.deployers.structure.spi.helpers   
org.jboss.deployers.vfs.plugins.structure   
org.jboss.deployers.vfs.plugins.structure.modify   
org.jboss.deployers.vfs.spi.structure   
org.jboss.deployers.vfs.spi.structure.helpers   
org.jboss.deployers.vfs.spi.structure.modified   
 

Uses of ContextInfo in org.jboss.deployers.client.spi
 

Methods in org.jboss.deployers.client.spi that return ContextInfo
 ContextInfo DeploymentFactory.addContext(PredeterminedManagedObjectAttachments context, String path)
          Add a context to a deployment
 ContextInfo DeploymentFactory.addContext(PredeterminedManagedObjectAttachments context, String path, List<ClassPathEntry> classPath)
          Add a context to a deployment
 ContextInfo DeploymentFactory.addContext(PredeterminedManagedObjectAttachments context, String path, List<String> metaDataPath, List<ClassPathEntry> classPath)
          Add a context to a deployment
 ContextInfo DeploymentFactory.addContext(PredeterminedManagedObjectAttachments context, String path, String metaDataPath, List<ClassPathEntry> classPath)
          Add a context to a deployment
 

Uses of ContextInfo in org.jboss.deployers.plugins.structure
 

Classes in org.jboss.deployers.plugins.structure that implement ContextInfo
 class ContextInfoImpl
          ContextInfoImpl.
 

Methods in org.jboss.deployers.plugins.structure that return ContextInfo
 ContextInfo StructureMetaDataImpl.getContext(String path)
           
protected  ContextInfo DefaultStructureMetaDataFactory.newContextInfo(String path)
           
protected  ContextInfo DefaultStructureMetaDataFactory.newContextInfo(String path, List<ClassPathEntry> classPath)
           
protected  ContextInfo DefaultStructureMetaDataFactory.newContextInfo(String path, List<String> metaDataPath, List<ClassPathEntry> classPath)
           
protected  ContextInfo DefaultStructureMetaDataFactory.newContextInfo(String path, String metaDataPath, List<ClassPathEntry> classPath)
           
 

Methods in org.jboss.deployers.plugins.structure that return types with arguments of type ContextInfo
 List<ContextInfo> StructureMetaDataImpl.getContexts()
           
 

Methods in org.jboss.deployers.plugins.structure with parameters of type ContextInfo
 void StructureMetaDataImpl.addContext(ContextInfo context)
           
 void StructureMetaDataImpl.removeContext(ContextInfo context)
           
 

Uses of ContextInfo in org.jboss.deployers.spi.structure
 

Methods in org.jboss.deployers.spi.structure that return ContextInfo
static ContextInfo StructureMetaDataFactory.createContextInfo()
          Create a new ContextInfo.
static ContextInfo StructureMetaDataFactory.createContextInfo(String path)
          Create a new ContextInfo.
static ContextInfo StructureMetaDataFactory.createContextInfo(String path, List<ClassPathEntry> classPath)
          Create a new ContextInfo.
static ContextInfo StructureMetaDataFactory.createContextInfo(String path, List<String> metaDataPath, List<ClassPathEntry> classPath)
          Create a new ContextInfo.
static ContextInfo StructureMetaDataFactory.createContextInfo(String path, String metaDataPath, List<ClassPathEntry> classPath)
          Create a new ContextInfo.
 ContextInfo StructureMetaData.getContext(String path)
          Get a context by path
protected abstract  ContextInfo StructureMetaDataFactory.newContextInfo(String path)
          Create a new ContextInfo.
protected abstract  ContextInfo StructureMetaDataFactory.newContextInfo(String path, List<ClassPathEntry> classPath)
          Create a new ContextInfo.
protected abstract  ContextInfo StructureMetaDataFactory.newContextInfo(String path, List<String> metaDataPath, List<ClassPathEntry> classPath)
          Create a new ContextInfo.
protected abstract  ContextInfo StructureMetaDataFactory.newContextInfo(String path, String metaDataPath, List<ClassPathEntry> classPath)
          Create a new ContextInfo.
 

Methods in org.jboss.deployers.spi.structure that return types with arguments of type ContextInfo
 List<ContextInfo> StructureMetaData.getContexts()
          Get the contexts
 

Methods in org.jboss.deployers.spi.structure with parameters of type ContextInfo
 void StructureMetaData.addContext(ContextInfo context)
          Add a context
 void StructureMetaData.removeContext(ContextInfo context)
          Remove a context
 

Uses of ContextInfo in org.jboss.deployers.structure.spi
 

Methods in org.jboss.deployers.structure.spi with parameters of type ContextInfo
 void StructureProcessor.applyContextInfo(DeploymentContext deploymentContext, ContextInfo contextInfo)
          Apply context info.
 void StructureProcessor.prepareContextInfo(DeploymentContext parentDeploymentContext, ContextInfo contextInfo)
          Prepare context info.
 

Uses of ContextInfo in org.jboss.deployers.structure.spi.helpers
 

Methods in org.jboss.deployers.structure.spi.helpers with parameters of type ContextInfo
protected  void AbstractStructureBuilder.applyComparator(DeploymentContext context, ContextInfo contextInfo)
          Try to apply the comparator
protected  void AbstractStructureBuilder.applyContextInfo(DeploymentContext context, ContextInfo contextInfo)
          Apply the context info.
protected  DeploymentContext AbstractStructureBuilder.createChildDeploymentContext(DeploymentContext parent, ContextInfo child)
          Create a child deployment context
protected  void AbstractStructureBuilder.prepareContextInfo(DeploymentContext parentDeploymentContext, ContextInfo contextInfo)
          Prepare the structure metadata.
 

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

Methods in org.jboss.deployers.vfs.plugins.structure with parameters of type ContextInfo
protected  void VFSStructureBuilder.applyContextInfo(DeploymentContext context, ContextInfo contextInfo)
           
protected  org.jboss.virtual.VirtualFile VFSStructureBuilder.applyModification(org.jboss.virtual.VirtualFile file, ContextInfo contextInfo)
          Apply modification if it exists.
protected  DeploymentContext VFSStructureBuilder.createChildDeploymentContext(DeploymentContext parent, ContextInfo child)
           
 

Uses of ContextInfo in org.jboss.deployers.vfs.plugins.structure.modify
 

Methods in org.jboss.deployers.vfs.plugins.structure.modify with parameters of type ContextInfo
 void ModificationTypeStructureProcessor.applyContextInfo(DeploymentContext deploymentContext, ContextInfo contextInfo)
           
protected  void ModificationTypeStructureProcessor.checkForModification(org.jboss.virtual.VirtualFile root, ContextInfo contextInfo)
          Check for modification.
 boolean ModificationTypeMatcher.determineModification(org.jboss.virtual.VirtualFile root, ContextInfo contextInfo)
          Should we modify the file.
 boolean AbstractModificationTypeMatcher.determineModification(org.jboss.virtual.VirtualFile root, ContextInfo contextInfo)
           
protected  List<org.jboss.virtual.VirtualFile> FileModificationTypeMatcher.getStartingFiles(org.jboss.virtual.VirtualFile file, ContextInfo contextInfo)
          Get starting files for path check.
protected abstract  boolean AbstractModificationTypeMatcher.isModificationDetermined(org.jboss.virtual.VirtualFile file, ContextInfo contextInfo)
          Is modification determined.
protected  boolean FileModificationTypeMatcher.isModificationDetermined(org.jboss.virtual.VirtualFile root, ContextInfo contextInfo)
           
 void ModificationTypeStructureProcessor.prepareContextInfo(DeploymentContext parentDeploymentContext, ContextInfo contextInfo)
           
 

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

Methods in org.jboss.deployers.vfs.spi.structure with parameters of type ContextInfo
 void StructureContext.addChild(ContextInfo child)
          Add a child context
 void StructureContext.removeChild(ContextInfo child)
          Remove a child context
 

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

Methods in org.jboss.deployers.vfs.spi.structure.helpers that return ContextInfo
protected  ContextInfo AbstractStructureDeployer.applyMetadataPath(StructureContext context, String metaDataPath)
          Apply metadata on root to create context.
protected  ContextInfo AbstractStructureDeployer.applyMetadataPaths(StructureContext context, String[] metaDataPaths)
          Apply metadata on root to create context.
protected  ContextInfo AbstractStructureDeployer.createContext(StructureContext context)
          Create a context
protected  ContextInfo AbstractStructureDeployer.createContext(StructureContext context, String metaDataPath)
          Create a context
protected  ContextInfo AbstractStructureDeployer.createContext(StructureContext context, String[] metaDataPaths)
          Create a context
 

Methods in org.jboss.deployers.vfs.spi.structure.helpers with parameters of type ContextInfo
protected  void AbstractStructureDeployer.addClassPath(StructureContext structureContext, org.jboss.virtual.VirtualFile entry, boolean includeEntry, boolean includeRootManifestCP, ContextInfo context)
          Add an entry to the context classpath.
protected  void AbstractStructureDeployer.applyContextInfo(StructureContext context, ContextInfo result)
          Apply context info.
protected  void AbstractStructureDeployer.applyStructure(StructureContext context, ContextInfo contextInfo)
          Apply structure metadata on context.
 

Uses of ContextInfo in org.jboss.deployers.vfs.spi.structure.modified
 

Methods in org.jboss.deployers.vfs.spi.structure.modified with parameters of type ContextInfo
protected  boolean MetaDataStructureModificationChecker.hasStructureBeenModifed(org.jboss.virtual.VirtualFile root, ContextInfo contextInfo)
          Has structure been modifed.
 



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