public abstract class PythonPackageLibraryEnvironment extends ExternalEnvironment
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
PythonPackageLibraryEnvironment() |
PythonPackageLibraryEnvironment(PythonPackageLibraryEnvironment other) |
Modifier and Type | Method and Description |
---|---|
void |
generateCode(StringBuilder code,
JIPipeProgressInfo progressInfo)
Installs the library if needed
|
Path |
getAbsoluteLibraryDirectory() |
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).
|
Map<String,String> |
getInstalledVersions()
Gets the installed versions of packages
Returns an empty map if the version file could not be found or the environment is not installed
Returns an empty map if the library is provided by the environment
|
Path |
getLibraryDirectory() |
abstract Map<String,String> |
getPackagedVersions()
Gets the packaged versions of the installed libraries
|
protected Map<String,String> |
getPackagedVersionsFromResources(String resourcePath,
Class<?> resourceLoader)
Gets the packaged versions from resources
|
abstract void |
install(JIPipeProgressInfo progressInfo)
Installs the library into the target directory
|
protected void |
installFromResources(String javaPackage,
String globalFolder,
Class<?> resourceLoader,
JIPipeProgressInfo progressInfo)
Installs the library from resources into the target directory
|
boolean |
isNewestVersion()
Returns true if the currently installed library is the newest version
Only auto-installed (resource-based) installations are tested
Returns true if needsInstall() returns true (as the newest lib will be installed anyways)
|
boolean |
isProvidedByEnvironment() |
boolean |
needsInstall()
Returns true if the library is not installed
|
void |
reportValidity(JIPipeIssueReport report)
Generates a validity report
|
void |
setLibraryDirectory(Path libraryDirectory) |
void |
setProvidedByEnvironment(boolean providedByEnvironment) |
getEventBus, getName, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
generateValidityReport
public PythonPackageLibraryEnvironment()
public PythonPackageLibraryEnvironment(PythonPackageLibraryEnvironment other)
public Path getLibraryDirectory()
public void setLibraryDirectory(Path libraryDirectory)
public boolean isProvidedByEnvironment()
public void setProvidedByEnvironment(boolean providedByEnvironment)
public void reportValidity(JIPipeIssueReport report)
JIPipeValidatable
report
- the report to be added topublic Path getAbsoluteLibraryDirectory()
public Icon getIcon()
ExternalEnvironment
getIcon
in class ExternalEnvironment
public String getInfo()
ExternalEnvironment
getInfo
in class ExternalEnvironment
public void generateCode(StringBuilder code, JIPipeProgressInfo progressInfo)
code
- the current Python codepublic boolean needsInstall()
public boolean isNewestVersion()
public Map<String,String> getInstalledVersions()
public abstract Map<String,String> getPackagedVersions()
public abstract void install(JIPipeProgressInfo progressInfo)
protected Map<String,String> getPackagedVersionsFromResources(String resourcePath, Class<?> resourceLoader)
resourcePath
- the resource pathresourceLoader
- the resource loaderprotected void installFromResources(String javaPackage, String globalFolder, Class<?> resourceLoader, JIPipeProgressInfo progressInfo)
javaPackage
- the java package (for the resource search)globalFolder
- the folder that contains the libraryresourceLoader
- the resource loaderCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.