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

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

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

Methods in org.jboss.deployers.spi.structure that return ClassPathEntry
static ClassPathEntry StructureMetaDataFactory.createClassPathEntry()
          Create a new classpath entry
static ClassPathEntry StructureMetaDataFactory.createClassPathEntry(String path)
          Create a new classpath entry
static ClassPathEntry StructureMetaDataFactory.createClassPathEntry(String path, String suffixes)
          Create a new classpath entry
protected abstract  ClassPathEntry StructureMetaDataFactory.newClassPathEntry(String path, String suffixes)
          Create a new classpath entry
 

Methods in org.jboss.deployers.spi.structure that return types with arguments of type ClassPathEntry
 List<ClassPathEntry> ContextInfo.getClassPath()
          Get the classpath locations within the context
 

Methods in org.jboss.deployers.spi.structure with parameters of type ClassPathEntry
 void ContextInfo.addClassPathEntry(ClassPathEntry entry)
          Add a class path entry
 

Method parameters in org.jboss.deployers.spi.structure with type arguments of type ClassPathEntry
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.
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.
 



Copyright ? 2007 JBoss Inc.. All Rights Reserved.