public interface JIPipeDependency extends JIPipeValidatable
Modifier and Type | Method and Description |
---|---|
default Set<JIPipeDependency> |
getAllDependencies()
Gets a flat list of all dependencies (no nested dependencies)
This method returns the dependencies to be stored into JSON
JIPipeMutableDependency instances are returned instead of the original type and the thumbnail metadata is removed |
default Set<JIPipeDependency> |
getAllDependencies(boolean minimize)
Gets a flat list of all dependencies (no nested dependencies)
This method returns the dependencies to be stored into JSON
JIPipeMutableDependency instances are returned instead of the original type and the thumbnail metadata is removed |
default Set<JIPipeImageJUpdateSiteDependency> |
getAllImageJUpdateSiteDependencies()
Gets a flat list of all ImageJ update site dependencies (including transitive dependencies)
This method returns the dependencies to be stored into JSON
|
default Set<JIPipeDependency> |
getDependencies()
List of JIPipe dependencies.
|
String |
getDependencyId() |
Path |
getDependencyLocation()
Gets the location of the JAR/JSON that defined the dependency
|
String |
getDependencyVersion() |
default List<JIPipeImageJUpdateSiteDependency> |
getImageJUpdateSiteDependencies()
List of ImageJ update sites that are dependencies
|
default List<JIPipeImageJUpdateSiteDependency> |
getImageJUpdateSites()
List of ImageJ update sites that provide the dependency
|
JIPipeMetadata |
getMetadata() |
void |
reportValidity(JIPipeIssueReport report)
Generates a validity report
|
static Set<JIPipeDependency> |
simplifyAndMinimize(Set<JIPipeDependency> dependencies,
boolean minimize)
Flattens the hierarchy of dependencies into a list and removes large metadata (e.g. thumbnails)
|
static String |
toHtmlElement(JIPipeDependency dependency)
Exports the dependency to an HTML element (without the root tag)
|
generateValidityReport
static String toHtmlElement(JIPipeDependency dependency)
dependency
- Dependency instancestatic Set<JIPipeDependency> simplifyAndMinimize(Set<JIPipeDependency> dependencies, boolean minimize)
dependencies
- the dependenciesminimize
- whether heavy data (e.g. thumbnails should be removed)JIPipeMetadata getMetadata()
String getDependencyId()
String getDependencyVersion()
Path getDependencyLocation()
default List<JIPipeImageJUpdateSiteDependency> getImageJUpdateSiteDependencies()
default Set<JIPipeDependency> getAllDependencies()
JIPipeMutableDependency
instances are returned instead of the original type and the thumbnail metadata is removeddefault Set<JIPipeDependency> getAllDependencies(boolean minimize)
JIPipeMutableDependency
instances are returned instead of the original type and the thumbnail metadata is removedminimize
- whether heavy data (e.g. thumbnails should be removed)default Set<JIPipeImageJUpdateSiteDependency> getAllImageJUpdateSiteDependencies()
default Set<JIPipeDependency> getDependencies()
default List<JIPipeImageJUpdateSiteDependency> getImageJUpdateSites()
void reportValidity(JIPipeIssueReport report)
JIPipeValidatable
reportValidity
in interface JIPipeValidatable
report
- the report to be added toCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.