org.eclipse.epsilon.evl
Class CommandLineFixer

java.lang.Object
  extended by org.eclipse.epsilon.evl.CommandLineFixer
All Implemented Interfaces:
IEvlFixer

public class CommandLineFixer
extends java.lang.Object
implements IEvlFixer


Constructor Summary
CommandLineFixer()
           
 
Method Summary
 void fix(IEvlModule module)
           
 boolean isFix()
           
 void setFix(boolean fix)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineFixer

public CommandLineFixer()
Method Detail

fix

public void fix(IEvlModule module)
         throws EolRuntimeException
Specified by:
fix in interface IEvlFixer
Throws:
EolRuntimeException

isFix

public boolean isFix()

setFix

public void setFix(boolean fix)