Package | Description |
---|---|
org.hkijena.jipipe.api.artifacts | |
org.hkijena.jipipe.api.registries | |
org.hkijena.jipipe.desktop.app.plugins.artifactsmanager |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeLocalArtifact |
class |
JIPipeRemoteArtifact |
Modifier and Type | Method and Description |
---|---|
int |
JIPipeArtifact.compareTo(@NotNull JIPipeArtifact o) |
Constructor and Description |
---|
JIPipeArtifact(JIPipeArtifact other) |
JIPipeArtifactRepositoryInstallManuallyRun(Path archivePath,
JIPipeArtifact artifactInfo) |
Modifier and Type | Method and Description |
---|---|
JIPipeArtifact |
JIPipeArtifactsRegistry.findClosestCompatibleArtifact(String fullArtifactId)
Finds the closest compatible artifact to the provided full artifact ID.
|
JIPipeArtifact |
JIPipeArtifactsRegistry.queryCachedArtifact(String filter) |
JIPipeArtifact |
JIPipeArtifactsRegistry.searchClosestCompatibleArtifactFromQuery(String query)
Given a glob-like query, looks for the closest, newest artifact that matches it
|
static JIPipeArtifact |
JIPipeArtifactsRegistry.selectPreferredArtifactByClassifier(List<JIPipeArtifact> candidates)
Selects a preferred artifact by class
|
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeArtifact> |
JIPipeArtifactsRegistry.getCachedArtifacts() |
List<JIPipeArtifact> |
JIPipeArtifactsRegistry.queryCachedArtifacts(String... filters)
Queries all cached artifacts (local and remote)
|
Modifier and Type | Method and Description |
---|---|
static JIPipeArtifact |
JIPipeArtifactsRegistry.selectPreferredArtifactByClassifier(List<JIPipeArtifact> candidates)
Selects a preferred artifact by class
|
Modifier and Type | Method and Description |
---|---|
JIPipeArtifact |
JIPipeDesktopArtifactManagerUI.ArtifactEntry.getArtifact() |
Constructor and Description |
---|
ArtifactEntry(JIPipeArtifact artifact) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.