Package editor.run
Class FqnRunConfig<T extends FqnRunConfigParameters<T>>
java.lang.Object
editor.run.AbstractRunConfig<T>
editor.run.FqnRunConfig<T>
- All Implemented Interfaces:
IRunConfig<T>
,IJsonIO
- Direct Known Subclasses:
ProgramRunConfig
public abstract class FqnRunConfig<T extends FqnRunConfigParameters<T>>
extends AbstractRunConfig<T>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class editor.run.AbstractRunConfig
equals, getParams, hashCode, setParams
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface editor.run.IRunConfig
getIcon, getName, makePanel
-
Constructor Details
-
FqnRunConfig
-
FqnRunConfig
protected FqnRunConfig()
-
-
Method Details
-
getFqn
-
getVmArgs
-
getProgArgs
-
getWorkingDir
-
isJreEnabled
public boolean isJreEnabled() -
getJre
-
isValid
public boolean isValid() -
isRunnable
public boolean isRunnable() -
isDebuggable
public boolean isDebuggable() -
run
-
debug
-
makeVmArgs
-
makeProgArgs
-
getJreForProcessOrDefault
-
getJreForProcessOrDefault
-
getWorkingDirForProcess
-