Package com.dtolabs.rundeck.core.common
Interface FileUpdater
-
- All Known Implementing Classes:
URLFileUpdater
public interface FileUpdaterFileUpdater modifies a file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateFile(java.io.File destinationFile)Update the destination file.
-
-
-
Method Detail
-
updateFile
void updateFile(java.io.File destinationFile) throws FileUpdaterExceptionUpdate the destination file.- Parameters:
destinationFile- the file- Throws:
FileUpdaterException- on error
-
-