Class PackageListingExporter


  • public class PackageListingExporter
    extends java.lang.Object
    Partially working package and plugin listing. The package listing works, the plugin listing doesn't. Based on org.processmining.plugins.ShowPackageOverviewPlugin in prom core plugins package. Idea was to output more info available for help etc, but it's an experiment that didn't work out. For now, just run PromM and run the "Show Package Overview" plugin. You can then copy/paste the output into a spreadsheet, like an animal.
    Author:
    burkeat
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void extendedListing​(java.lang.String fileName)  
      static void main​(java.lang.String[] args)  
      static void standardListing​(java.lang.String fileName)  
      • Methods inherited from class java.lang.Object

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

      • PackageListingExporter

        public PackageListingExporter()
    • Method Detail

      • standardListing

        public static void standardListing​(java.lang.String fileName)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • extendedListing

        public static void extendedListing​(java.lang.String fileName)
                                    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