Interface BootstrapCommandProvider
- All Known Implementing Classes:
StandardBootstrapCommandProvider
public interface BootstrapCommandProvider
Abstraction for parsing arguments and returning runnable Bootstrap Command
-
Method Summary
-
Method Details
-
getBootstrapCommand
Get Bootstrap Command- Parameters:
arguments
- Application arguments- Returns:
- Bootstrap Command to run
-