Package 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 appropriatestatement in the original xsd file.
-
-
Constructor Summary
Constructors Constructor Description FactorImports()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
static void
printUsage()
-