Class ReplaceOperation

    • Constructor Summary

      Constructors 
      Constructor Description
      ReplaceOperation​(java.lang.String fromExpression, java.lang.String toExpression)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void perform​(File file)
      Perform the given operation on the resource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReplaceOperation

        public ReplaceOperation​(java.lang.String fromExpression,
                                java.lang.String toExpression)