Package editor.run
Interface IRunConfigFactory<T extends IRunConfig,P extends IRunConfigParameters>
-
- All Known Implementing Classes:
ProgramRunConfigFactory
,RemoteRunConfigFactory
public interface IRunConfigFactory<T extends IRunConfig,P extends IRunConfigParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Icon
getIcon()
String
getName()
P
makeParameters()
T
newRunConfig(P p)
-