- java.lang.Object
-
- org.tentackle.common.CommonCommonBundle
-
public class CommonCommonBundle extends Object
Bundle for common-package in tentackle-common.- Author:
- harald
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResourceBundlegetBundle()Gets the bundle.static StringgetString(String key)Gets a string for the given key.
-
-
-
Method Detail
-
getBundle
public static ResourceBundle getBundle()
Gets the bundle.- Returns:
- the resource bundle
-
-