Uses of Interface
eu.bandm.tools.option.runtime.Model.ShellAdapter
Package
Description
Runtime library for generated option processing code: building blocks for
parsing and GUI.
-
Uses of Model.ShellAdapter in eu.bandm.tools.option.runtime
Modifier and TypeClassDescriptionstatic class
An adapter which escapes blanks contained in an opt arg by a backslash.static class
An adapter which encloses empty string values or string values containing double double quotes or blanks in double quotes, The contained double quotes are escaped by backslashes.Modifier and TypeFieldDescriptionprotected Model.ShellAdapter
Model.shellAdapter
The instance used for parsing and for serialization.