fr.umlv.unitex.process
Class PolyLexCommand

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

public class PolyLexCommand
extends CommandBuilder

Author:
Sébastien Paumier

Nested Class Summary
 class PolyLexCommand.InvalidPolyLexArgumentException
           
 
Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
PolyLexCommand()
           
 
Method Summary
 PolyLexCommand alphabet()
           
 PolyLexCommand bin(java.io.File s)
           
 PolyLexCommand info(java.io.File s)
           
 PolyLexCommand language(java.lang.String s)
           
 PolyLexCommand output(java.io.File s)
           
 PolyLexCommand wordList(java.io.File 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

PolyLexCommand

public PolyLexCommand()
Method Detail

language

public PolyLexCommand language(java.lang.String s)
                        throws PolyLexCommand.InvalidPolyLexArgumentException
Throws:
PolyLexCommand.InvalidPolyLexArgumentException

alphabet

public PolyLexCommand alphabet()

bin

public PolyLexCommand bin(java.io.File s)

wordList

public PolyLexCommand wordList(java.io.File s)

output

public PolyLexCommand output(java.io.File s)

info

public PolyLexCommand info(java.io.File s)