fr.umlv.unitex.process
Class SufForm2RacCommand

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

public class SufForm2RacCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
SufForm2RacCommand()
           
 
Method Summary
 SufForm2RacCommand convTableList(java.io.File s)
           
 SufForm2RacCommand dest(java.io.File s)
           
 SufForm2RacCommand dest(java.lang.String s)
           
 SufForm2RacCommand InFileName(java.io.File s)
           
 SufForm2RacCommand inputFile(java.io.File s)
           
 SufForm2RacCommand inputFile(java.lang.String s)
           
 SufForm2RacCommand inputFilesList(java.lang.String 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

SufForm2RacCommand

public SufForm2RacCommand()
Method Detail

InFileName

public SufForm2RacCommand InFileName(java.io.File s)

convTableList

public SufForm2RacCommand convTableList(java.io.File s)

inputFilesList

public SufForm2RacCommand inputFilesList(java.lang.String s)

inputFile

public SufForm2RacCommand inputFile(java.lang.String s)

inputFile

public SufForm2RacCommand inputFile(java.io.File s)

dest

public SufForm2RacCommand dest(java.io.File s)

dest

public SufForm2RacCommand dest(java.lang.String s)