java.lang.Object
org.apache.nifi.parameter.ParameterGroup
Encapsulates a named group of externally fetched parameters that can be provided to referencing Parameter Contexts.
-
Constructor Summary
ConstructorsConstructorDescriptionParameterGroup(String groupName, List<Parameter> parameters) Creates a named parameter group. -
Method Summary
-
Constructor Details
-
ParameterGroup
Creates a named parameter group.- Parameters:
groupName- The parameter group nameparameters- A list of parameters
-
-
Method Details
-
getGroupName
- Returns:
- The group name
-
getParameters
- Returns:
- The provided parameters
-