Package com.wavemaker.commons.io
Interface ResourceOperation<T extends Resource>
-
- All Known Implementing Classes:
BulkReplaceOperation,LatestLastModified,ReplaceOperation
public interface ResourceOperation<T extends Resource>An operation that can be performed on aResources.- See Also:
Folder#performOperationRecursively(ResourceOperation),ResourceOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperform(T resource)Perform the given operation on the resource.
-
-
-
Method Detail
-
perform
void perform(T resource)
Perform the given operation on the resource.- Parameters:
resource- the resource
-
-