org.modeshape.sequencer.java
Class VariableSequencer

java.lang.Object
  extended by org.modeshape.sequencer.java.VariableSequencer

public class VariableSequencer
extends Object

Sequencer for variables.


Constructor Summary
VariableSequencer()
           
 
Method Summary
static void sequenceTheVariable(SequencerOutput output, NameFactory nameFactory, Variable variable, Path path)
          Sequence a variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableSequencer

public VariableSequencer()
Method Detail

sequenceTheVariable

public static void sequenceTheVariable(SequencerOutput output,
                                       NameFactory nameFactory,
                                       Variable variable,
                                       Path path)
Sequence a variable.

Parameters:
output - - the SequencerOutput.
nameFactory - - the NameFactory.
variable - - the variable to be added in the tree.
path - - the path


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