mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Check in current state of new ingest framework for safekeeping
This commit is contained in:
parent
56e6d57391
commit
631838ff02
@ -48,6 +48,7 @@ final class IngestModuleLoader {
|
|||||||
// RJCTODO: Since we were going to overwrite pipeline config every time and we are going to move the code modules
|
// RJCTODO: Since we were going to overwrite pipeline config every time and we are going to move the code modules
|
||||||
// into this package, we can simply handle the module ordering here, possibly just directly instantiating the core
|
// into this package, we can simply handle the module ordering here, possibly just directly instantiating the core
|
||||||
// modules.
|
// modules.
|
||||||
|
// RJCTODO: Make sure that sample modules are excluded
|
||||||
Logger logger = Logger.getLogger(IngestModuleLoader.class.getName());
|
Logger logger = Logger.getLogger(IngestModuleLoader.class.getName());
|
||||||
Collection<? extends IngestModuleFactory> factories = Lookup.getDefault().lookupAll(IngestModuleFactory.class);
|
Collection<? extends IngestModuleFactory> factories = Lookup.getDefault().lookupAll(IngestModuleFactory.class);
|
||||||
for (IngestModuleFactory factory : factories) {
|
for (IngestModuleFactory factory : factories) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user