Package org.eclipse.help
Interface IIndexContribution
public interface IIndexContribution
Represents either a complete or partial keyword index, as well as its
 metadata.
- Since:
- 3.3
- 
Method Summary
- 
Method Details- 
getIdString getId()Returns a unique identifier for this contribution.- Returns:
- the contribution's unique identifier
 
- 
getIndexIIndex getIndex()Returns this contributions index.- Returns:
- the index data for this contribution
 
- 
getLocaleString getLocale()Returns the locale for this contribution.- Returns:
- the contribution's locale
 
 
-