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

Packages that use PathExpression.Matcher
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.Matcher in org.modeshape.graph.property
 

Methods in org.modeshape.graph.property that return PathExpression.Matcher
 PathExpression.Matcher PathExpression.matcher(String absolutePath)
          Obtain a Matcher that can be used to convert the supplied absolute path (with repository name and workspace name) into an output repository, and output workspace name, and output path.
 

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

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



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