Class Messages
- java.lang.Object
-
- org.pentaho.platform.util.messages.MessagesBase
-
- org.pentaho.platform.scheduler2.messsages.Messages
-
public class Messages extends org.pentaho.platform.util.messages.MessagesBase
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActionFailedToExecute(String actionIdentifier)
String
getCannotGetRepoFile(String fileName, String msg)
String
getCantInvokeNullAction()
static Messages
getInstance()
String
getMapNullCantReturnSp()
String
getRunningInBackgroundLocally(String actionIdentifier, Map params)
String
getSkipRemovingOutputFile(String fileName)
String
getUnsupportedAction(String action)
-
-
-
Method Detail
-
getInstance
public static Messages getInstance()
-
getRunningInBackgroundLocally
public String getRunningInBackgroundLocally(String actionIdentifier, Map params)
-
getCantInvokeNullAction
public String getCantInvokeNullAction()
-
getMapNullCantReturnSp
public String getMapNullCantReturnSp()
-
-