Interface ModulesManager
-
- All Known Implementing Classes:
PropertiesModuleManager
public interface ModulesManagerDefines operations for managing whether a module needs to be installed or not.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasFileBeenModifiedSinceLastLoaded(java.io.File file)voidinitialize()Give the implementor a chance to initialize itself - e.g.voidsaveLastLoadedTimestamp(java.io.File file, java.util.Date date)
-
-
-
Method Detail
-
initialize
void initialize()
Give the implementor a chance to initialize itself - e.g. loading data from a properties file or other resource.
-
hasFileBeenModifiedSinceLastLoaded
boolean hasFileBeenModifiedSinceLastLoaded(java.io.File file)
-
saveLastLoadedTimestamp
void saveLastLoadedTimestamp(java.io.File file, java.util.Date date)
-
-