Package au.edu.qut.prom.helpers
Class PackageListingExporter
- java.lang.Object
-
- au.edu.qut.prom.helpers.PackageListingExporter
-
public class PackageListingExporter extends java.lang.ObjectPartially working package and plugin listing. The package listing works, the plugin listing doesn't. Based onorg.processmining.plugins.ShowPackageOverviewPluginin 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
-
-
Constructor Summary
Constructors Constructor Description PackageListingExporter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidextendedListing(java.lang.String fileName)static voidmain(java.lang.String[] args)static voidstandardListing(java.lang.String fileName)
-
-
-
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
-
-