| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asMap()
Returns an map that represents all arguments.
|
String |
get(String name)
Returns the value for the given argument name if it exist, otherwise
null is returned. |
boolean |
has(String name)
Returns true if specified argument is provided, otherwise false is returned.
|
void |
set(String name,
String value)
Sets the name and value as specified by the input parameters.
|
boolean has(String name)
@Nullable String get(String name)
null is returned.void set(String name, String value)
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.