|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.spi.structure.StructureMetaDataFactory
org.jboss.deployers.plugins.structure.DefaultStructureMetaDataFactory
public class DefaultStructureMetaDataFactory
DefaultStructureMetaDataFactory.
Constructor Summary | |
---|---|
DefaultStructureMetaDataFactory()
|
Method Summary | |
---|---|
protected ClassPathEntry |
newClassPathEntry(String path,
String suffixes)
Create a new classpath entry |
protected ContextInfo |
newContextInfo(String path)
Create a new ContextInfo. |
protected ContextInfo |
newContextInfo(String path,
List<ClassPathEntry> classPath)
Create a new ContextInfo. |
protected ContextInfo |
newContextInfo(String path,
List<String> metaDataPath,
List<ClassPathEntry> classPath)
Create a new ContextInfo. |
protected ContextInfo |
newContextInfo(String path,
String metaDataPath,
List<ClassPathEntry> classPath)
Create a new ContextInfo. |
protected StructureMetaData |
newStructureMetaData()
Create a new StructureMetaData. |
Methods inherited from class org.jboss.deployers.spi.structure.StructureMetaDataFactory |
---|
createClassPathEntry, createClassPathEntry, createClassPathEntry, createContextInfo, createContextInfo, createContextInfo, createContextInfo, createContextInfo, createStructureMetaData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultStructureMetaDataFactory()
Method Detail |
---|
protected StructureMetaData newStructureMetaData()
StructureMetaDataFactory
newStructureMetaData
in class StructureMetaDataFactory
protected ContextInfo newContextInfo(String path)
StructureMetaDataFactory
newContextInfo
in class StructureMetaDataFactory
path
- the path
protected ContextInfo newContextInfo(String path, List<ClassPathEntry> classPath)
StructureMetaDataFactory
newContextInfo
in class StructureMetaDataFactory
path
- the pathclassPath
- the classpath
protected ContextInfo newContextInfo(String path, String metaDataPath, List<ClassPathEntry> classPath)
StructureMetaDataFactory
newContextInfo
in class StructureMetaDataFactory
path
- the pathmetaDataPath
- the metadata pathclassPath
- the class path
protected ContextInfo newContextInfo(String path, List<String> metaDataPath, List<ClassPathEntry> classPath)
StructureMetaDataFactory
newContextInfo
in class StructureMetaDataFactory
path
- the pathmetaDataPath
- the metadata pathclassPath
- the class path
protected ClassPathEntry newClassPathEntry(String path, String suffixes)
StructureMetaDataFactory
newClassPathEntry
in class StructureMetaDataFactory
path
- the pathsuffixes
- the suffixes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |