Class ParameterGroup

java.lang.Object
org.apache.nifi.parameter.ParameterGroup

public class ParameterGroup extends Object
Encapsulates a named group of externally fetched parameters that can be provided to referencing Parameter Contexts.
  • Field Details

    • groupName

      private final String groupName
    • parameters

      private final List<Parameter> parameters
  • Constructor Details

    • ParameterGroup

      public ParameterGroup(String groupName, List<Parameter> parameters)
      Creates a named parameter group.
      Parameters:
      groupName - The parameter group name
      parameters - A list of parameters
  • Method Details

    • getGroupName

      public String getGroupName()
      Returns:
      The group name
    • getParameters

      public List<Parameter> getParameters()
      Returns:
      The provided parameters