Package | Description |
---|---|
com.splunk.modularinput |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Parameter>> |
InputDefinition.getInputs() |
Map<String,Parameter> |
ValidationDefinition.getParameters() |
static List<Parameter> |
Parameter.nodeToParameterList(Node node)
Generates a list of
Parameter objects from an org.w3c.dom.Node object containing a set of parameters. |
Modifier and Type | Method and Description |
---|---|
void |
InputDefinition.addInput(String name,
Collection<Parameter> parameters)
Adds an input to the set of inputs on this
InputDefinition . |
void |
ValidationDefinition.setParameters(Collection<Parameter> parameters)
Sets a list of
Parameter objects giving the proposed configuration. |
Copyright © 2022 Splunk, Inc.. All rights reserved.