Interface BootstrapArgumentParser

All Known Implementing Classes:
StandardBootstrapArgumentParser

public interface BootstrapArgumentParser
Abstraction for parsing application arguments to Bootstrap Arguments
  • Method Details

    • getBootstrapArgument

      Optional<BootstrapArgument> getBootstrapArgument(String[] arguments)
      Get Bootstrap Argument from application arguments
      Parameters:
      arguments - Application array of arguments
      Returns:
      Bootstrap Argument or empty when not found