Package org.eclipse.equinox.p2.metadata
Class KeyWithLocale
- java.lang.Object
-
- org.eclipse.equinox.p2.metadata.KeyWithLocale
-
- All Implemented Interfaces:
java.io.Serializable
public final class KeyWithLocale extends java.lang.Object implements java.io.SerializableA key that can be used to extract a localized property for a specified Locale- Since:
- 2.0
- See Also:
- Serialized Form
- Restriction:
- This class is not intended to be subclassed by clients.
-
-
Constructor Summary
Constructors Constructor Description KeyWithLocale(java.lang.String key, java.util.Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()java.util.LocalegetLocale()
-