CommandLinePropertySource(source: T)
Create a new CommandLinePropertySource having the default name {@value #COMMAND_LINE_PROPERTY_SOURCE_NAME} and backed by the given source object.
CommandLinePropertySource(name: String, source: T)
Create a new CommandLinePropertySource having the given name and backed by the given source object.