|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployers.client.spi.DeploymentFactory
public class DeploymentFactory
DeploymentFactory.
| Constructor Summary | |
|---|---|
DeploymentFactory()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentFactory()
| Method Detail |
|---|
public ContextInfo addContext(PredeterminedManagedObjectAttachments context,
String path)
context - the contextpath - the path
IllegalArgumentException - for a null parameter
public ContextInfo addContext(PredeterminedManagedObjectAttachments context,
String path,
List<ClassPathEntry> classPath)
context - the contextpath - the pathclassPath - the classpath
IllegalArgumentException - for a null parameter
public ContextInfo addContext(PredeterminedManagedObjectAttachments context,
String path,
String metaDataPath,
List<ClassPathEntry> classPath)
context - the contextpath - the pathmetaDataPath - the meta data pathclassPath - the classpath
IllegalArgumentException - for a null parameter
public ContextInfo addContext(PredeterminedManagedObjectAttachments context,
String path,
List<String> metaDataPath,
List<ClassPathEntry> classPath)
context - the contextpath - the pathmetaDataPath - the meta data pathclassPath - the classpath
IllegalArgumentException - for a null parameterpublic static ClassPathEntry createClassPathEntry(String path)
path - the path
IllegalArgumentException - for a null pathpublic static List<ClassPathEntry> createClassPath(String path)
path - the path
IllegalArgumentException - for a null path
public static ClassPathEntry createClassPathEntry(String path,
String suffixes)
path - the pathsuffixes - the suffixes
IllegalArgumentException - for a null path
public static List<ClassPathEntry> createClassPath(String path,
String suffixes)
path - the pathsuffixes - the suffixes
IllegalArgumentException - for a null pathprotected static StructureMetaData assureStructure(PredeterminedManagedObjectAttachments context)
context - the context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||