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. 
org.modeshape.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

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)
           
 

Uses of PathExpression.RepositoryPath in org.modeshape.repository.sequencer
 

Constructors in org.modeshape.repository.sequencer with parameters of type PathExpression.RepositoryPath
SequencerPathExpression.Matcher(PathExpression.Matcher inputMatcher, PathExpression.RepositoryPath outputPath)
           
 



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