public class PythonEnvironment extends ExternalEnvironment
Modifier and Type | Class and Description |
---|---|
static class |
PythonEnvironment.List
A list of
PythonEnvironment |
static class |
PythonEnvironment.PythonArgumentsVariableSource |
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Modifier and Type | Field and Description |
---|---|
static String |
ENVIRONMENT_ID |
Constructor and Description |
---|
PythonEnvironment() |
PythonEnvironment(PythonEnvironment other) |
PythonEnvironment(PythonEnvironmentType type,
DefaultExpressionParameter arguments,
Path executablePath) |
Modifier and Type | Method and Description |
---|---|
Path |
getAbsoluteExecutablePath() |
DefaultExpressionParameter |
getArguments() |
StringQueryExpressionAndStringPairParameter.List |
getEnvironmentVariables() |
Path |
getExecutablePath() |
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).
|
PythonEnvironmentType |
getType() |
void |
reportValidity(JIPipeIssueReport report)
Generates a validity report
|
void |
setArguments(DefaultExpressionParameter arguments) |
void |
setEnvironmentVariables(StringQueryExpressionAndStringPairParameter.List environmentVariables) |
void |
setExecutablePath(Path executablePath) |
void |
setType(PythonEnvironmentType type) |
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 static final String ENVIRONMENT_ID
public PythonEnvironment()
public PythonEnvironment(PythonEnvironmentType type, DefaultExpressionParameter arguments, Path executablePath)
public PythonEnvironment(PythonEnvironment other)
public PythonEnvironmentType getType()
public void setType(PythonEnvironmentType type)
public DefaultExpressionParameter getArguments()
public void setArguments(DefaultExpressionParameter arguments)
public Path getExecutablePath()
public void setExecutablePath(Path executablePath)
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 topublic Icon getIcon()
ExternalEnvironment
getIcon
in class ExternalEnvironment
public String getInfo()
ExternalEnvironment
getInfo
in class ExternalEnvironment
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.