|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cactus.eclipse.runner.ui.CactusMessages
public final class CactusMessages
Helper class to format text messages from the Cactus property resource bundle.
Method Summary | |
---|---|
static java.lang.String |
getFormattedString(java.lang.String theKey,
java.lang.Object theArg)
Gets a string from the resource bundle and formats it with one argument. |
static java.lang.String |
getFormattedString(java.lang.String theKey,
java.lang.Object[] theArgs)
Gets a string from the resource bundle and formats it with arguments. |
static java.lang.String |
getString(java.lang.String theKey)
Gets an unformatted string from the resource bundle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getFormattedString(java.lang.String theKey, java.lang.Object theArg)
theKey
- the string used to get the bundle value, must not be nulltheArg
- the object to use when constructing the message
public static java.lang.String getFormattedString(java.lang.String theKey, java.lang.Object[] theArgs)
theKey
- the string used to get the bundle value, must not be nulltheArgs
- the objects to use when constructing the message
public static java.lang.String getString(java.lang.String theKey)
theKey
- the string used to get the bundle value, must not be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |