fr.umlv.unitex.process
Class InflectCommand

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

public class InflectCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
InflectCommand()
           
 
Method Summary
 InflectCommand delas(java.io.File s)
           
 InflectCommand digitsMustRemain()
           
 InflectCommand dir(java.io.File s)
           
 InflectCommand result(java.io.File s)
           
 InflectCommand semiColon()
           
 
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

InflectCommand

public InflectCommand()
Method Detail

delas

public InflectCommand delas(java.io.File s)

result

public InflectCommand result(java.io.File s)

dir

public InflectCommand dir(java.io.File s)

semiColon

public InflectCommand semiColon()

digitsMustRemain

public InflectCommand digitsMustRemain()