Package editor.run
Class RemoteRunConfigFactory
- java.lang.Object
-
- editor.run.RemoteRunConfigFactory
-
- All Implemented Interfaces:
IRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
public class RemoteRunConfigFactory extends Object implements IRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
-
-
Constructor Summary
Constructors Constructor Description RemoteRunConfigFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Icon
getIcon()
String
getName()
static RemoteRunConfigFactory
instance()
RemoteRunConfigParameters
makeParameters()
RemoteRunConfig
newRunConfig(RemoteRunConfigParameters params)
-
-
-
Method Detail
-
instance
public static RemoteRunConfigFactory instance()
-
getName
public String getName()
- Specified by:
getName
in interfaceIRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
-
makeParameters
public RemoteRunConfigParameters makeParameters()
- Specified by:
makeParameters
in interfaceIRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
-
newRunConfig
public RemoteRunConfig newRunConfig(RemoteRunConfigParameters params)
- Specified by:
newRunConfig
in interfaceIRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
-
getIcon
public Icon getIcon()
- Specified by:
getIcon
in interfaceIRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
-
-