Interface IDefaultProvider

All Known Implementing Classes:
EnvironmentVariableDefaultProvider, PropertyFileDefaultProvider

public interface IDefaultProvider
Allows the specification of default values.
  • Method Details

    • getDefaultValueFor

      String getDefaultValueFor(String optionName)
      Parameters:
      optionName - The name of the option as specified in the names() attribute of the @Parameter option (e.g. "-file").
      Returns:
      the default value for this option.