Package com.wavemaker.commons.io
Class ReplaceOperation
- java.lang.Object
-
- com.wavemaker.commons.io.ReplaceOperation
-
- All Implemented Interfaces:
ResourceOperation<File>
public class ReplaceOperation extends java.lang.Object implements ResourceOperation<File>
-
-
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 voidperform(File file)Perform the given operation on the resource.
-
-
-
Method Detail
-
perform
public void perform(File file)
Description copied from interface:ResourceOperationPerform the given operation on the resource.- Specified by:
performin interfaceResourceOperation<File>- Parameters:
file- the resource
-
-