Class LineReplaceResult


  • public class LineReplaceResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int rangeToReplace
      changed results must have have range > 0, to replace entire line specify "-1" for the range
      int startReplaceIndex
      relative to line start, changed results must have index >= 0
      java.lang.String textToReplace
      changed results must have not-null text to replace
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • startReplaceIndex

        public int startReplaceIndex
        relative to line start, changed results must have index >= 0
      • rangeToReplace

        public int rangeToReplace
        changed results must have have range > 0, to replace entire line specify "-1" for the range
      • textToReplace

        public java.lang.String textToReplace
        changed results must have not-null text to replace
    • Constructor Detail

      • LineReplaceResult

        public LineReplaceResult()
    • Method Detail

      • toString

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