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 JIPipeExternalEnvironmentInstaller> installerClass,
Icon icon)
Registers an installer for a given environment
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeArtifactEnvironment
An environment that can be filled with an artifact
|
class |
JIPipeArtifactProcessEnvironment
An artifact environment that points at an executable
|
Modifier and Type | Method and Description |
---|---|
abstract JIPipeEnvironment |
JIPipeExternalEnvironmentInstaller.getInstalledEnvironment()
Returns the final environment after installation
|
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.getEnvironmentDependencies(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 JIPipeExternalEnvironmentInstaller> installerClass,
Icon icon)
Registers an installer
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopEasyInstallExternalEnvironmentInstaller<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 |
---|---|
JIPipeEnvironment |
JIPipeDesktopEasyInstallExternalEnvironmentInstaller.getInstalledEnvironment() |
Modifier and Type | Method and Description |
---|---|
void |
Cellpose2InferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
Cellpose2TrainingAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
LegacyCellpose2TrainingAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target)
Deprecated.
|
void |
Cellpose1InferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target)
Deprecated.
|
void |
Cellpose1TrainingAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target)
Deprecated.
|
void |
LegacyCellpose2InferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
TSOAXEnvironment
Parameter that describes a TSOAX environment
|
Modifier and Type | Method and Description |
---|---|
void |
TSOAXAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
TSOAXApplicationSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
TSOAXApplicationSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Class and Description |
---|---|
class |
IlastikEnvironment
Parameter that describes a Python environment
|
Modifier and Type | Method and Description |
---|---|
void |
IlastikAutoContextAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
IlastikPredictionMapsObjectClassificationAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
IlastikObjectClassificationAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
IlastikPixelClassificationAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
IlastikSegmentationImageObjectClassificationAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
IlastikPluginApplicationSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
IlastikPluginApplicationSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Class and Description |
---|---|
class |
OMEROCredentialsEnvironment |
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
OMEROPluginApplicationSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
OMEROPluginApplicationSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotateOMEROImageReferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
AnnotateOMEROProjectReferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
AnnotateOMERODatasetReferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
OMEROImageReferenceDataSource.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMERODatasetReferenceDataSource.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROProjectReferenceDataSource.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
DownloadOMEROImageAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
DownloadOMEROTableAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
OMEROCreateDatasetAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
OMEROListGroupsAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROListDatasetsAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROListProjectsAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROListImagesAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
UploadOMEROImageAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
UploadOMEROTableAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
Omnipose0TrainingAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
Omnipose0InferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
LegacyOmnipose0TrainingAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target)
Deprecated.
|
void |
LegacyOmnipose0InferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessEnvironment |
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
JIPipeProcessesPluginApplicationSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProcessesPluginApplicationSettings.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> |
PythonPluginApplicationSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
PythonPluginApplicationSettings.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> |
JIPipePythonPluginAdapterApplicationSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipePythonPluginAdapterApplicationSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
MergingPythonScriptAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
IteratingPythonScriptAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
PythonScriptAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Class and Description |
---|---|
class |
REnvironment |
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
RPluginApplicationSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
RPluginApplicationSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
ImportRDatasetAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
IteratingRScriptAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
MergingRScriptAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDownloadsApplicationSettings.DownloadEnvironment |
Copyright © 2020–2024 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.