Class GorMeta

java.lang.Object
org.gorpipe.gor.cli.GorMeta

public class GorMeta
extends java.lang.Object
Main class to get meta information about gor files/urls resolved through the gor driver.
  • Constructor Summary

    Constructors 
    Constructor Description
    GorMeta​(java.lang.String file, boolean followLink)  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    int report​(java.io.PrintStream out)  

    Methods inherited from class java.lang.Object

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

    • GorMeta

      public GorMeta​(java.lang.String file, boolean followLink)
  • Method Details

    • report

      public int report​(java.io.PrintStream out) throws java.io.IOException
      Throws:
      java.io.IOException
    • main

      public static void main​(java.lang.String[] args) throws java.io.IOException
      Throws:
      java.io.IOException