Interface EcosystemHint
-
- All Known Implementing Classes:
DescriptionKeywordHint
,FileExtensionHint
,UrlHostHint
,UrlPathHint
public interface EcosystemHint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEcosystem()
Returns the ecosystem.EcosystemHintNature
getNature()
Returns the nature of the ecosystem hint.java.lang.String
getValue()
Returns the value.
-
-
-
Method Detail
-
getNature
EcosystemHintNature getNature()
Returns the nature of the ecosystem hint.- Returns:
- the nature of the ecosystem hint
-
getEcosystem
java.lang.String getEcosystem()
Returns the ecosystem.- Returns:
- the ecosystem
-
getValue
java.lang.String getValue()
Returns the value.- Returns:
- the value
-
-