| Package | Description |
|---|---|
| org.wildfly.plugin.deployment | |
| org.wildfly.plugin.deployment.domain | |
| org.wildfly.plugin.deployment.standalone |
| Modifier and Type | Method and Description |
|---|---|
protected MatchPatternStrategy |
UndeployMojo.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 © 2015 JBoss by Red Hat. All rights reserved.