Package org.apache.catalina.ha.deploy
Interface FileChangeListener
- All Known Implementing Classes:
FarmWarDeployer
public interface FileChangeListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fileModified
(File f) Modification from watchDir war detected.void
fileRemoved
(File f) War remove from watchDir.
-
Method Details
-
fileModified
Modification from watchDir war detected.- Parameters:
f
- the modified file
-
fileRemoved
War remove from watchDir.- Parameters:
f
- the file removed
-