|
||||||||||
| 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()
|
|
| Method Summary | |
|---|---|
org.jboss.deployers.spi.structure.ContextInfo |
addContext(org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments context,
String path)
Add a context to a deployment |
org.jboss.deployers.spi.structure.ContextInfo |
addContext(org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments context,
String path,
List<org.jboss.deployers.spi.structure.ClassPathEntry> classPath)
Add a context to a deployment |
org.jboss.deployers.spi.structure.ContextInfo |
addContext(org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments context,
String path,
List<String> metaDataPath,
List<org.jboss.deployers.spi.structure.ClassPathEntry> classPath)
Add a context to a deployment |
org.jboss.deployers.spi.structure.ContextInfo |
addContext(org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments context,
String path,
String metaDataPath,
List<org.jboss.deployers.spi.structure.ClassPathEntry> classPath)
Add a context to a deployment |
protected static org.jboss.deployers.spi.structure.StructureMetaData |
assureStructure(org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments context)
Assure the context has a predetermined structure |
static List<org.jboss.deployers.spi.structure.ClassPathEntry> |
createClassPath(String path)
Create a new classpath |
static List<org.jboss.deployers.spi.structure.ClassPathEntry> |
createClassPath(String path,
String suffixes)
Create a new classpath |
static org.jboss.deployers.spi.structure.ClassPathEntry |
createClassPathEntry(String path)
Create a new classpath entry |
static org.jboss.deployers.spi.structure.ClassPathEntry |
createClassPathEntry(String path,
String suffixes)
Create a new classpath entry |
| 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 org.jboss.deployers.spi.structure.ContextInfo addContext(org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments context,
String path)
context - the contextpath - the path
IllegalArgumentException - for a null parameter
public org.jboss.deployers.spi.structure.ContextInfo addContext(org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments context,
String path,
List<org.jboss.deployers.spi.structure.ClassPathEntry> classPath)
context - the contextpath - the pathclassPath - the classpath
IllegalArgumentException - for a null parameter
public org.jboss.deployers.spi.structure.ContextInfo addContext(org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments context,
String path,
String metaDataPath,
List<org.jboss.deployers.spi.structure.ClassPathEntry> classPath)
context - the contextpath - the pathmetaDataPath - the meta data pathclassPath - the classpath
IllegalArgumentException - for a null parameter
public org.jboss.deployers.spi.structure.ContextInfo addContext(org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments context,
String path,
List<String> metaDataPath,
List<org.jboss.deployers.spi.structure.ClassPathEntry> classPath)
context - the contextpath - the pathmetaDataPath - the meta data pathclassPath - the classpath
IllegalArgumentException - for a null parameterpublic static org.jboss.deployers.spi.structure.ClassPathEntry createClassPathEntry(String path)
path - the path
IllegalArgumentException - for a null pathpublic static List<org.jboss.deployers.spi.structure.ClassPathEntry> createClassPath(String path)
path - the path
IllegalArgumentException - for a null path
public static org.jboss.deployers.spi.structure.ClassPathEntry createClassPathEntry(String path,
String suffixes)
path - the pathsuffixes - the suffixes
IllegalArgumentException - for a null path
public static List<org.jboss.deployers.spi.structure.ClassPathEntry> createClassPath(String path,
String suffixes)
path - the pathsuffixes - the suffixes
IllegalArgumentException - for a null pathprotected static org.jboss.deployers.spi.structure.StructureMetaData assureStructure(org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments context)
context - the context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||