mk.fsgrep.util
Class ReplaceQueryResult

java.lang.Object
  extended by mk.fsgrep.util.ReplaceQueryResult

public class ReplaceQueryResult
extends java.lang.Object

Author:
Murali Krishnan

Constructor Summary
ReplaceQueryResult(int pValue)
           
 
Method Summary
 boolean doFixAll()
           
 boolean doFixThis()
           
 boolean doSkipAll()
           
 boolean doSkipThis()
           
protected  int getValue()
           
static ReplaceQueryResult noAll()
           
static ReplaceQueryResult noThis()
           
 java.lang.String toString()
           
static ReplaceQueryResult yesAll()
           
static ReplaceQueryResult yesThis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplaceQueryResult

public ReplaceQueryResult(int pValue)
Method Detail

yesThis

public static ReplaceQueryResult yesThis()

yesAll

public static ReplaceQueryResult yesAll()

noThis

public static ReplaceQueryResult noThis()

noAll

public static ReplaceQueryResult noAll()

getValue

protected int getValue()

doFixThis

public boolean doFixThis()

doFixAll

public boolean doFixAll()

doSkipThis

public boolean doSkipThis()

doSkipAll

public boolean doSkipAll()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.