Package org.apache.xmlbeans.impl.tool
Class Extension
java.lang.Object
org.apache.xmlbeans.impl.tool.Extension
An extension is a javabean that represents a SchemaCompilerExtension to be passed for callback into the
XmlBeans Schema Compiler.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A Param is just a name value pair applicable to the extension. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass
<?> void
setClassName
(Class<?> className) void
setClassName
(String className)
-
Constructor Details
-
Extension
public Extension()
-
-
Method Details
-
getClassName
-
setClassName
-
setClassName
- Throws:
ClassNotFoundException
-
getParams
-
createParam
-