fr.umlv.unitex.process
Class MultiCommands

java.lang.Object
  extended by fr.umlv.unitex.process.MultiCommands

public class MultiCommands
extends java.lang.Object

This class provides facilities for build process command lines.

Author:
Sébastien Paumier

Constructor Summary
MultiCommands()
           
MultiCommands(CommandBuilder builder)
           
 
Method Summary
 void addCommand(CommandBuilder builder)
           
 CommandBuilder getCommand(int n)
           
 int numberOfCommands()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiCommands

public MultiCommands()

MultiCommands

public MultiCommands(CommandBuilder builder)
Method Detail

addCommand

public void addCommand(CommandBuilder builder)

getCommand

public CommandBuilder getCommand(int n)

numberOfCommands

public int numberOfCommands()