fr.umlv.unitex.process
Class ConcorDiffCommand

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

public class ConcorDiffCommand
extends CommandBuilder

Author:
Sébastien Paumier

Field Summary
 
Fields inherited from class fr.umlv.unitex.process.CommandBuilder
ERROR_MESSAGE, MESSAGE, PROGRAM
 
Constructor Summary
ConcorDiffCommand()
           
 
Method Summary
 ConcorDiffCommand firstIndFile(java.io.File s)
           
 ConcorDiffCommand font(java.lang.String s)
           
 ConcorDiffCommand fontSize(int size)
           
 ConcorDiffCommand output(java.io.File s)
           
 ConcorDiffCommand secondIndFile(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

ConcorDiffCommand

public ConcorDiffCommand()
Method Detail

firstIndFile

public ConcorDiffCommand firstIndFile(java.io.File s)

secondIndFile

public ConcorDiffCommand secondIndFile(java.io.File s)

output

public ConcorDiffCommand output(java.io.File s)

font

public ConcorDiffCommand font(java.lang.String s)

fontSize

public ConcorDiffCommand fontSize(int size)