Class KeyWithLocale

java.lang.Object
org.eclipse.equinox.p2.metadata.KeyWithLocale
All Implemented Interfaces:
Serializable

public final class KeyWithLocale extends Object implements Serializable
A key that can be used to extract a localized property for a specified Locale
Since:
2.0
See Also:
Restriction:
This class is not intended to be subclassed by clients.
  • Constructor Details

    • KeyWithLocale

      public KeyWithLocale(String key, Locale locale)
  • Method Details

    • getKey

      public String getKey()
    • getLocale

      public Locale getLocale()