Interface BootstrapArgumentParser
- All Known Implementing Classes:
StandardBootstrapArgumentParser
public interface BootstrapArgumentParser
Abstraction for parsing application arguments to Bootstrap Arguments
-
Method Summary
Modifier and TypeMethodDescriptiongetBootstrapArgument
(String[] arguments) Get Bootstrap Argument from application arguments
-
Method Details
-
getBootstrapArgument
Get Bootstrap Argument from application arguments- Parameters:
arguments
- Application array of arguments- Returns:
- Bootstrap Argument or empty when not found
-