Package org.eclipse.help
Interface IIndexContribution
-
public interface IIndexContributionRepresents either a complete or partial keyword index, as well as its metadata.- Since:
- 3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Returns a unique identifier for this contribution.IIndexgetIndex()Returns this contributions index.java.lang.StringgetLocale()Returns the locale for this contribution.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Returns a unique identifier for this contribution.- Returns:
- the contribution's unique identifier
-
getIndex
IIndex getIndex()
Returns this contributions index.- Returns:
- the index data for this contribution
-
getLocale
java.lang.String getLocale()
Returns the locale for this contribution.- Returns:
- the contribution's locale
-
-