Class ParameterValuesImpl

java.lang.Object
net.sf.basedb.core.ParameterValuesImpl
All Implemented Interfaces:
ParameterValues

class ParameterValuesImpl
extends Object
implements ParameterValues
An implementation of the ParameterValues interface that lets a plugin write the job's configuration.
Version:
2.0
Author:
Nicklas
Last modified
$Date: 2019-02-26 11:10:15 +0100 (tis, 26 feb. 2019) $
  • Field Details

    • id

      private final int id
      The id of the job or configuration.
    • job

      private final Job job
    • configuration

      private final PluginConfiguration configuration
    • plugin

      private final PluginDefinition plugin
    • writeProtected

      private final boolean writeProtected
      The configuration should only be writeable when configuring the job, not while executing a job.
    • parameters

      private final Map<String,​List<?>> parameters
      Preloaded parameter values, if the write protected flag is set.
    • parameterTypes

      private final Map<String,​ParameterType<?>> parameterTypes
  • Constructor Details

  • Method Details