public abstract class FqnRunConfig<T extends FqnRunConfigParameters<T>> extends AbstractRunConfig<T>
| Modifier | Constructor and Description |
|---|---|
protected |
FqnRunConfig() |
|
FqnRunConfig(T params) |
| Modifier and Type | Method and Description |
|---|---|
IProcessRunner |
debug() |
String |
getFqn() |
String |
getJre() |
String |
getJreForProcessOrDefault() |
String |
getJreForProcessOrDefault(String defaultJreHome) |
String |
getProgArgs() |
String |
getVmArgs() |
String |
getWorkingDir() |
Path |
getWorkingDirForProcess() |
boolean |
isDebuggable() |
boolean |
isJreEnabled() |
boolean |
isRunnable() |
boolean |
isValid() |
List<String> |
makeProgArgs() |
List<String> |
makeVmArgs() |
IProcessRunner |
run() |
equals, getParams, hashCode, setParamsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetIcon, getName, makePanelisSimpleType, isSimpleType, load, loadFields, read, read, readList, readList, save, saveFields, write, write, writeListpublic FqnRunConfig(T params)
protected FqnRunConfig()
public String getFqn()
public String getVmArgs()
public String getProgArgs()
public String getWorkingDir()
public boolean isJreEnabled()
public String getJre()
public boolean isValid()
public boolean isRunnable()
public boolean isDebuggable()
public IProcessRunner run()
public IProcessRunner debug()
public String getJreForProcessOrDefault()
public Path getWorkingDirForProcess()
Copyright © 2017. All rights reserved.