Uses of Class
org.jboss.dna.graph.property.PathExpression

Packages that use PathExpression
org.jboss.dna.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.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
 

Uses of PathExpression in org.jboss.dna.graph.property
 

Methods in org.jboss.dna.graph.property that return PathExpression
static PathExpression PathExpression.all()
           
static PathExpression PathExpression.compile(String expression)
          Compile the supplied expression and return the resulting path expression instance.
 

Uses of PathExpression in org.jboss.dna.repository
 

Methods in org.jboss.dna.repository that return types with arguments of type PathExpression
 Set<PathExpression> DnaConfiguration.SequencerDefinition.getPathExpressions()
          Get the path expressions from the saved configuration.
 

Methods in org.jboss.dna.repository with parameters of type PathExpression
 DnaConfiguration.SequencerDefinition<ReturnType> DnaConfiguration.SequencerDefinition.sequencingFrom(PathExpression inputPathExpression)
          Specify the input path expression, which determines when this sequencer will be executed.
 



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