fr.umlv.unitex.process
Class ElagCompCommand

java.lang.Object
  extended by fr.umlv.unitex.process.CommandBuilder
      extended by fr.umlv.unitex.process.ElagCompCommand

public class ElagCompCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
ElagCompCommand()
           
 
Method Summary
 ElagCompCommand dir(java.io.File s)
           
 ElagCompCommand grammar(java.io.File s)
           
 ElagCompCommand lang(java.io.File s)
           
 ElagCompCommand output(java.io.File s)
           
 ElagCompCommand ruleList(java.io.File s)
           
 ElagCompCommand rules(boolean ruleList, java.io.File s)
           
 
Methods inherited from class fr.umlv.unitex.process.CommandBuilder
getBuilder, getCommandArguments, getCommandLine, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElagCompCommand

public ElagCompCommand()
Method Detail

rules

public ElagCompCommand rules(boolean ruleList,
                             java.io.File s)

lang

public ElagCompCommand lang(java.io.File s)

output

public ElagCompCommand output(java.io.File s)

dir

public ElagCompCommand dir(java.io.File s)

grammar

public ElagCompCommand grammar(java.io.File s)

ruleList

public ElagCompCommand ruleList(java.io.File s)