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

Type Parameters:
ReturnType -
Enclosing class:
Configurator<BuilderType>

public static interface Configurator.PathExpressionOutput<ReturnType>

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


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

Method Detail

andOutputtingTo

Configurator.SequencerDetails<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-Present JBoss a division of Red Hat. All Rights Reserved.