Package com.kscs.util.plugins.xjc.base
Klasse AbstractPlugin
java.lang.Object
com.sun.tools.xjc.Plugin
com.kscs.util.plugins.xjc.base.AbstractPlugin
public abstract class AbstractPlugin
extends com.sun.tools.xjc.Plugin
Common base class for plugins, manages command line parsing,
i18n resource bundles, and printout of "usage" information.
- Autor:
- Mirko Klemm 2015-02-07
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected StringgetMessage(String key) protected StringgetMessage(String key, Object... args) getUsage()booleanisForPlugin(String arg) intparseArgument(com.sun.tools.xjc.Options opt, String[] args, int i) Von Klasse geerbte Methoden com.sun.tools.xjc.Plugin
getCustomizationURIs, getOptionName, isCustomizationTagName, onActivated, postProcessModel, run
-
Konstruktordetails
-
AbstractPlugin
protected AbstractPlugin()
-
-
Methodendetails
-
isForPlugin
-
parseArgument
public int parseArgument(com.sun.tools.xjc.Options opt, String[] args, int i) throws com.sun.tools.xjc.BadCommandLineException, IOException - Setzt außer Kraft:
parseArgumentin Klassecom.sun.tools.xjc.Plugin- Löst aus:
com.sun.tools.xjc.BadCommandLineExceptionIOException
-
getUsage
- Angegeben von:
getUsagein Klassecom.sun.tools.xjc.Plugin
-
getMessage
-
getMessage
-
getOptions
-