Class FileTypePlugin

  • All Implemented Interfaces:
    org.pentaho.platform.api.ui.IFileTypePlugin

    public class FileTypePlugin
    extends Object
    implements org.pentaho.platform.api.ui.IFileTypePlugin
    implementation of IFileTypePlugin
    Author:
    Will Gorman (wgorman@pentaho.com)
    • Constructor Detail

      • FileTypePlugin

        public FileTypePlugin​(String fileExtension,
                              String enabledOptions,
                              String openUrlPattern,
                              String editUrlPattern)
    • Method Detail

      • getFileExtension

        public String getFileExtension()
        Specified by:
        getFileExtension in interface org.pentaho.platform.api.ui.IFileTypePlugin
      • getEnabledOptions

        public String getEnabledOptions()
        Specified by:
        getEnabledOptions in interface org.pentaho.platform.api.ui.IFileTypePlugin
      • getOpenUrlPattern

        public String getOpenUrlPattern()
        Specified by:
        getOpenUrlPattern in interface org.pentaho.platform.api.ui.IFileTypePlugin
      • getEditUrlPattern

        public String getEditUrlPattern()
        Specified by:
        getEditUrlPattern in interface org.pentaho.platform.api.ui.IFileTypePlugin