Package ome.services.graphs
Class GraphPathReport
- java.lang.Object
-
- ome.services.graphs.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 withjava -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 viafold -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.
-