Class PreManageExtensionPluginResult

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean continueInstallation()
      Indicates whether the manage-extension tool should continue with the installation.
      java.util.List<java.lang.String> getMessages()
      Retrieves the list of messages to print to the console.
      java.lang.String toString()
      Retrieves a string representation of this pre manage extension plugin result.
      • Methods inherited from class java.lang.Object

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

      • PreManageExtensionPluginResult

        public PreManageExtensionPluginResult​(boolean continueInstallation,
                                              java.util.List<java.lang.String> messages)
        Creates a new pre manage extension plugin result with the provided information.
        Parameters:
        continueInstallation - Indicates whether the manage-extension tool should continue with the installation.
        messages - Messages to print to the console or null.
    • Method Detail

      • continueInstallation

        public boolean continueInstallation()
        Indicates whether the manage-extension tool should continue with the installation.
        Returns:
        true the manage-extension tool should continue with the installation, 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 pre manage extension plugin result.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of this pre manage extension plugin result.