org.zeroturnaround.stats.util
Class ConvertXML

java.lang.Object
  extended by org.zeroturnaround.stats.util.ConvertXML

public class ConvertXML
extends Object

Helper utility program to analyze plugins xml file for inconsistencies. This program will convert the XML file provided as an argument into a CSV that you can have your way in some spreadsheet software of choise.


Constructor Summary
ConvertXML()
           
 
Method Summary
static void main(String[] args)
           
static void processXMLStats(File inputFile, PrintStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertXML

public ConvertXML()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

processXMLStats

public static void processXMLStats(File inputFile,
                                   PrintStream stream)
                            throws FileNotFoundException,
                                   IOException
Throws:
FileNotFoundException
IOException


Copyright © 2004-2013. All Rights Reserved.