org.apache.commons.betwixt.schema
Class SchemaDiff

java.lang.Object
  extended by org.apache.commons.betwixt.schema.SchemaDiff

public class SchemaDiff
extends java.lang.Object

Helper class that prints differences between schema object models. Useful for debugging.

Version:
$Revision: 561314 $
Author:
Apache Commons Team

Constructor Summary
SchemaDiff()
           
SchemaDiff(java.io.PrintStream out)
           
 
Method Summary
 void printDifferences(org.apache.commons.betwixt.schema.GlobalComplexType one, org.apache.commons.betwixt.schema.GlobalComplexType two)
           
 void printDifferences(org.apache.commons.betwixt.schema.Schema one, org.apache.commons.betwixt.schema.Schema two)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaDiff

public SchemaDiff()

SchemaDiff

public SchemaDiff(java.io.PrintStream out)
Method Detail

printDifferences

public void printDifferences(org.apache.commons.betwixt.schema.Schema one,
                             org.apache.commons.betwixt.schema.Schema two)

printDifferences

public void printDifferences(org.apache.commons.betwixt.schema.GlobalComplexType one,
                             org.apache.commons.betwixt.schema.GlobalComplexType two)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.