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 boolean
checkSelectedPerspective()
boolean
containsExtension(String extension)
void
fireRefreshFolderEvent(String outputLocation)
static String
getSchedulerPluginContextURL()
void
handleRepositoryFileSelection(String solutionPath, Boolean isAdhoc)
void
sendRequest(com.google.gwt.http.client.RequestBuilder executableTypesRequestBuilder)
void
setBrowserPerspective()
void
setSchedulesPerspective()
-
-
-
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()
-
-