Package | Description |
---|---|
org.jboss.as.plugin.deployment | |
org.jboss.as.plugin.deployment.domain | |
org.jboss.as.plugin.deployment.standalone |
Modifier and Type | Method and Description |
---|---|
protected MatchPatternStrategy |
Undeploy.getMatchPatternStrategy() |
static MatchPatternStrategy |
MatchPatternStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchPatternStrategy[] |
MatchPatternStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DomainDeployment |
DomainDeployment.create(org.jboss.as.controller.client.helpers.domain.DomainClient client,
Domain domain,
File content,
String name,
Deployment.Type type,
String matchPattern,
MatchPatternStrategy matchPatternStrategy)
Creates a new deployment.
|
Constructor and Description |
---|
DomainDeployment(org.jboss.as.controller.client.helpers.domain.DomainClient client,
Domain domain,
File content,
String name,
Deployment.Type type,
String matchPattern,
MatchPatternStrategy matchPatternStrategy)
Creates a new deployment.
|
Modifier and Type | Method and Description |
---|---|
static StandaloneDeployment |
StandaloneDeployment.create(org.jboss.as.controller.client.ModelControllerClient client,
File content,
String name,
Deployment.Type type,
String matchPattern,
MatchPatternStrategy matchPatternStrategy)
Creates a new deployment.
|
Constructor and Description |
---|
StandaloneDeployment(org.jboss.as.controller.client.ModelControllerClient client,
File content,
String name,
Deployment.Type type,
String matchPattern,
MatchPatternStrategy matchPatternStrategy)
Creates a new deployment.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.