org.opengis.tools.console
Class JDiffPostProcessing

Show UML class diagram
Object
  extended by JDiffPostProcessing

public class JDiffPostProcessing
extends Object

Removes the javadoc tags from the XMl files generated by JDiff. The purpose of this changes is to be less distracted by formatting changes, so reader can focus more on content changes.

The very naive algorithm implemented in this class just search for <![CDATA[...]]> sections, then applies the following modifications to their content:

This patch is very ugly. It has been created only because I was too lazy for modifying directly JDiff code.


Method Summary
static void main(String[] args)
          Removes the javadoc tags from the given XML files.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws IOException
Removes the javadoc tags from the given XML files.

Parameters:
args - The XML files to process.
Throws:
IOException - If an error occurred while reading or writing a file.


Copyright © 1994-2013 Open Geospatial Consortium. All Rights Reserved.