Interface PersonalToolIndexation
-
- All Known Implementing Classes:
AgendaIndexer
,TodoIndexer
public interface PersonalToolIndexation
Indexation of the data managed in a given personal tool.- Author:
- mmoquillon
-
-
Field Summary
Fields Modifier and Type Field Description static String
QUALIFIER_SUFFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
index()
Indexes all the data managed by this personal tool.
-
-
-
Field Detail
-
QUALIFIER_SUFFIX
static final String QUALIFIER_SUFFIX
- See Also:
- Constant Field Values
-
-