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 AzureStringActionView. titleFields in com.microsoft.azure.toolkit.lib.common.action with type parameters of type AzureString Modifier and Type Field Description protected java.util.function.Function<Object,AzureString>ActionView.Builder. titleMethods in com.microsoft.azure.toolkit.lib.common.action that return AzureString Modifier and Type Method Description AzureStringAction. getDescription() -
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. buildMessage(IAzureMessage.Type type, AzureString content, String title, Object[] actions, Object payload)default booleanIAzureMessager. confirm(AzureString message)default booleanIAzureMessager. confirm(AzureString message, String title)default StringIAzureMessage. decorateText(AzureString text, java.util.function.Supplier<String> dft)default voidIAzureMessager. error(AzureString message)default voidIAzureMessager. error(AzureString message, String title, Object... actions)default voidIAzureMessager. info(AzureString message)default voidIAzureMessager. info(AzureString message, String title, Object... actions)default voidIAzureMessager. success(AzureString message)default voidIAzureMessager. success(AzureString message, String title, Object... actions)default voidIAzureMessager. warning(AzureString message)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
Methods 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() -
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. descriptionMethods in com.microsoft.azure.toolkit.lib.common.task with parameters of type AzureString Modifier and Type Method Description voidAzureTaskManager. read(AzureString title, Runnable task)rx.Observable<Void>AzureTaskManager. readAsObservable(AzureString title, Runnable task)voidAzureTaskManager. runAndWait(AzureString title, Runnable task)voidAzureTaskManager. runAndWait(AzureString title, Runnable task, AzureTask.Modality modality)rx.Observable<Void>AzureTaskManager. runAndWaitAsObservable(AzureString title, Runnable task)rx.Observable<Void>AzureTaskManager. runAndWaitAsObservable(AzureString title, Runnable task, AzureTask.Modality modality)voidAzureTaskManager. runInBackground(AzureString title, boolean cancellable, Runnable task)voidAzureTaskManager. runInBackground(AzureString title, boolean cancellable, Callable<Void> task)voidAzureTaskManager. runInBackground(AzureString title, Runnable task)voidAzureTaskManager. runInBackground(AzureString title, Callable<Void> task)rx.Observable<Void>AzureTaskManager. runInBackgroundAsObservable(AzureString title, boolean cancellable, Runnable task)<T> rx.Observable<T>AzureTaskManager. runInBackgroundAsObservable(AzureString title, boolean cancellable, Callable<T> task)rx.Observable<Void>AzureTaskManager. runInBackgroundAsObservable(AzureString title, Runnable task)<T> rx.Observable<T>AzureTaskManager. runInBackgroundAsObservable(AzureString title, Callable<T> task)voidAzureTaskManager. runInModal(AzureString title, boolean cancellable, Runnable task)voidAzureTaskManager. runInModal(AzureString title, boolean cancellable, Callable<Void> task)voidAzureTaskManager. runInModal(AzureString title, Runnable task)voidAzureTaskManager. runInModal(AzureString title, Callable<Void> task)rx.Observable<Void>AzureTaskManager. runInModalAsObservable(AzureString title, boolean cancellable, Runnable task)<T> rx.Observable<T>AzureTaskManager. runInModalAsObservable(AzureString title, boolean cancellable, Callable<T> task)rx.Observable<Void>AzureTaskManager. runInModalAsObservable(AzureString title, Runnable task)<T> rx.Observable<T>AzureTaskManager. runInModalAsObservable(AzureString title, Callable<T> task)voidAzureTaskManager. runLater(AzureString title, Runnable task)voidAzureTaskManager. runLater(AzureString title, Runnable task, AzureTask.Modality modality)rx.Observable<Void>AzureTaskManager. runLaterAsObservable(AzureString title, Runnable task)rx.Observable<Void>AzureTaskManager. runLaterAsObservable(AzureString title, Runnable task, AzureTask.Modality modality)voidAzureTaskManager. write(AzureString title, Runnable task)rx.Observable<Void>AzureTaskManager. writeAsObservable(AzureString title, Runnable task)Constructors 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.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)
-