fr.umlv.unitex.process
Class CommandBuilder

java.lang.Object
  extended by fr.umlv.unitex.process.CommandBuilder
Direct Known Subclasses:
CheckDicCommand, CompressCommand, CompressKrCommand, ConcordCommand, ConcorDiffCommand, ConsultDicCommand, ConvertCommand, DicoCommand, ElagCommand, ElagCompCommand, EvambCommand, ExploseFst2Command, ExtractCommand, FlattenCommand, Fst2GrfCommand, Fst2ListCommand, Fst2TxtCommand, Fst2UnambigCommand, Grf2Fst2Command, ImploseFst2Command, InflectCommand, InflectKrCommand, Jamo2SylCommand, LangCommand, LocateCommand, MergeBinCommand, MergeTextAutomatonCommand, MessageCommand, NormalizeCommand, PolyLexCommand, ReconstrucaoCommand, Reg2GrfCommand, SortMorphCommand, SortTxtCommand, SpellCheckCommand, SufForm2RacCommand, Syl2JamoCommand, Table2GrfCommand, TagsetNormFst2Command, TextAutomaton2MftCommand, TokenizeCommand, Txt2Fst2Command, Txt2Fst2KrCommand

public abstract class CommandBuilder
extends java.lang.Object

This class provides facilities for build process command lines.

Author:
Sébastien Paumier

Field Summary
static int ERROR_MESSAGE
           
static int MESSAGE
           
static int PROGRAM
           
 
Method Summary
 CommandBuilder getBuilder()
           
 java.lang.String[] getCommandArguments()
           
 java.lang.String getCommandLine()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROGRAM

public static final int PROGRAM
See Also:
Constant Field Values

MESSAGE

public static final int MESSAGE
See Also:
Constant Field Values

ERROR_MESSAGE

public static final int ERROR_MESSAGE
See Also:
Constant Field Values
Method Detail

getCommandLine

public java.lang.String getCommandLine()

getCommandArguments

public java.lang.String[] getCommandArguments()

getBuilder

public CommandBuilder getBuilder()

getType

public int getType()