Class ChangeAliasMojo

    • Field Detail

      • destalias

        @Parameter
        private java.lang.String destalias
        Destination alias.

        See options.

        Since:
        1.2
      • keypass

        @Parameter
        private java.lang.String keypass
        Key password.

        See options.

        Since:
        1.2
    • Constructor Detail

      • ChangeAliasMojo

        public ChangeAliasMojo()
        Default contructor.
    • Method Detail

      • getDestalias

        public java.lang.String getDestalias()
        Gets the value of the destalias field.
        Returns:
        the value of the destalias field
      • setDestalias

        public void setDestalias​(java.lang.String destalias)
        Parameters:
        destalias - value of the field destalias to set
      • getKeypass

        public java.lang.String getKeypass()
        Gets the value of the keypass field.
        Returns:
        the value of the keypass field.
      • setKeypass

        public void setKeypass​(java.lang.String keypass)
        Sets the new given value to the field keypass of the request.
        Parameters:
        keypass - the new value of the field keypass.
      • getCommandlineInfo

        protected java.lang.String getCommandlineInfo​(org.apache.maven.shared.utils.cli.Commandline commandLine)
        Gets a string representation of a Commandline.

        This method creates the string representation by calling commandLine.toString() by default.

        Overrides:
        getCommandlineInfo in class AbstractKeyToolRequestWithKeyStoreParametersMojo<KeyToolChangeAliasRequest>
        Parameters:
        commandLine - The Commandline to get a string representation of (can not be null).
        Returns:
        The string representation of commandLine.