Package org.craftercms.search.batch
Interface UpdateDetailProvider
- All Known Implementing Classes:
AbstractUpdateDetailProvider
,UpdateSet
public interface UpdateDetailProvider
Provides an instance of
UpdateDetail
for a specific file- Author:
- joseross
-
Method Summary
Modifier and TypeMethodDescriptiongetUpdateDetail
(String file) Looks up theUpdateDetail
for the given file
-
Method Details
-
getUpdateDetail
Looks up theUpdateDetail
for the given file- Parameters:
file
- the file to look up- Returns:
- the details object
-