public class ProcessEnvironment extends ExternalEnvironment
Modifier and Type | Class and Description |
---|---|
static class |
ProcessEnvironment.List
A list of
ProcessEnvironment |
static class |
ProcessEnvironment.VariableSource |
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
ProcessEnvironment() |
ProcessEnvironment(ProcessEnvironment other) |
Modifier and Type | Method and Description |
---|---|
Path |
getAbsoluteExecutablePath() |
DefaultExpressionParameter |
getArguments() |
StringQueryExpressionAndStringPairParameter.List |
getEnvironmentVariables() |
Path |
getExecutablePathLinux() |
Path |
getExecutablePathOSX() |
Path |
getExecutablePathWindows() |
Icon |
getIcon()
Returns the icon displayed in the UI for the current status
|
String |
getInfo()
Returns more detailed information (e.g., the executed script environment path).
|
void |
reportValidity(JIPipeIssueReport report)
Generates a validity report
|
void |
setArguments(DefaultExpressionParameter arguments) |
void |
setEnvironmentVariables(StringQueryExpressionAndStringPairParameter.List environmentVariables) |
void |
setExecutablePathLinux(Path executablePathLinux) |
void |
setExecutablePathOSX(Path executablePathOSX) |
void |
setExecutablePathWindows(Path executablePathWindows) |
String |
toString() |
getEventBus, getName, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
generateValidityReport
public ProcessEnvironment()
public ProcessEnvironment(ProcessEnvironment other)
public Icon getIcon()
ExternalEnvironment
getIcon
in class ExternalEnvironment
public String getInfo()
ExternalEnvironment
getInfo
in class ExternalEnvironment
public DefaultExpressionParameter getArguments()
public void setArguments(DefaultExpressionParameter arguments)
public Path getExecutablePathWindows()
public void setExecutablePathWindows(Path executablePathWindows)
public Path getExecutablePathLinux()
public void setExecutablePathLinux(Path executablePathLinux)
public Path getExecutablePathOSX()
public void setExecutablePathOSX(Path executablePathOSX)
public Path getAbsoluteExecutablePath()
public StringQueryExpressionAndStringPairParameter.List getEnvironmentVariables()
public void setEnvironmentVariables(StringQueryExpressionAndStringPairParameter.List environmentVariables)
public void reportValidity(JIPipeIssueReport report)
JIPipeValidatable
report
- the report to be added toCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.