Interface InheritableUserParametersHolder

    • Method Detail

      • getOwnParametersCollection

        @NotNull
        Collection<Parameter> getOwnParametersCollection()
        Returns:
        own parameters, without inherited. Yet they would have inherited specs or values (if any).
      • getOwnParameters

        @NotNull
        Map<String,​String> getOwnParameters()
        Returns:
        own parameters map, without inherited. Yet they would have inherited specs or values (if any).
      • getOwnParameter

        @Nullable
        Parameter getOwnParameter​(@NotNull
                                  String paramName)
        Parameters:
        paramName - parameter name
        Returns:
        own parameter with given name or null if there is no such parameter
        Since:
        10.0
      • getOwnParametersWithoutInheritedSpec

        @NotNull
        Collection<Parameter> getOwnParametersWithoutInheritedSpec()
        Returns:
        own parameters as is, with own parameters spec.
        Since:
        2019.2
      • getInheritedParametersCollection

        @NotNull
        Collection<Parameter> getInheritedParametersCollection()
        Returns:
        collection of inherited parameters.
        Since:
        2019.2