getArguments method Null safety

Iterable<String> getArguments()

Returns list of words separated with space and/or text surrounded by quotes Text: hi this is "example stuff" which 'can be parsed' will return List<String> [hi, this, is, example stuff, which, can be parsed]

Implementation

Iterable<String> getArguments();