Class AzureMessageBundle
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.messager.AzureMessageBundle
-
public class AzureMessageBundle extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private static AzureBundlebundleprivate static StringBUNDLE
-
Constructor Summary
Constructors Constructor Description AzureMessageBundle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AzureStringmessage(@PropertyKey(resourceBundle="bundles.com.microsoft.azure.toolkit.message") String name, Object... params)
-
-
-
Field Detail
-
BUNDLE
private static final String BUNDLE
- See Also:
- Constant Field Values
-
bundle
private static final AzureBundle bundle
-
-
Method Detail
-
message
public static AzureString message(@Nonnull @PropertyKey(resourceBundle="bundles.com.microsoft.azure.toolkit.message") @PropertyKey(resourceBundle="bundles.com.microsoft.azure.toolkit.message") String name, @Nonnull Object... params)
-
-