Class CommandProcessorImpl

    • Constructor Detail

      • CommandProcessorImpl

        public CommandProcessorImpl()
    • Method Detail

      • getCommands

        public List<Command> getCommands()
        Description copied from interface: CommandProcessor
        Gets the list of commands to execute when install() is called.

        The returned list is editable so that you can add new commands or modify existing commands by modifying the returned list.

        Specified by:
        getCommands in interface CommandProcessor
        Returns:
        the list of commands to execute by this installer