Class AzureBundle
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.bundle.AzureBundle
-
public class AzureBundle extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private ResourceBundlebundle
-
Constructor Summary
Constructors Constructor Description AzureBundle(String bundleName)AzureBundle(String bundleName, Class<?> clazz)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static ResourceBundlegetBundle(String bundleName, Class<?> clazz)StringgetMessage(String key, Object... params)StringgetPattern(String key)
-
-
-
Field Detail
-
bundle
private final ResourceBundle bundle
-
-