|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Argument | |
---|---|
com.splunk.modularinput |
Uses of Argument in com.splunk.modularinput |
---|
Methods in com.splunk.modularinput that return types with arguments of type Argument | |
---|---|
java.util.List<Argument> |
Scheme.getArguments()
Returns all the arguments to this modular input kind. |
Methods in com.splunk.modularinput with parameters of type Argument | |
---|---|
void |
Scheme.addArgument(Argument argument)
Appends an argument to the arguments that this modular input kind takes. |
Method parameters in com.splunk.modularinput with type arguments of type Argument | |
---|---|
void |
Scheme.setArguments(java.util.List<Argument> arguments)
Replaces the current list of arguments with the specified one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |