Class PluginOptionsHelper
- java.lang.Object
-
- org.pentaho.mantle.client.solutionbrowser.PluginOptionsHelper
-
public class PluginOptionsHelper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PluginOptionsHelper.ContentTypePlugin
-
Constructor Summary
Constructors Constructor Description PluginOptionsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
buildEnabledOptionsList(Map<String,String> settings)
static String
fixRelativePath(String url)
static com.google.gwt.user.client.Command
getAddDatasourceCommand()
static PluginOptionsHelper.ContentTypePlugin
getContentTypePlugin(String filename)
static FileTypeEnabledOptions
getEnabledOptions(String filename)
static com.google.gwt.user.client.Command
getManageDatasourcesCommand()
-
-
-
Method Detail
-
getEnabledOptions
public static FileTypeEnabledOptions getEnabledOptions(String filename)
-
getContentTypePlugin
public static PluginOptionsHelper.ContentTypePlugin getContentTypePlugin(String filename)
-
getManageDatasourcesCommand
public static com.google.gwt.user.client.Command getManageDatasourcesCommand()
-
getAddDatasourceCommand
public static com.google.gwt.user.client.Command getAddDatasourceCommand()
-
-