fr.umlv.unitex.process
Class LocateCommand

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

public class LocateCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
LocateCommand()
           
 
Method Summary
 LocateCommand allMatches()
           
 LocateCommand alphabet()
           
 LocateCommand charByChar()
           
 LocateCommand dynamicSntDir(java.io.File dir)
           
 LocateCommand enableMorphologicalUseOfSpace()
           
 LocateCommand fst2(java.io.File s)
           
 LocateCommand ignoreOutputs()
           
 LocateCommand limit(int n)
           
 LocateCommand limit(java.lang.String n)
           
 LocateCommand longestMatches()
           
 LocateCommand mergeOutputs()
           
 LocateCommand noLimit()
           
 LocateCommand replaceWithOutputs()
           
 LocateCommand shortestMatches()
           
 LocateCommand snt(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

LocateCommand

public LocateCommand()
Method Detail

snt

public LocateCommand snt(java.io.File s)

fst2

public LocateCommand fst2(java.io.File s)

alphabet

public LocateCommand alphabet()

shortestMatches

public LocateCommand shortestMatches()

longestMatches

public LocateCommand longestMatches()

allMatches

public LocateCommand allMatches()

ignoreOutputs

public LocateCommand ignoreOutputs()

mergeOutputs

public LocateCommand mergeOutputs()

replaceWithOutputs

public LocateCommand replaceWithOutputs()

noLimit

public LocateCommand noLimit()

limit

public LocateCommand limit(int n)

limit

public LocateCommand limit(java.lang.String n)

dynamicSntDir

public LocateCommand dynamicSntDir(java.io.File dir)

charByChar

public LocateCommand charByChar()

enableMorphologicalUseOfSpace

public LocateCommand enableMorphologicalUseOfSpace()