public class RemoteRunConfigFactory extends Object implements IRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
| Constructor and Description |
|---|
RemoteRunConfigFactory() |
| Modifier and Type | Method and Description |
|---|---|
Icon |
getIcon() |
String |
getName() |
static RemoteRunConfigFactory |
instance() |
RemoteRunConfigParameters |
makeParameters() |
RemoteRunConfig |
newRunConfig(RemoteRunConfigParameters params) |
public static RemoteRunConfigFactory instance()
public String getName()
getName in interface IRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>public RemoteRunConfigParameters makeParameters()
makeParameters in interface IRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>public RemoteRunConfig newRunConfig(RemoteRunConfigParameters params)
newRunConfig in interface IRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>public Icon getIcon()
getIcon in interface IRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>Copyright © 2022. All rights reserved.