Uses of Class
org.modeshape.graph.property.PathExpression.RepositoryPath

Packages that use PathExpression.RepositoryPath
org.modeshape.graph.property Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
 

Uses of PathExpression.RepositoryPath in org.modeshape.graph.property
 

Methods in org.modeshape.graph.property that return PathExpression.RepositoryPath
static PathExpression.RepositoryPath PathExpression.parseRepositoryPath(String path)
          Parse a path of the form {repoName}:{workspaceName}:{absolutePath} or {absolutePath}.
 PathExpression.RepositoryPath PathExpression.RepositoryPath.withPath(String path)
           
 PathExpression.RepositoryPath PathExpression.RepositoryPath.withRepositoryName(String repositoryName)
           
 PathExpression.RepositoryPath PathExpression.RepositoryPath.withWorkspaceName(String workspaceName)
           
 



Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.