org.modeshape.jcr.sequencer
Class PathExpression.WorkspacePath
java.lang.Object
org.modeshape.jcr.sequencer.PathExpression.WorkspacePath
- Enclosing class:
- PathExpression
@Immutable
public static class PathExpression.WorkspacePath
- extends Object
workspaceName
public final String workspaceName
path
public final String path
PathExpression.WorkspacePath
public PathExpression.WorkspacePath(String workspaceName,
String path)
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class Object
- See Also:
Object.hashCode()
equals
public boolean equals(Object obj)
-
- Overrides:
equals
in class Object
- See Also:
Object.equals(java.lang.Object)
toString
public String toString()
-
- Overrides:
toString
in class Object
- See Also:
Object.toString()
withWorkspaceName
public PathExpression.WorkspacePath withWorkspaceName(String workspaceName)
withPath
public PathExpression.WorkspacePath withPath(String path)
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.