flux.file
Interface RenameableDoubleFileParameter

All Superinterfaces:
DoubleFileParameter, SingleFileParameter
All Known Subinterfaces:
FileCopyAction, FileMoveAction, FileRenameAction

public interface RenameableDoubleFileParameter
extends DoubleFileParameter

Indicates that files should be renamed while being operated upon in a file operation.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 Renamer getRenamer()
          Returns the name substitution algorithm to use in this file operation.
 void setRenamer(Renamer renamer)
          Sets the name substitution algorithm to use in this file operation.
 
Methods inherited from interface flux.file.DoubleFileParameter
addTarget, getTargets, isPreserveDirectoryStructure, setPreserveDirectoryStructure
 
Methods inherited from interface flux.file.SingleFileParameter
addSource, clear, getSources
 

Method Detail

getRenamer

Renamer getRenamer()
Returns the name substitution algorithm to use in this file operation.

Returns:
The name substitution algorithm to use in this file operation.

setRenamer

void setRenamer(Renamer renamer)
Sets the name substitution algorithm to use in this file operation.

Parameters:
renamer - The name substitution algorithm to use in this file operation.


© 2014 Flux Corporation. All rights reserved.