fr.umlv.unitex.process
Class FlattenCommand

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

public class FlattenCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
FlattenCommand()
           
 
Method Summary
 FlattenCommand depth(int n)
           
 FlattenCommand depth(java.lang.String n)
           
 FlattenCommand fst2(java.io.File s)
           
 FlattenCommand resultType(boolean FST)
           
 
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

FlattenCommand

public FlattenCommand()
Method Detail

fst2

public FlattenCommand fst2(java.io.File s)

resultType

public FlattenCommand resultType(boolean FST)

depth

public FlattenCommand depth(int n)

depth

public FlattenCommand depth(java.lang.String n)