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 AbstractRunConfig
equals, getParams, hashCode, setParamsMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-