Package com.kscs.util.plugins.xjc
Klasse DeepCopyPlugin
java.lang.Object
com.sun.tools.xjc.Plugin
com.kscs.util.plugins.xjc.base.AbstractPlugin
com.kscs.util.plugins.xjc.DeepCopyPlugin
public class DeepCopyPlugin
extends com.kscs.util.plugins.xjc.base.AbstractPlugin
XJC Plugin to generate copy and partial copy methods
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanrun(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
getCustomizationURIs, isCustomizationTagName, onActivated, postProcessModel
-
Felddetails
-
PROPERTY_TREE_PARAM_NAME
- Siehe auch:
-
PROPERTY_TREE_USE_PARAM_NAME
- Siehe auch:
-
generatePartialCloneMethod
protected boolean generatePartialCloneMethod -
generateTools
protected boolean generateTools -
generateConstructor
protected boolean generateConstructor -
narrow
protected boolean narrow -
selectorClassName
-
rootSelectorClassName
- Siehe auch:
-
-
Konstruktordetails
-
DeepCopyPlugin
public DeepCopyPlugin()
-
-
Methodendetails
-
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
-