Package net.sf.basedb.plugins.executor
Class ProgramParameter
java.lang.Object
net.sf.basedb.plugins.executor.ProgramParameter
A program parameter definition and it's values for a specific
job. An import/export support plug-in for the executor can call
ExternalProgramExecutor.getProgramParameters()
at runtime to
get a list of all program parameters.- Since:
- 2.15
- Author:
- nicklas
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the definition of this parameter.List<?>
Get the values for this parameter.void
setParameterDefinition
(ParameterDefinition parameterDefinition) void
-
Field Details
-
parameterDefinition
-
values
-
-
Constructor Details
-
ProgramParameter
public ProgramParameter()Create a new parameter object.
-
-
Method Details
-
getParameterDefinition
Get the definition of this parameter. -
setParameterDefinition
-
getValues
Get the values for this parameter.- Returns:
- A list with the values (empty if no values has been specified)
-
setValues
-