java.lang.Object | ||
↳ | org.bouncycastle.i18n.LocalizedMessage | |
↳ | org.bouncycastle.i18n.TextBundle |
![]() |
![]() |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | TEXT_ENTRY | text entry key |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new TextBundle using
resource as the base name for the
RessourceBundle and id as the message bundle id the resource file. | |||||||||||
Constructs a new TextBundle using
resource as the base name for the
RessourceBundle and id as the message bundle id the resource file. | |||||||||||
Constructs a new TextBundle using
resource as the base name for the
RessourceBundle and id as the message bundle id the resource file. | |||||||||||
Constructs a new TextBundle using
resource as the base name for the
RessourceBundle and id as the message bundle id the resource file. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the text message in the given locale and the defaut timezone.
| |||||||||||
Returns the text message in the given locale and timezone.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructs a new TextBundle using resource
as the base name for the
RessourceBundle and id
as the message bundle id the resource file.
resource | base name of the resource file |
---|---|
id | the id of the corresponding bundle in the resource file |
NullPointerException | if resource or id is null
|
---|
Constructs a new TextBundle using resource
as the base name for the
RessourceBundle and id
as the message bundle id the resource file.
resource | base name of the resource file |
---|---|
id | the id of the corresponding bundle in the resource file |
encoding | the encoding of the resource file |
NullPointerException | if resource or id is null |
---|---|
UnsupportedEncodingException | if the encoding is not supported |
Constructs a new TextBundle using resource
as the base name for the
RessourceBundle and id
as the message bundle id the resource file.
resource | base name of the resource file |
---|---|
id | the id of the corresponding bundle in the resource file |
arguments | an array containing the arguments for the message |
NullPointerException | if resource or id is null
|
---|
Constructs a new TextBundle using resource
as the base name for the
RessourceBundle and id
as the message bundle id the resource file.
resource | base name of the resource file |
---|---|
id | the id of the corresponding bundle in the resource file |
encoding | the encoding of the resource file |
arguments | an array containing the arguments for the message |
NullPointerException | if resource or id is null |
---|---|
UnsupportedEncodingException | if the encoding is not supported |
Returns the text message in the given locale and the defaut timezone.
loc | the Locale |
---|
MissingEntryException | if the message is not available |
---|
Returns the text message in the given locale and timezone.
MissingEntryException | if the message is not available |
---|