Uses of Class
oracle.dbtools.plugin.api.i18n.annotations.TranslatableText
-
Packages that use TranslatableText Package Description oracle.dbtools.plugin.api.cmdline.annotations Annotations to express the arguments and options of aCommandProvider.oracle.dbtools.plugin.api.conf Services for defining and introspecting Configuration Settingsoracle.dbtools.plugin.api.i18n.annotations Internationalization Annotations -
-
Uses of TranslatableText in oracle.dbtools.plugin.api.cmdline.annotations
Methods in oracle.dbtools.plugin.api.cmdline.annotations that return TranslatableText Modifier and Type Method Description TranslatableTextdescription()Translatabledescription of the argument's purposeTranslatableTextdescription()The command descriptionTranslatableTextdescription()Description of the optional argument's purpose -
Uses of TranslatableText in oracle.dbtools.plugin.api.conf
Methods in oracle.dbtools.plugin.api.conf that return TranslatableText Modifier and Type Method Description TranslatableText[]examples()Deprecated.Identifies zero or moreTranslatableTextvalues that provide examples of how to use aConfigurationSettingTranslatableTextvalue()Deprecated.Identifies theTranslatableTextthat can be used to produce a localized description of aConfigurationSetting -
Uses of TranslatableText in oracle.dbtools.plugin.api.i18n.annotations
Methods in oracle.dbtools.plugin.api.i18n.annotations that return TranslatableText Modifier and Type Method Description TranslatableTextvalue()The command description
-