|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter | |
---|---|
com.splunk.modularinput |
Uses of Parameter in com.splunk.modularinput |
---|
Subclasses of Parameter in com.splunk.modularinput | |
---|---|
class |
MultiValueParameter
The MultiValueParameter class represents a parameter containing multiple values that is passed as part of a definition
of a modular input instance. |
class |
SingleValueParameter
The SingleValueParameter class represents a parameter as part of a modular input instance that
contains only a single value. |
Methods in com.splunk.modularinput that return types with arguments of type Parameter | |
---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,Parameter>> |
InputDefinition.getInputs()
|
java.util.Map<java.lang.String,Parameter> |
ValidationDefinition.getParameters()
|
static java.util.List<Parameter> |
Parameter.nodeToParameterList(org.w3c.dom.Node node)
Generates a list of Parameter objects from an org.w3c.dom.Node object containing a set of parameters. |
Method parameters in com.splunk.modularinput with type arguments of type Parameter | |
---|---|
void |
InputDefinition.addInput(java.lang.String name,
java.util.Collection<Parameter> parameters)
Adds an input to the set of inputs on this InputDefinition . |
void |
ValidationDefinition.setParameters(java.util.Collection<Parameter> parameters)
Sets a list of Parameter objects giving the proposed configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |