Class GraphPathReport


  • public class GraphPathReport
    extends java.lang.Object
    A standalone tool for producing a summary of the Hibernate object mapping for our Sphinx documentation. One may invoke it with java -cp lib/server/\* `bin/omero config get | awk '{print"-D"$1}'` ome.services.graphs.GraphPathReport EveryObject.rst. If not using | prefixes then one may transform the output via fold -sw72.
    Since:
    5.1.0
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphPathReport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] argv)
      Generate a Sphinx report of OMERO Hibernate entities.
      • Methods inherited from class java.lang.Object

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

      • GraphPathReport

        public GraphPathReport()
    • Method Detail

      • main

        public static void main​(java.lang.String[] argv)
                         throws java.io.IOException
        Generate a Sphinx report of OMERO Hibernate entities.
        Parameters:
        argv - the output filename
        Throws:
        java.io.IOException - if the report cannot be written to the file