Class FileObject


  • public class FileObject
    extends java.lang.Object
    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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void raise_issue​(java.lang.String description, java.lang.Integer severity)
      raise an issue with this component
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • raise_issue

        public void raise_issue​(java.lang.String description,
                                java.lang.Integer severity)
        raise an issue with this component
        Parameters:
        description - the text description of this issue
        severity - Integer - higher means more severe