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

Packages that use ContextInfo
org.jboss.deployers.spi.structure   
 

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
 



Copyright ? 2007 JBoss Inc.. All Rights Reserved.