Package org.apache.commons.vfs2.util
Class Messages
java.lang.Object
org.apache.commons.vfs2.util.Messages
Formats messages.
-
Method Summary
-
Method Details
-
getString
Formats a message.- Parameters:
code
- The message code.- Returns:
- The formatted message.
-
getString
Deprecated.Will be removed in 3.0 in favor ofgetString(String, Object[])
When removed, calls to this method will automatically recompile togetString(String, Object[])
Formats a message.- Parameters:
code
- The message code.param
- The message parameter.- Returns:
- The formatted message.
-
getString
Formats a message.- Parameters:
code
- The message code.params
- The message parameters.- Returns:
- The formatted message.
-
getString(String, Object[])
When removed, calls to this method will automatically recompile togetString(String, Object[])