Class XsdGenerator
- java.lang.Object
-
- org.apache.xbean.spring.generator.XsdGenerator
-
- All Implemented Interfaces:
GeneratorPlugin
public class XsdGenerator extends java.lang.Object implements GeneratorPlugin
- Since:
- 1.0
- Version:
- $Id$
- Author:
- Dain Sundstrom
-
-
Constructor Summary
Constructors Constructor Description XsdGenerator(java.io.File destFile)XsdGenerator(java.io.File destFile, boolean strictOrder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(NamespaceMapping namespaceMapping)voidgenerateSchema(java.io.PrintWriter out, NamespaceMapping namespaceMapping)LogFacadegetLog()voidsetLog(LogFacade log)
-
-
-
Method Detail
-
generate
public void generate(NamespaceMapping namespaceMapping) throws java.io.IOException
- Specified by:
generatein interfaceGeneratorPlugin- Throws:
java.io.IOException
-
generateSchema
public void generateSchema(java.io.PrintWriter out, NamespaceMapping namespaceMapping)
-
getLog
public LogFacade getLog()
- Specified by:
getLogin interfaceGeneratorPlugin
-
setLog
public void setLog(LogFacade log)
- Specified by:
setLogin interfaceGeneratorPlugin
-
-