@Immutable public static class PathExpression.WorkspacePath extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
path |
String |
workspaceName |
| Constructor and Description |
|---|
PathExpression.WorkspacePath(String workspaceName,
String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
PathExpression.WorkspacePath |
withPath(String path) |
PathExpression.WorkspacePath |
withWorkspaceName(String workspaceName) |
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()public PathExpression.WorkspacePath withWorkspaceName(String workspaceName)
public PathExpression.WorkspacePath withPath(String path)
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.