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