fr.umlv.unitex.process
Class DicoCommand

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

public class DicoCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
DicoCommand()
           
 
Method Summary
 DicoCommand alphabet(java.io.File s)
           
 DicoCommand dictionary(java.io.File s)
           
 DicoCommand dictionaryList(java.util.ArrayList list)
           
 DicoCommand snt(java.io.File s)
           
 DicoCommand systemDictionary(java.lang.String s)
           
 DicoCommand userDictionary(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

DicoCommand

public DicoCommand()
Method Detail

snt

public DicoCommand snt(java.io.File s)

alphabet

public DicoCommand alphabet(java.io.File s)

dictionary

public DicoCommand dictionary(java.io.File s)

userDictionary

public DicoCommand userDictionary(java.lang.String s)

systemDictionary

public DicoCommand systemDictionary(java.lang.String s)

dictionaryList

public DicoCommand dictionaryList(java.util.ArrayList list)