@Immutable public static class PathExpression.WorkspacePath extends Object
Modifier and Type | Field and Description |
---|---|
String |
path |
String |
workspaceName |
Constructor and Description |
---|
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 Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
public PathExpression.WorkspacePath withWorkspaceName(String workspaceName)
public PathExpression.WorkspacePath withPath(String path)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.