Package editor.run
Class AbstractRunConfig<T extends AbstractRunConfigParameters<T>>
- java.lang.Object
-
- editor.run.AbstractRunConfig<T>
-
- All Implemented Interfaces:
IRunConfig<T>
,IJsonIO
- Direct Known Subclasses:
FqnRunConfig
,RemoteRunConfig
public abstract class AbstractRunConfig<T extends AbstractRunConfigParameters<T>> extends Object implements IRunConfig<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractRunConfig()
AbstractRunConfig(T params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
T
getParams()
int
hashCode()
void
setParams(T params)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface editor.run.IRunConfig
debug, getIcon, getName, isDebuggable, isRunnable, isValid, makePanel, run
-
-
-
-
Constructor Detail
-
AbstractRunConfig
public AbstractRunConfig(T params)
-
AbstractRunConfig
protected AbstractRunConfig()
-
-
Method Detail
-
getParams
public T getParams()
- Specified by:
getParams
in interfaceIRunConfig<T extends AbstractRunConfigParameters<T>>
-
setParams
public void setParams(T params)
- Specified by:
setParams
in interfaceIRunConfig<T extends AbstractRunConfigParameters<T>>
-
-