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.
-
Constructor Details
-
FilterForPlugin
public FilterForPlugin()
-
-
Method Details
-
main
public static void main(java.lang.String[] args) throws java.io.IOExceptionQuick 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
-