@NotThreadSafe public interface RowFactory
Implementations of this class must provide a public, no-argument constructor.
To use, supply the implementation class name to a AbstractTextSequencer
object. New instances are created for each
Sequencer.execute(javax.jcr.Property, javax.jcr.Node, org.modeshape.jcr.api.sequencer.Sequencer.Context)
so implementations of this interface need not be thread-safe.
void recordRow(Node outputNode, String[] columns) throws RepositoryException
Node
instance.outputNode
- the node under which the sequencing output is placed.columns
- the columns that could be parsed out for the rowRepositoryException
- if anything fails while recording the row under the ouput node.Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.