Package editor.run
Class ProgramRunConfigParameters
- java.lang.Object
-
- editor.run.AbstractRunConfigParameters<T>
-
- editor.run.FqnRunConfigParameters<ProgramRunConfigParameters>
-
- editor.run.ProgramRunConfigParameters
-
- All Implemented Interfaces:
IRunConfigParameters<ProgramRunConfigParameters>
,IJsonIO
public class ProgramRunConfigParameters extends FqnRunConfigParameters<ProgramRunConfigParameters>
-
-
Constructor Summary
Constructors Constructor Description ProgramRunConfigParameters()
ProgramRunConfigParameters(String name, String fqn)
-
Method Summary
-
Methods inherited from class editor.run.FqnRunConfigParameters
copy, getFqn, getJre, getProgArgs, getVmArgs, getWorkingDir, isJreEnabled, setFqn, setJre, setJreEnabled, setProgArgs, setVmArgs, setWorkingDir
-
Methods inherited from class editor.run.AbstractRunConfigParameters
getName, setName
-
-