Java org.springframework.boot ApplicationArguments fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot ApplicationArguments fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot ApplicationArguments.

The text is from its open source code.

Method

booleancontainsOption(String name)
Return whether the set of option arguments parsed from the arguments contains an option with the given name.
ListgetOptionValues(String name)
Return the collection of values associated with the arguments option having the given name.
String[]getSourceArgs()
Return the raw unprocessed arguments that were passed to the application.