Class AzureOperationBundle
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.operation.AzureOperationBundle
-
public class AzureOperationBundle extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private static AzureBundlebundleprivate static StringBUNDLE
-
Constructor Summary
Constructors Constructor Description AzureOperationBundle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AzureStringtitle(@PropertyKey(resourceBundle="bundles.com.microsoft.azure.toolkit.operation") 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
-
title
public static AzureString title(@Nonnull @PropertyKey(resourceBundle="bundles.com.microsoft.azure.toolkit.operation") @PropertyKey(resourceBundle="bundles.com.microsoft.azure.toolkit.operation") String name, @Nonnull Object... params)
-
-