Java org.springframework.core.env SimpleCommandLinePropertySource fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.env SimpleCommandLinePropertySource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core.env SimpleCommandLinePropertySource.

The text is from its open source code.

Constructor

SimpleCommandLinePropertySource(String... args)
Create a new SimpleCommandLinePropertySource having the default name and backed by the given String[] of command line arguments.
SimpleCommandLinePropertySource(String name, String[] args)
Create a new SimpleCommandLinePropertySource having the given name and backed by the given String[] of command line arguments.