Interface BootstrapCommandProvider

All Known Implementing Classes:
StandardBootstrapCommandProvider

public interface BootstrapCommandProvider
Abstraction for parsing arguments and returning runnable Bootstrap Command
  • Method Details

    • getBootstrapCommand

      BootstrapCommand getBootstrapCommand(String[] arguments)
      Get Bootstrap Command
      Parameters:
      arguments - Application arguments
      Returns:
      Bootstrap Command to run