Changeset 229 for trunk/uk/ac/scri/batchimporter/src/sbrn
- Timestamp:
- Jan 22, 2007, 10:52:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/uk/ac/scri/batchimporter/src/sbrn/base/PluginConfigDetector.java
r226 r229 70 70 try 71 71 { 72 //here is a bit of hard coding but it should be fine 73 //net.sf.basedb.plugins.RawDataFlatFileImporter has id 1 in the database and this should not change 74 //we are not interested in any other type of plugin at this point 75 PluginDefinition plugin = PluginDefinition.getById(dc, 1); 72 //get the plugin definition for net.sf.basedb.plugins.RawDataFlatFileImporter 73 PluginDefinition plugin = PluginDefinition.getByClassName(dc, "net.sf.basedb.plugins.RawDataFlatFileImporter"); 76 74 List<PluginConfiguration> configList = getConfigs(plugin,dc,exampleFile); 77 75
Note: See TracChangeset
for help on using the changeset viewer.