org.apache.felix.examples.dictionaryservice
Interface DictionaryService
public interface DictionaryService
A simple service interface that defines a dictionary service. A dictionary
service simply verifies the existence of a word.
- Author:
- Felix Project Team
Method Summary |
boolean |
checkWord(java.lang.String word)
Check for the existence of a word. |
checkWord
boolean checkWord(java.lang.String word)
- Check for the existence of a word.
- Parameters:
word
- the word to be checked.
- Returns:
- true if the word is in the dictionary, false otherwise.