@Immutable public static class PathExpression.Matcher extends Object
Modifier | Constructor and Description |
---|---|
protected |
Matcher(Matcher inputMatcher,
String inputPath,
String selectedWorkspace,
String selectedPath) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getInputPath() |
String |
getSelectedNodePath() |
String |
getSelectedWorkspaceName()
Get the name of the selected workspace.
|
String |
group(int groupNumber) |
int |
groupCount() |
int |
hashCode() |
boolean |
matches() |
String |
toString() |
public boolean matches()
public String getInputPath()
public String getSelectedNodePath()
public String getSelectedWorkspaceName()
public int groupCount()
public String group(int groupNumber)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.