Opened 16 years ago
Closed 13 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 )
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 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by
Milestone: | → BASE 2.6 |
---|
comment:3 Changed 15 years ago by
Milestone: | BASE 2.6 → BASE 2.x+ |
---|
comment:4 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
(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) isBaseFileParser
.