fr.umlv.unitex.process
Class ElagCommand

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

public class ElagCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
ElagCommand()
           
 
Method Summary
 ElagCommand automaton(java.io.File s)
           
 ElagCommand dir(java.io.File s)
           
 ElagCommand lang(java.io.File s)
           
 ElagCommand output(java.io.File s)
           
 ElagCommand rules(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

ElagCommand

public ElagCommand()
Method Detail

automaton

public ElagCommand automaton(java.io.File s)

lang

public ElagCommand lang(java.io.File s)

rules

public ElagCommand rules(java.io.File s)

output

public ElagCommand output(java.io.File s)

dir

public ElagCommand dir(java.io.File s)