Package org.fairdatapipeline.api
Class FileObject
java.lang.Object
org.fairdatapipeline.api.FileObject
A new registryObject with given storage_location, description, authors, file_type. Used for
Submission Script, Code Repo, Config File, which can have issues raised on.
-
Method Summary
Modifier and TypeMethodDescriptionvoidraise_issue(String description, Integer severity) raise an issue with this component
-
Method Details
-
raise_issue
raise an issue with this component- Parameters:
description- the text description of this issueseverity- Integer - higher means more severe
-