public interface EMFFormsLocalizationService
Modifier and Type | Method and Description |
---|---|
String |
getString(org.osgi.framework.Bundle bundle,
String key)
Return the String for the provided key.
|
String |
getString(Class<?> clazz,
String key)
Return the String for the provided key.
|
boolean |
hasKey(org.osgi.framework.Bundle bundle,
String key)
Return whether the key in question is available.
|
boolean |
hasKey(Class<?> clazz,
String key)
Return whether the key in question is available.
|
String getString(org.osgi.framework.Bundle bundle, String key)
bundle
- The bundle which provides the translated stringskey
- The key of the stringString getString(Class<?> clazz, String key)
clazz
- The class which needs a translated stringkey
- The key of the stringboolean hasKey(org.osgi.framework.Bundle bundle, String key)
bundle
- The bundle in which to search for the keykey
- The key to searchCopyright © 2018. All rights reserved.