Modifier and Type | Method and Description |
---|---|
void |
JIPipeDefaultJavaExtension.registerEnvironmentInstaller(Class<? extends ExternalEnvironment> environmentClass,
Class<? extends ExternalEnvironmentInstaller> installerClass,
Icon icon)
Registers an installer for a given environment
|
Modifier and Type | Class and Description |
---|---|
class |
EasyInstallExternalEnvironmentInstaller<T extends ExternalEnvironment>
Environment installer that extracts a premade package of the environment and generates the appropriate environment
Supported are .tar.gz and .zip archives that should contain the hierarchy of files as expected in the environment installation directory.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ExternalEnvironmentInstaller> |
JIPipeExternalEnvironmentRegistry.InstallerEntry.getInstallerClass() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeExternalEnvironmentRegistry.registerInstaller(Class<? extends ExternalEnvironment> environmentClass,
Class<? extends ExternalEnvironmentInstaller> installerClass,
Icon icon)
Registers an installer
|
Constructor and Description |
---|
InstallerEntry(Class<? extends ExternalEnvironmentInstaller> installerClass,
Icon icon) |
Modifier and Type | Class and Description |
---|---|
class |
CellposeEasyInstaller |
class |
MinicondaCellposeEnvInstaller |
class |
MinicondaCellposeGPUEnvInstaller |
class |
PortableCellposeEnvInstaller |
class |
PortableCellposeGPUEnvInstaller |
Modifier and Type | Class and Description |
---|---|
class |
OmniposeEasyInstaller |
Modifier and Type | Class and Description |
---|---|
class |
JIPipePythonAdapterLibraryEnvironmentInstaller |
class |
PythonPackageLibraryEnvironmentInstaller<T extends PythonPackageLibraryEnvironment>
Installer for a
PythonPackageLibraryEnvironment that will just delete any existing directories and re-install the library. |
Modifier and Type | Class and Description |
---|---|
class |
BasicMinicondaEnvPythonInstaller |
class |
BasicPortableEnvPythonInstaller |
class |
MinicondaEnvPythonInstaller |
class |
PortableEnvPythonInstaller |
class |
PythonEasyInstaller |
class |
SelectCondaEnvPythonInstaller |
class |
SelectSystemPythonInstaller |
class |
SelectVirtualEnvPythonInstaller |
Modifier and Type | Class and Description |
---|---|
class |
REasyInstaller |
class |
REnvInstaller |
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.