Modifier and Type | Method and Description |
---|---|
<T extends JIPipeEnvironment,U extends ListParameter<T>> |
JIPipeDefaultJavaPlugin.registerEnvironment(Class<T> environmentClass,
Class<U> listClass,
JIPipeExternalEnvironmentSettings 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 |
JIPipeProcessArtifactEnvironment
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> |
JIPipeExternalEnvironmentSettings.getPresetsListInterface(Class<?> environmentClass)
Returns the presets.
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeExternalEnvironmentSettings.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,
JIPipeExternalEnvironmentSettings 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 | Method and Description |
---|---|
void |
JIPipeProjectSettingsSheet.getEnvironmentDependencies(List<JIPipeEnvironment> target)
Gathers all known external environments.
|
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 |
JIPipeDesktopProjectSettingsUI.ProjectDirectoriesSettingsSheetWrapper.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
JIPipeDesktopProjectSettingsUI.ProjectMetadataSettingsSheetWrapper.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
JIPipeDesktopProjectSettingsUI.ProjectPermissionsSettingsSheetWrapper.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
JIPipeDesktopProjectSettingsUI.ProjectParametersSettingsSheetWrapper.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
CellposePluginProjectSettings.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
Cellpose2SegmentationInferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
Cellpose2TrainingAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
Cellpose3DenoiseInferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
Cellpose3SegmentationInferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
Cellpose3SegmentationTrainingAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
Cellpose3DenoiseTrainingAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
Cellpose1TrainingAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target)
Deprecated.
|
void |
LegacyCellpose2InferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target)
Deprecated.
|
void |
LegacyCellpose2TrainingAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target)
Deprecated.
|
void |
Cellpose1InferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDataDirectoryEnvironment
An artifact environment that does no have any function workload, but only contains data
Points towards a directory
|
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
JIPipeDataDirectoryEnvironmentApplicationSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataDirectoryEnvironmentApplicationSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
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 |
FilamentsPluginProjectSettings.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
TSOAXApplicationSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Class and Description |
---|---|
class |
TesseractOCREnvironment
Parameter that describes a TSOAX environment
|
Modifier and Type | Method and Description |
---|---|
void |
TesseractOCRAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
TesseractOCRApplicationSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
OCRPluginProjectSettings.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
TesseractOCRApplicationSettings.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 |
IlastikSegmentationImageObjectClassificationAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
IlastikPixelClassificationAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
IlastikObjectClassificationAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
List<JIPipeEnvironment> |
IlastikPluginApplicationSettings.getPresetsListInterface(Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
IlastikPluginProjectSettings.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
IlastikPluginApplicationSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
ImportImageJSampleAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
ImageSamplesProjectSettings.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
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 |
OMEROPluginProjectSettings.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROPluginApplicationSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotateOMEROScreenReferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
AnnotateOMEROWellReferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
AnnotateOMERODatasetReferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
AnnotateOMEROPlateReferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
AnnotateOMEROProjectReferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
AnnotateOMEROImageReferenceAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
OMERODatasetReferenceDataSource.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROPlateReferenceDataSource.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROScreenReferenceDataSource.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROProjectReferenceDataSource.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROWellReferenceDataSource.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROImageReferenceDataSource.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
DownloadOMEROTableAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
DownloadOMEROImageAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
OMEROCreateDatasetAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
OMEROListDatasetsAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROListWellsAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROListGroupsAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROListWellImagesAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROListScreensAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROListProjectsAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROListPlatesAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
OMEROListDatasetImagesAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
UploadOMEROImageToDatasetAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
UploadOMEROTableAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Method and Description |
---|---|
void |
OmniposePluginProjectSettings.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 |
PythonPluginProjectSettings.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
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 |
PythonScriptAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
MergingPythonScriptAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
IteratingPythonScriptAlgorithm.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 |
RPluginProjectSettings.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
RPluginApplicationSettings.setPresetsListInterface(List<JIPipeEnvironment> presets,
Class<?> environmentClass) |
Modifier and Type | Method and Description |
---|---|
void |
MergingRScriptAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
ImportRDatasetAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
void |
IteratingRScriptAlgorithm.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDownloadsApplicationSettings.DownloadEnvironment |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeDataStorageProjectSettings.getEnvironmentDependencies(List<JIPipeEnvironment> target) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.