-
- All Known Subinterfaces:
NlsMessageDescriptor
- All Known Implementing Classes:
NlsBundle
,NlsBundleCli
,NlsBundleException
,NlsBundleSync
,NlsBundleValidation
public interface NlsBundleDescriptor
Descriptor for aResourceBundle
orNlsBundle
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBundleName()
-
-
-
Method Detail
-
getBundleName
String getBundleName()
- Returns:
- the
base-name
used to lookup the bundle (typically aResourceBundle
).
-
-