Class EmptyWorkflowRunConfiguration
- java.lang.Object
-
- org.apache.hop.core.variables.Variables
-
- org.apache.hop.workflow.engines.empty.EmptyWorkflowRunConfiguration
-
- All Implemented Interfaces:
Cloneable,IVariables,IWorkflowEngineRunConfiguration
- Direct Known Subclasses:
LocalWorkflowRunConfiguration,RemoteWorkflowRunConfiguration
public class EmptyWorkflowRunConfiguration extends Variables implements IWorkflowEngineRunConfiguration, Cloneable
-
-
Constructor Summary
Constructors Constructor Description EmptyWorkflowRunConfiguration()EmptyWorkflowRunConfiguration(String pluginId, String pluginName)EmptyWorkflowRunConfiguration(EmptyWorkflowRunConfiguration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmptyWorkflowRunConfigurationclone()booleanequals(Object o)StringgetEnginePluginId()Gets pluginIdStringgetEnginePluginName()Gets pluginNameinthashCode()voidsetEnginePluginId(String pluginId)voidsetEnginePluginName(String pluginName)-
Methods inherited from class org.apache.hop.core.variables.Variables
copyFrom, getADefaultVariableSpace, getParentVariables, getVariable, getVariable, getVariableBoolean, getVariableNames, initializeFrom, resolve, resolve, resolve, setParentVariables, setVariable, setVariables, shareWith
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hop.core.variables.IVariables
copyFrom, getParentVariables, getVariable, getVariable, getVariableBoolean, getVariableNames, initializeFrom, resolve, resolve, resolve, setParentVariables, setVariable, setVariables, shareWith
-
-
-
-
Constructor Detail
-
EmptyWorkflowRunConfiguration
public EmptyWorkflowRunConfiguration()
-
EmptyWorkflowRunConfiguration
public EmptyWorkflowRunConfiguration(String pluginId, String pluginName)
-
EmptyWorkflowRunConfiguration
public EmptyWorkflowRunConfiguration(EmptyWorkflowRunConfiguration config)
-
-
Method Detail
-
clone
public EmptyWorkflowRunConfiguration clone()
- Specified by:
clonein interfaceIWorkflowEngineRunConfiguration- Overrides:
clonein classObject
-
getEnginePluginId
public String getEnginePluginId()
Gets pluginId- Specified by:
getEnginePluginIdin interfaceIWorkflowEngineRunConfiguration- Returns:
- value of pluginId
-
setEnginePluginId
public void setEnginePluginId(String pluginId)
- Specified by:
setEnginePluginIdin interfaceIWorkflowEngineRunConfiguration- Parameters:
pluginId- The pluginId to set
-
getEnginePluginName
public String getEnginePluginName()
Gets pluginName- Specified by:
getEnginePluginNamein interfaceIWorkflowEngineRunConfiguration- Returns:
- value of pluginName
-
setEnginePluginName
public void setEnginePluginName(String pluginName)
- Specified by:
setEnginePluginNamein interfaceIWorkflowEngineRunConfiguration- Parameters:
pluginName- The pluginName to set
-
-