org.jboss.ejb3.embedded.dsl
Class DeploymentBuilder
java.lang.Object
org.jboss.ejb3.embedded.dsl.DeploymentBuilder
public class DeploymentBuilder
- extends java.lang.Object
|
Method Summary |
static
<T> org.jboss.deployers.client.spi.Deployment |
|
deployment(java.lang.String name,
Attachment<?>... attachments)
|
static
<T> org.jboss.deployers.client.spi.Deployment |
|
deployment(java.lang.String name,
java.lang.Class<T> attachmentType,
T attachment)
|
static org.jboss.deployers.client.spi.Deployment |
deployment(java.net.URL url)
|
static org.jboss.deployers.client.spi.Deployment |
deployment(java.net.URL url,
Attachment<?>... attachments)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentBuilder
public DeploymentBuilder()
deployment
public static <T> org.jboss.deployers.client.spi.Deployment deployment(java.lang.String name,
Attachment<?>... attachments)
deployment
public static <T> org.jboss.deployers.client.spi.Deployment deployment(java.lang.String name,
java.lang.Class<T> attachmentType,
T attachment)
deployment
public static org.jboss.deployers.client.spi.Deployment deployment(java.net.URL url)
throws java.io.IOException
- Throws:
java.io.IOException
deployment
public static org.jboss.deployers.client.spi.Deployment deployment(java.net.URL url,
Attachment<?>... attachments)
throws java.io.IOException
- Throws:
java.io.IOException