Gives any arguments associated with the given option. If the option was given an argument type, the arguments will take on that type; otherwise, they will be {@link String}s.
@param option the option to search for @return the arguments associated with the option, as a list of objects of the type given to the arguments; anempty list if no such arguments are present, or if the option was not detected @throws NullPointerException if {@code option} is {@code null}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|