public class JIPipeProjectTemplate extends Object
Constructor and Description |
---|
JIPipeProjectTemplate(String id,
com.fasterxml.jackson.databind.JsonNode node,
JIPipeProjectMetadata metadata,
Path templateFile,
Path zipFile) |
Modifier and Type | Method and Description |
---|---|
static String |
getFallbackTemplateId() |
String |
getFixedName()
Returns the metadata name if the template is resource-based or registered via the Java API.
|
String |
getId() |
JIPipeProjectMetadata |
getMetadata() |
com.fasterxml.jackson.databind.JsonNode |
getNode() |
Path |
getTemplateFile() |
Path |
getZipFile() |
JIPipeProject |
loadAsProject(JIPipeIssueReport issueReport,
JIPipeNotificationInbox inbox)
Loads the project
|
public JIPipeProjectTemplate(String id, com.fasterxml.jackson.databind.JsonNode node, JIPipeProjectMetadata metadata, Path templateFile, Path zipFile)
public static String getFallbackTemplateId()
public JIPipeProject loadAsProject(JIPipeIssueReport issueReport, JIPipeNotificationInbox inbox) throws IOException
IOException
- thrown by project loadingpublic String getFixedName()
public String getId()
public com.fasterxml.jackson.databind.JsonNode getNode()
public JIPipeProjectMetadata getMetadata()
public Path getZipFile()
public Path getTemplateFile()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.