org.apache.xmlbeans.impl.tool
Class FactorImports
java.lang.Object
org.apache.xmlbeans.impl.tool.FactorImports
public class FactorImports
- extends java.lang.Object
This program takes a collection of .xsd files as input, finds all duplicate
name definitions, and factors out the first instance of each of those into
a common.xsd file, adding an appropriate statement in the original
xsd file.
Method Summary |
static void |
main(java.lang.String[] args)
|
static void |
printUsage()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactorImports
public FactorImports()
printUsage
public static void printUsage()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception