Package com.atlassian.bamboo.sal.message
Class DefaultMessage
- java.lang.Object
-
- com.atlassian.bamboo.sal.message.DefaultMessage
-
- All Implemented Interfaces:
com.atlassian.sal.api.message.Message
,Serializable
public class DefaultMessage extends Object implements com.atlassian.sal.api.message.Message
TODO force OSGi to load properly i18nResolver component exported by atlassian-bamboo-sal-message plugin and remove this class- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultMessage(String key, Serializable... arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Serializable[]
getArguments()
String
getKey()
String
toString()
-
-
-
Constructor Detail
-
DefaultMessage
public DefaultMessage(String key, Serializable... arguments)
-
-
Method Detail
-
getArguments
public Serializable[] getArguments()
- Specified by:
getArguments
in interfacecom.atlassian.sal.api.message.Message
-
getKey
public String getKey()
- Specified by:
getKey
in interfacecom.atlassian.sal.api.message.Message
-
-