Opened 17 years ago

Closed 14 years ago

#741 closed enhancement (wontfix)

Refactor Base1PluginExecuter

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 2.x+
Component: coreplugins Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

There has been requests on the mailing list to be able to subclass the Base1PluginExecuter for different purposes. It is currently a problem since most of the methods are private and can't be called/overridden from a subclass.

For more information see: http://www.mail-archive.com/basedb-devel@lists.sourceforge.net/msg00038.html and ticket #742.

Change History (6)

comment:1 by Nicklas Nordborg, 17 years ago

Description: modified (diff)

comment:2 by Jari Häkkinen, 17 years ago

Milestone: BASE 2.6

comment:3 by Johan Enell, 16 years ago

Milestone: BASE 2.6BASE 2.x+

comment:4 by Nicklas Nordborg, 15 years ago

(In [5093]) Fixes #1365: Move BASEFile import code to a separate class References #741: Refactor Base1PluginExecuter

The main BASEfile importer class for spot data is BaseFileImporter. A more generic BASEfile parser (for other types of BASEfile:s) is BaseFileParser.

comment:5 by Nicklas Nordborg, 15 years ago

(In [5094]) References #741 and #1365

Missed this file in [5093]

comment:6 by Nicklas Nordborg, 14 years ago

Resolution: wontfix
Status: newclosed

The new External program executor plug-in (#1443) together with new exporter/importer implementations (#1478, #1479, #1365 and #742) would be a lot better solution.

Note: See TracTickets for help on using tickets.