Package org.pentaho.mantle.client
Class MantleUtils
- java.lang.Object
-
- org.pentaho.mantle.client.MantleUtils
-
public class MantleUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description MantleUtils()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckSelectedPerspective()booleancontainsExtension(String extension)voidfireRefreshFolderEvent(String outputLocation)static StringgetSchedulerPluginContextURL()voidhandleRepositoryFileSelection(String solutionPath, Boolean isAdhoc)voidsendRequest(com.google.gwt.http.client.RequestBuilder executableTypesRequestBuilder)voidsetBrowserPerspective()voidsetSchedulesPerspective()
-
-
-
Method Detail
-
setSchedulesPerspective
public void setSchedulesPerspective()
-
setBrowserPerspective
public void setBrowserPerspective()
-
containsExtension
public boolean containsExtension(String extension)
-
sendRequest
public void sendRequest(com.google.gwt.http.client.RequestBuilder executableTypesRequestBuilder)
-
fireRefreshFolderEvent
public void fireRefreshFolderEvent(String outputLocation)
-
handleRepositoryFileSelection
public void handleRepositoryFileSelection(String solutionPath, Boolean isAdhoc)
-
checkSelectedPerspective
public boolean checkSelectedPerspective()
-
getSchedulerPluginContextURL
public static String getSchedulerPluginContextURL()
-
-