Package com.kscs.util.plugins.xjc
Klasse GroupInterfacePlugin
java.lang.Object
com.sun.tools.xjc.Plugin
com.kscs.util.plugins.xjc.base.AbstractPlugin
com.kscs.util.plugins.xjc.GroupInterfacePlugin
public class GroupInterfacePlugin
extends com.kscs.util.plugins.xjc.base.AbstractPlugin
Generates interface declarations from <group> and <attributeGroup>
XSD declarations, and makes classes generated from complexTypes that use
these declarations implement the generated interface.
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetGroupInterfacesForClass(PluginContext pluginContext, String className) getSettings(PluginContext pluginContext) booleanisCustomizationTagName(String nsUri, String localName) voidonActivated(com.sun.tools.xjc.Options opts) booleanrun(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler) Von Klasse geerbte Methoden com.kscs.util.plugins.xjc.base.AbstractPlugin
getMessage, getMessage, getOptions, getUsage, isForPlugin, parseArgumentVon Klasse geerbte Methoden com.sun.tools.xjc.Plugin
postProcessModel
-
Felddetails
-
TRANSFORMER_FACTORY
-
-
Konstruktordetails
-
GroupInterfacePlugin
public GroupInterfacePlugin()
-
-
Methodendetails
-
getCustomizationURIs
- Setzt außer Kraft:
getCustomizationURIsin Klassecom.sun.tools.xjc.Plugin
-
isCustomizationTagName
- Setzt außer Kraft:
isCustomizationTagNamein Klassecom.sun.tools.xjc.Plugin
-
getOptionName
- Angegeben von:
getOptionNamein Klassecom.sun.tools.xjc.Plugin
-
run
public boolean run(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler) throws SAXException - Angegeben von:
runin Klassecom.sun.tools.xjc.Plugin- Löst aus:
SAXException
-
getGroupInterfacesForClass
public List<TypeOutline> getGroupInterfacesForClass(PluginContext pluginContext, String className) throws SAXException - Löst aus:
SAXException
-
getSettings
-
onActivated
public void onActivated(com.sun.tools.xjc.Options opts) throws com.sun.tools.xjc.BadCommandLineException - Setzt außer Kraft:
onActivatedin Klassecom.sun.tools.xjc.Plugin- Löst aus:
com.sun.tools.xjc.BadCommandLineException
-