org.modeshape.graph.property
Class PathExpression.RepositoryPath
java.lang.Object
org.modeshape.graph.property.PathExpression.RepositoryPath
- Enclosing class:
- PathExpression
@Immutable
public static class PathExpression.RepositoryPath
- extends Object
repositoryName
public final String repositoryName
workspaceName
public final String workspaceName
path
public final String path
PathExpression.RepositoryPath
public PathExpression.RepositoryPath(String repositoryName,
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()
withRepositoryName
public PathExpression.RepositoryPath withRepositoryName(String repositoryName)
withWorkspaceName
public PathExpression.RepositoryPath withWorkspaceName(String workspaceName)
withPath
public PathExpression.RepositoryPath withPath(String path)
Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.