spring-framework / org.springframework.core.env / JOptCommandLinePropertySource / <init>

<init>

JOptCommandLinePropertySource(options: OptionSet)

Create a new JOptCommandLinePropertySource having the default name and backed by the given OptionSet.

See Also
CommandLinePropertySource#COMMAND_LINE_PROPERTY_SOURCE_NAMECommandLinePropertySource#CommandLinePropertySource(Object)

JOptCommandLinePropertySource(name: String, options: OptionSet)

Create a new JOptCommandLinePropertySource having the given name and backed by the given OptionSet.