Class SystemUtils.ReplaceItem

  • Enclosing class:
    SystemUtils

    public static class SystemUtils.ReplaceItem
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int end  
      String newValue  
      int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReplaceItem​(int start, int stop, String newValue)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • start

        public int start
      • end

        public int end
      • newValue

        public String newValue
    • Constructor Detail

      • ReplaceItem

        public ReplaceItem​(int start,
                           int stop,
                           String newValue)