Class MavenAzureMessager

  • All Implemented Interfaces:
    com.microsoft.azure.toolkit.lib.common.messager.IAzureMessager

    public class MavenAzureMessager
    extends Object
    implements com.microsoft.azure.toolkit.lib.common.messager.IAzureMessager
    • Constructor Detail

      • MavenAzureMessager

        public MavenAzureMessager()
    • Method Detail

      • success

        public void success​(@Nonnull
                            String message,
                            @Nonnull
                            String title)
        Specified by:
        success in interface com.microsoft.azure.toolkit.lib.common.messager.IAzureMessager
      • info

        public void info​(@Nonnull
                         String message,
                         @Nonnull
                         String title)
        Specified by:
        info in interface com.microsoft.azure.toolkit.lib.common.messager.IAzureMessager
      • warning

        public void warning​(@Nonnull
                            String message,
                            @Nonnull
                            String title)
        Specified by:
        warning in interface com.microsoft.azure.toolkit.lib.common.messager.IAzureMessager
      • error

        public void error​(@Nonnull
                          String message,
                          @Nonnull
                          String title)
        Specified by:
        error in interface com.microsoft.azure.toolkit.lib.common.messager.IAzureMessager
      • error

        public void error​(@Nonnull
                          Throwable throwable,
                          @Nonnull
                          String title)
        Specified by:
        error in interface com.microsoft.azure.toolkit.lib.common.messager.IAzureMessager
      • value

        public String value​(String val)
        Specified by:
        value in interface com.microsoft.azure.toolkit.lib.common.messager.IAzureMessager