org.jboss.dna.repository
Interface DnaConfiguration.PathExpressionOutput<ReturnType>

Type Parameters:
ReturnType -
Enclosing class:
DnaConfiguration

public static interface DnaConfiguration.PathExpressionOutput<ReturnType>

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


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

Method Detail

andOutputtingTo

DnaConfiguration.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-2009 JBoss, a division of Red Hat. All Rights Reserved.