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 )
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 , 17 years ago
Description: | modified (diff) |
---|
comment:2 by , 17 years ago
Milestone: | → BASE 2.6 |
---|
comment:3 by , 17 years ago
Milestone: | BASE 2.6 → BASE 2.x+ |
---|
comment:4 by , 15 years ago
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
.