public class DeploymentInspector extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getDeployments(org.jboss.as.controller.client.ModelControllerClient client,
String exactComparisonName,
String matchPattern)
Lookup an existing Deployment using a static name or a pattern.
|
public static List<String> getDeployments(org.jboss.as.controller.client.ModelControllerClient client, String exactComparisonName, String matchPattern)
client - the client used to execute operationsexactComparisonName - Name for exact matching.matchPattern - Regex-Pattern for deployment matching.Copyright © 2016 JBoss by Red Hat. All rights reserved.