Uses of Class
com.microsoft.azure.toolkit.lib.common.bundle.AzureString
-
-
Uses of AzureString in com.microsoft.azure.toolkit.lib.common.action
Fields in com.microsoft.azure.toolkit.lib.common.action declared as AzureString Modifier and Type Field Description private AzureStringAction.View. titleFields in com.microsoft.azure.toolkit.lib.common.action with type parameters of type AzureString Modifier and Type Field Description (package private) java.util.function.Function<D,AzureString>Action. titleProviderprivate java.util.function.Function<D,AzureString>ActionInstance. titleProviderMethods in com.microsoft.azure.toolkit.lib.common.action that return AzureString Modifier and Type Method Description AzureStringActionInstance. getDescription()Methods in com.microsoft.azure.toolkit.lib.common.action with parameters of type AzureString Modifier and Type Method Description Action<D>Action. withTitle(AzureString title)ActionInstance<D>ActionInstance. withTitle(AzureString title)Constructors in com.microsoft.azure.toolkit.lib.common.action with parameters of type AzureString Constructor Description View(String label, String iconPath, boolean enabled, AzureString title) -
Uses of AzureString in com.microsoft.azure.toolkit.lib.common.bundle
Methods in com.microsoft.azure.toolkit.lib.common.bundle that return AzureString Modifier and Type Method Description static AzureStringAzureString. format(AzureBundle bundle, String key, Object... params)static AzureStringAzureString. format(String pattern, Object... params)static AzureStringAzureString. fromString(String text) -
Uses of AzureString in com.microsoft.azure.toolkit.lib.common.messager
Fields in com.microsoft.azure.toolkit.lib.common.messager declared as AzureString Modifier and Type Field Description protected AzureStringAzureMessage. messageMethods in com.microsoft.azure.toolkit.lib.common.messager that return AzureString Modifier and Type Method Description AzureStringIAzureMessage. getMessage()static AzureStringAzureMessageBundle. message(@PropertyKey(resourceBundle="bundles.com.microsoft.azure.toolkit.message") String name, Object... params)Methods in com.microsoft.azure.toolkit.lib.common.messager with parameters of type AzureString Modifier and Type Method Description default voidIAzureMessager. alert(AzureString message)default voidIAzureMessager. alert(AzureString message, String title)default IAzureMessageIAzureMessager. buildAlertMessage(AzureString message, String title)default IAzureMessageIAzureMessager. buildConfirmMessage(AzureString message, String title)default IAzureMessageIAzureMessager. buildDebugMessage(AzureString message, Object... actions)default IAzureMessageIAzureMessager. buildDebugMessage(AzureString message, String title, Object... actions)default IAzureMessageIAzureMessager. buildErrorMessage(AzureString message, Object... actions)default IAzureMessageIAzureMessager. buildErrorMessage(AzureString message, String title, Object... actions)default IAzureMessageIAzureMessager. buildInfoMessage(AzureString message, Object... actions)default IAzureMessageIAzureMessager. buildInfoMessage(AzureString message, String title, Object... actions)default AzureMessageIAzureMessager. buildMessage(IAzureMessage.Type type, AzureString content, String title, Object[] actions, Object payload)default IAzureMessageIAzureMessager. buildSuccessMessage(AzureString message, Object... actions)default IAzureMessageIAzureMessager. buildSuccessMessage(AzureString message, String title, Object... actions)default IAzureMessageIAzureMessager. buildWarningMessage(AzureString message, Object... actions)default IAzureMessageIAzureMessager. buildWarningMessage(AzureString message, String title, Object... actions)default booleanIAzureMessager. confirm(AzureString message)default booleanIAzureMessager. confirm(AzureString message, String title)default voidIAzureMessager. debug(AzureString message)default voidIAzureMessager. debug(AzureString message, Object... actions)default voidIAzureMessager. debug(AzureString message, String title, Object... actions)default StringIAzureMessage. decorateText(AzureString text, java.util.function.Supplier<String> dft)default voidIAzureMessager. error(AzureString message)default voidIAzureMessager. error(AzureString message, Object... actions)default voidIAzureMessager. error(AzureString message, String title, Object... actions)default voidIAzureMessager. info(AzureString message)default voidIAzureMessager. info(AzureString message, Object... actions)default voidIAzureMessager. info(AzureString message, String title, Object... actions)default voidIAzureMessager. success(AzureString message)default voidIAzureMessager. success(AzureString message, Object... actions)default voidIAzureMessager. success(AzureString message, String title, Object... actions)default voidIAzureMessager. warning(AzureString message)default voidIAzureMessager. warning(AzureString message, Object... actions)default voidIAzureMessager. warning(AzureString message, String title, Object... actions)Constructors in com.microsoft.azure.toolkit.lib.common.messager with parameters of type AzureString Constructor Description AzureHtmlMessage(IAzureMessage.Type type, AzureString message) -
Uses of AzureString in com.microsoft.azure.toolkit.lib.common.operation
Fields in com.microsoft.azure.toolkit.lib.common.operation declared as AzureString Modifier and Type Field Description private AzureStringSimpleOperation. titleMethods in com.microsoft.azure.toolkit.lib.common.operation that return AzureString Modifier and Type Method Description static AzureStringOperationBundle. description(@PropertyKey(resourceBundle="bundles.com.microsoft.azure.toolkit.operation") String name, Object... params)AzureStringMethodOperation. getDescription()AzureStringOperation. getDescription()AzureStringSimpleOperation. getDescription()Methods in com.microsoft.azure.toolkit.lib.common.operation with parameters of type AzureString Modifier and Type Method Description static voidOperation. execute(AzureString title, Runnable body, Object source)static voidOperation. execute(AzureString title, Callable<?> body, Object source) -
Uses of AzureString in com.microsoft.azure.toolkit.lib.common.task
Fields in com.microsoft.azure.toolkit.lib.common.task declared as AzureString Modifier and Type Field Description private AzureStringAzureTask. descriptionConstructors in com.microsoft.azure.toolkit.lib.common.task with parameters of type AzureString Constructor Description AzureTask(AzureString title, Runnable runnable)AzureTask(AzureString title, Runnable runnable, AzureTask.Modality modality)AzureTask(AzureString title, Callable<T> body)AzureTask(AzureString title, Callable<T> body, AzureTask.Modality modality)AzureTask(Object project, AzureString title, boolean cancellable, Runnable runnable)AzureTask(Object project, AzureString title, boolean cancellable, Runnable runnable, AzureTask.Modality modality)AzureTask(Object project, AzureString title, boolean cancellable, Callable<T> body)AzureTask(Object project, AzureString title, boolean cancellable, Callable<T> body, AzureTask.Modality modality) -
Uses of AzureString in com.microsoft.azure.toolkit.lib.common.telemetry
Methods in com.microsoft.azure.toolkit.lib.common.telemetry with parameters of type AzureString Modifier and Type Method Description static voidAzureTelemeter. log(AzureTelemetry.Type type, AzureString op)static voidAzureTelemeter. log(AzureTelemetry.Type type, AzureString op, Throwable e) -
Uses of AzureString in com.microsoft.azure.toolkit.lib.common.validator
Fields in com.microsoft.azure.toolkit.lib.common.validator declared as AzureString Modifier and Type Field Description private AzureStringValidationMessage. messageMethods in com.microsoft.azure.toolkit.lib.common.validator that return AzureString Modifier and Type Method Description private static AzureStringValidationMessage. getMessage(com.networknt.schema.ValidationMessage validationMessage)
-