Class PostManageExtensionPluginResult

    • Constructor Summary

      Constructors 
      Constructor Description
      PostManageExtensionPluginResult​(boolean restartServer, java.util.List<java.lang.String> messages)
      Creates a new post manage extension plugin result with the provided information.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getMessages()
      Retrieves the list of messages to print to the console.
      boolean restartServer()
      Indicates whether the manage-extension tool should restart the server after the installation if it was previous started.
      java.lang.String toString()
      Retrieves a string representation of this post manage extension plugin result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PostManageExtensionPluginResult

        public PostManageExtensionPluginResult​(boolean restartServer,
                                               java.util.List<java.lang.String> messages)
        Creates a new post manage extension plugin result with the provided information.
        Parameters:
        restartServer - Indicates whether the manage-extension tool should restart the server after the installation if it was previous started.
        messages - Messages to print to the console or null.
    • Method Detail

      • restartServer

        public boolean restartServer()
        Indicates whether the manage-extension tool should restart the server after the installation if it was previous started.
        Returns:
        true the manage-extension tool should restart the server, or false if not.
      • getMessages

        public java.util.List<java.lang.String> getMessages()
        Retrieves the list of messages to print to the console.
        Returns:
        The list of messages to print to the console or null if no messages are to be printed.
      • toString

        public java.lang.String toString()
        Retrieves a string representation of this post manage extension plugin result.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of this post manage extension plugin result.