| | |
| | | */ |
| | | |
| | | package org.opends.server.admin; |
| | | import org.opends.messages.Message; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | |
| | | |
| | |
| | | * there is no pattern matching defined for this string |
| | | * property definition). |
| | | */ |
| | | public Message getPatternSynopsis() { |
| | | public LocalizableMessage getPatternSynopsis() { |
| | | return getPatternSynopsis(Locale.getDefault()); |
| | | } |
| | | |
| | |
| | | * there is no pattern matching defined for this string |
| | | * property definition). |
| | | */ |
| | | public Message getPatternSynopsis(Locale locale) { |
| | | public LocalizableMessage getPatternSynopsis(Locale locale) { |
| | | ManagedObjectDefinitionI18NResource resource = |
| | | ManagedObjectDefinitionI18NResource.getInstance(); |
| | | String property = "property." + getName() |