#1365 closed task (fixed)
Move BASEFile import code to a separate class
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.14 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
This code is currently in the Base1PluginExecuter
as a private method. It would be nice to have this in it's own class so that it can be used from other places.
This ticket is related to #741.
Change History (4)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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
.