Class Messages
java.lang.Object
org.pentaho.platform.util.messages.MessagesBase
org.pentaho.platform.plugin.action.messages.Messages
public class Messages
extends org.pentaho.platform.util.messages.MessagesBase
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetActionFailedToExecute
(String actionIdentifier) getCannotGetRepoFile
(String fileName, String msg) getCouldNotConvertContentToMap
(String content) getCouldNotInvokeActionLocally
(String actionIdentified, Map params) getCouldNotInvokeActionLocallyUnexpected
(String actionIdentified, String params) static Messages
getMissingParamsCantReturnSp
(String paramList, Map params) getPostingToResource
(String actionIdentifier, String actionParams) getRemoteEndpointFailure
(String url, Map params) getResourceResponded
(String url, int responseCode) getRunningInBackgroundLocally
(String actionIdentifier, Map params) getRunningInBackgroundRemotely
(String actionIdentifier, Map params) getRunningInBgLocallySuccess
(String actionIdentified, Map params) getSkipRemovingOutputFile
(String fileName) getUnexpectedStatusCode
(int statusCode) Methods inherited from class org.pentaho.platform.util.messages.MessagesBase
getBundle, getBundle, getEncodedString, getErrorString, getErrorString, getString, getString, getXslString
-
Field Details
-
logger
protected static final org.apache.commons.logging.Log logger
-
-
Method Details
-
getInstance
-
getRunningInBackgroundLocally
-
getRunningInBackgroundRemotely
-
getRunningInBgLocallySuccess
-
getPostingToResource
-
getResourceResponded
-
getNoEeLicense
-
getCantInvokeNullAction
-
getCantInvokeActionWithNullMap
-
getRemoteEndpointFailure
-
getMapNullCantReturnSp
-
getMissingParamsCantReturnSp
-
getActionFailedToExecute
-
getSkipRemovingOutputFile
-
getCannotGetRepoFile
-
getCouldNotConvertContentToMap
-
getCouldNotInvokeActionLocally
-
getCouldNotInvokeActionLocallyUnexpected
-
getUnexpectedStatusCode
-