org.modeshape.repository
Interface ModeShapeConfiguration.PathExpressionOutput<ReturnType>

Type Parameters:
ReturnType -
Enclosing class:
ModeShapeConfiguration

public static interface ModeShapeConfiguration.PathExpressionOutput<ReturnType>

Interface used to specify the output path expression for a sequencer configuration.


Method Summary
 ModeShapeConfiguration.SequencerDefinition<ReturnType> andOutputtingTo(String outputExpression)
          Specify the output path expression, which determines where this sequencer's output will be placed.
 

Method Detail

andOutputtingTo

ModeShapeConfiguration.SequencerDefinition<ReturnType> andOutputtingTo(String outputExpression)
Specify the output path expression, which determines where this sequencer's output will be placed.

Parameters:
outputExpression - the path expression for the location(s) where output generated by the sequencer is to be placed
Returns:
the interface used to continue specifying the configuration of the sequencer


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