Package tenapull.run

Class FilterForPlugin

java.lang.Object
tenapull.run.FilterForPlugin

public class FilterForPlugin
extends java.lang.Object
Quick and dirty utility for filtering all of the JSON outputs in demo-output, to include only the ones with plugin data. Outputs the results to filteredForPlugin.json
  • Constructor Summary

    Constructors 
    Constructor Description
    FilterForPlugin()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    Quick and dirty utility for filtering all the JSON outputs in demo-output directory, to include only the ones with plugin data.

    Methods inherited from class java.lang.Object

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

  • Method Details

    • main

      public static void main​(java.lang.String[] args) throws java.io.IOException
      Quick and dirty utility for filtering all the JSON outputs in demo-output directory, to include only the ones with plugin data. Outputs the results to filteredForPlugin.json
      Parameters:
      args - ignored
      Throws:
      java.io.IOException - if there was an IO exception while reading/writing files