|
TPTP 4.6.0 Tracing and Profiling Tools Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.trace.arm.internal.ArmMessages
public class ArmMessages
This ArmMessages bundle connects a messages resource bundle to provide an interface to the logging interfaces of the TPTP ARM implementation.
| Method Summary | |
|---|---|
static java.lang.String |
getFormattedString(java.lang.String key,
java.lang.String arg)
Returns a string with one parameter. |
static java.lang.String |
getFormattedString(java.lang.String key,
java.lang.String[] args)
Returns a string with multiple parameters. |
static java.lang.String |
getString(java.lang.String key)
Returns a string with no parameters. |
| 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 key,
java.lang.String arg)
key - the key that uniquely identifies the string.arg - the text to fill in as the parameter.
public static java.lang.String getFormattedString(java.lang.String key,
java.lang.String[] args)
key - the key that uniquely identifies the string.args - the strings to fill in as the parameters.
public static java.lang.String getString(java.lang.String key)
key - the key that uniquely identifies the string.
|
TPTP 4.6.0 Tracing and Profiling Tools Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||