fr.umlv.unitex.process
Class ExtractCommand

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

public class ExtractCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
ExtractCommand()
           
 
Method Summary
 ExtractCommand extract(boolean matchingUnits)
           
 ExtractCommand ind(java.io.File s)
           
 ExtractCommand result(java.io.File s)
           
 ExtractCommand 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

ExtractCommand

public ExtractCommand()
Method Detail

extract

public ExtractCommand extract(boolean matchingUnits)

snt

public ExtractCommand snt(java.io.File s)

ind

public ExtractCommand ind(java.io.File s)

result

public ExtractCommand result(java.io.File s)