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 StringgetActionFailedToExecute(String actionIdentifier)StringgetCannotGetRepoFile(String fileName, String msg)StringgetCantInvokeNullAction()static MessagesgetInstance()StringgetMapNullCantReturnSp()StringgetRunningInBackgroundLocally(String actionIdentifier, Map params)StringgetSkipRemovingOutputFile(String fileName)StringgetUnsupportedAction(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()
-
-