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
- exactComparisonName
- Name for exact matching.matchPattern
- Regex-Pattern for deployment matching.Copyright © 2014 JBoss by Red Hat. All Rights Reserved.