fr.umlv.unitex.process
Class Fst2TxtCommand

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

public class Fst2TxtCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
Fst2TxtCommand()
           
 
Method Summary
 Fst2TxtCommand alphabet()
           
 Fst2TxtCommand charByChar()
           
 Fst2TxtCommand fst2(java.io.File s)
           
 Fst2TxtCommand mode(boolean merge)
           
 Fst2TxtCommand text(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

Fst2TxtCommand

public Fst2TxtCommand()
Method Detail

text

public Fst2TxtCommand text(java.io.File s)

fst2

public Fst2TxtCommand fst2(java.io.File s)

alphabet

public Fst2TxtCommand alphabet()

mode

public Fst2TxtCommand mode(boolean merge)

charByChar

public Fst2TxtCommand charByChar()