fr.umlv.unitex.process
Class SortTxtCommand

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

public class SortTxtCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
SortTxtCommand()
           
 
Method Summary
 SortTxtCommand file(java.io.File s)
           
 SortTxtCommand removeDuplicates(boolean remove)
           
 SortTxtCommand reverse()
           
 SortTxtCommand saveNumberOfLines(java.io.File file)
           
 SortTxtCommand sortAlphabet()
           
 SortTxtCommand thai()
           
 
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

SortTxtCommand

public SortTxtCommand()
Method Detail

file

public SortTxtCommand file(java.io.File s)

removeDuplicates

public SortTxtCommand removeDuplicates(boolean remove)

reverse

public SortTxtCommand reverse()

sortAlphabet

public SortTxtCommand sortAlphabet()

saveNumberOfLines

public SortTxtCommand saveNumberOfLines(java.io.File file)

thai

public SortTxtCommand thai()