Modifier and Type | Method and Description |
---|---|
<T extends JIPipeEnvironment,U extends ListParameter<T>> |
JIPipeDefaultJavaPlugin.registerEnvironment(Class<T> environmentClass,
Class<U> listClass,
ExternalEnvironmentSettings settings,
String id,
String name,
String description,
Icon icon)
Registers a new environment type.
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDefaultJavaPlugin.registerEnvironmentInstaller(Class<? extends JIPipeEnvironment> environmentClass,
Class<? extends ExternalEnvironmentInstaller> installerClass,
Icon icon)
Registers an installer for a given environment
|
Modifier and Type | Class and Description |
---|---|
class |
EasyInstallExternalEnvironmentInstaller<T extends JIPipeEnvironment>
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 |
---|---|
abstract JIPipeEnvironment |
ExternalEnvironmentInstaller.getInstalledEnvironment()
Returns the final environment after installation
|
JIPipeEnvironment |
EasyInstallExternalEnvironmentInstaller.getInstalledEnvironment() |
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
ExternalEnvironmentSettings.getPresetsListInterface(Class<?> environmentClass)
Returns the presets.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalEnvironmentSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass)
Sets the presets
This is an interface class for easy access
|
Constructor and Description |
---|
JIPipeEnvironment(JIPipeEnvironment other) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraphNode.getExternalEnvironments(List<JIPipeEnvironment> target)
Gathers all known external environments
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
JIPipeExternalEnvironmentRegistry.getPresets(Class<?> environmentClass)
Gets the presets of an environment
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeExternalEnvironmentRegistry.addPreset(Class<?> environmentClass,
JIPipeEnvironment preset)
Adds a new preset into the storage of the environment class
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeExternalEnvironmentRegistry.InstallerEntry> |
JIPipeExternalEnvironmentRegistry.getInstallers(Class<? extends JIPipeEnvironment> environmentClass)
Returns a sorted list of installer items for the environment
|
void |
JIPipeExternalEnvironmentRegistry.registerEnvironment(Class<? extends JIPipeEnvironment> environmentClass,
ExternalEnvironmentSettings settings)
Registers an environment and its corresponding settings
|
void |
JIPipeExternalEnvironmentRegistry.registerInstaller(Class<? extends JIPipeEnvironment> environmentClass,
Class<? extends ExternalEnvironmentInstaller> installerClass,
Icon icon)
Registers an installer
|
Modifier and Type | Method and Description |
---|---|
void |
CellposeTrainingAlgorithm.getExternalEnvironments(List<JIPipeEnvironment> target) |
void |
CellposeAlgorithm.getExternalEnvironments(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
CellposeTrainingAlgorithm_Old.getExternalEnvironments(List<JIPipeEnvironment> target)
Deprecated.
|
void |
CellposeAlgorithm_Old.getExternalEnvironments(List<JIPipeEnvironment> target)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
OMEROCredentialsEnvironment |
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
OMEROSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
OMEROSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
OmniposeAlgorithm.getExternalEnvironments(List<JIPipeEnvironment> target) |
void |
OmniposeTrainingAlgorithm.getExternalEnvironments(List<JIPipeEnvironment> target) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessEnvironment |
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
ProcessesExtensionSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessesExtensionSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Class and Description |
---|---|
class |
PythonEnvironment
Parameter that describes a Python environment
|
class |
PythonPackageLibraryEnvironment
An environment-like type that points to a package
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
PythonExtensionSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
PythonExtensionSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Class and Description |
---|---|
class |
JIPipePythonAdapterLibraryEnvironment
Environment that supplies the JIPipe Python adapter library
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
PythonAdapterExtensionSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
PythonAdapterExtensionSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
PythonScriptAlgorithm.getExternalEnvironments(List<JIPipeEnvironment> target) |
void |
IteratingPythonScriptAlgorithm.getExternalEnvironments(List<JIPipeEnvironment> target) |
void |
MergingPythonScriptAlgorithm.getExternalEnvironments(List<JIPipeEnvironment> target) |
Modifier and Type | Class and Description |
---|---|
class |
REnvironment |
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
RExtensionSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
RExtensionSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
ImportRDatasetAlgorithm.getExternalEnvironments(List<JIPipeEnvironment> target) |
void |
MergingRScriptAlgorithm.getExternalEnvironments(List<JIPipeEnvironment> target) |
void |
IteratingRScriptAlgorithm.getExternalEnvironments(List<JIPipeEnvironment> target) |
Modifier and Type | Class and Description |
---|---|
static class |
DownloadSettings.DownloadEnvironment |
Copyright © 2020–2024 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.