Uses of Class
eu.bandm.tools.d2d2.base.Options
Packages that use Options
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
-
Uses of Options in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base declared as OptionsMethods in eu.bandm.tools.d2d2.base that return OptionsMethods in eu.bandm.tools.d2d2.base with parameters of type OptionsModifier and TypeMethodDescriptionprotected voidMain.check_noKey(Options options) Ensure that no key or keys option is given.protected voidMain.checkKeyIsSet(Options options, String txt) Check for option "-k/--key".voidMain.execute(Options options, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Execute an Option model (mostly GUI-generated).booleanExecute the CLI-parsed or GUI-generated Option model.Extract an input module name and an output file from the options (option --module and --outputfile).Main.getKey_split(Options options) Split the command line option "-k/--key" withMain.splitAndCheckKey(MessageReceiver,String).protected Text2Udom.ErrorStrategyMain.initErrorStrategy(Options options) Construct an eror strategy according to the command line options.protected ModuleRegistryMain.initModuleReg(Options options) Construct a module registry according to the command line options.protected StringSynthesize text for use in messages which indicates the selected "mode"void -
Uses of Options in eu.bandm.tools.d2d2.demo
Fields in eu.bandm.tools.d2d2.demo declared as Options