public interface ResourceBundleKeyGenerator
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createKeyNameFromText(ResourceBundleWrapper bundle,
java.lang.String text)
Creates a key name for the given text on the
bundle . |
java.lang.String |
validateKeyNameFromText(ResourceBundleWrapper bundle,
java.lang.String text) |
java.lang.String createKeyNameFromText(ResourceBundleWrapper bundle, java.lang.String text)
bundle
. This
only suggests a key name and does NOT add the key to the
bundle.bundle
- The Resource Bundle to receive the new key.text
- The translated text to be addedjava.lang.NullPointerException
- if bundle
or text
is null
ResourceBundleWrapper
java.lang.String validateKeyNameFromText(ResourceBundleWrapper bundle, java.lang.String text)