Changeset 9105


Ignore:
Timestamp:
2005-02-18T14:23:27+13:00 (19 years ago)
Author:
kjdon
Message:

added getExploderPlugin method - hacked for isis files, need to implement properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/PluginManager.java

    r9072 r9105  
    186186    }
    187187
     188    public String getExploderPlugin(File file)
     189    {
     190    // Temporary hack
     191    if (file.isFile() && file.getName().endsWith(".mst")) {
     192        return "ISISPlug";
     193    }
     194    return null;
     195    }
    188196
    189197    /** Method to retrieve the control for this manager.
Note: See TracChangeset for help on using the changeset viewer.