fr.umlv.unitex.process
Class Fst2ListCommand

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

public class Fst2ListCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
Fst2ListCommand()
           
 
Method Summary
 Fst2ListCommand fst2(java.io.File s)
           
 Fst2ListCommand ignoreListFile(java.io.File f)
           
 Fst2ListCommand ignoreOutputs()
           
 Fst2ListCommand limit(int n)
           
 Fst2ListCommand limit(java.lang.String n)
           
 Fst2ListCommand listsOfSubgraph(java.io.File file)
           
 Fst2ListCommand modeOfInital(java.lang.String s)
           
 Fst2ListCommand noLimit()
           
 Fst2ListCommand output(java.io.File file)
           
 Fst2ListCommand separateOutputs(boolean separate)
           
 Fst2ListCommand setOFile(java.io.File f)
           
 Fst2ListCommand uneOption(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

Fst2ListCommand

public Fst2ListCommand()
Method Detail

fst2

public Fst2ListCommand fst2(java.io.File s)

limit

public Fst2ListCommand limit(java.lang.String n)

limit

public Fst2ListCommand limit(int n)

noLimit

public Fst2ListCommand noLimit()

modeOfInital

public Fst2ListCommand modeOfInital(java.lang.String s)

setOFile

public Fst2ListCommand setOFile(java.io.File f)

ignoreListFile

public Fst2ListCommand ignoreListFile(java.io.File f)

ignoreOutputs

public Fst2ListCommand ignoreOutputs()

separateOutputs

public Fst2ListCommand separateOutputs(boolean separate)

output

public Fst2ListCommand output(java.io.File file)

listsOfSubgraph

public Fst2ListCommand listsOfSubgraph(java.io.File file)

uneOption

public Fst2ListCommand uneOption(java.lang.String s)