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 -
- <section role="region">
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 TranslatableText
description()
Translatable
description of the argument's purposeTranslatableText
description()
The command descriptionTranslatableText
description()
Description of the optional argument's purpose - <section role="region">
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 moreTranslatableText
values that provide examples of how to use aConfigurationSetting
TranslatableText
value()
Deprecated.Identifies theTranslatableText
that can be used to produce a localized description of aConfigurationSetting
- <section role="region">
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 TranslatableText
value()
The command description
- <section role="region">