com.dtolabs.rundeck.core.common
Interface FileUpdater

All Known Implementing Classes:
URLFileUpdater

public interface FileUpdater

FileUpdater modifies a file.


Method Summary
 void updateFile(java.io.File destinationFile)
          Update the destination file.
 

Method Detail

updateFile

void updateFile(java.io.File destinationFile)
                throws FileUpdaterException
Update the destination file.

Throws:
FileUpdaterException