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 protectedAbstractRunConfig()AbstractRunConfig(T params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TgetParams()inthashCode()voidsetParams(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:
getParamsin interfaceIRunConfig<T extends AbstractRunConfigParameters<T>>
-
setParams
public void setParams(T params)
- Specified by:
setParamsin interfaceIRunConfig<T extends AbstractRunConfigParameters<T>>
-
-