Update service register

This commit is contained in:
adam-m 2012-05-29 13:56:28 -04:00
parent 0366adf068
commit 2a36390894
3 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
</folder> </folder>
<folder name="Services"> <folder name="Services">
<file name="org-sleuthkit-autopsy-hashdatabase-HashDbIngestService.instance"> <file name="org-sleuthkit-autopsy-hashdatabase-HashDbIngestService.instance">
<attr name="instanceOf" stringvalue="org.sleuthkit.autopsy.ingest.IngestServiceFsContent"/> <attr name="instanceOf" stringvalue="org.sleuthkit.autopsy.ingest.IngestServiceAbstractFile"/>
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.hashdatabase.HashDbIngestService.getDefault"/> <attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.hashdatabase.HashDbIngestService.getDefault"/>
<attr name="position" intvalue="200"/> <attr name="position" intvalue="200"/>
</file> </file>

View File

@ -22,9 +22,9 @@
<attr name="position" intvalue="1000"/> <attr name="position" intvalue="1000"/>
</file> </file>
<file name="org-sleuthkit-autopsy-ingest-example-ExampleFsContentIngestService.instance"> <file name="org-sleuthkit-autopsy-ingest-example-ExampleAbstractFileIngestService.instance">
<attr name="instanceOf" stringvalue="org.sleuthkit.autopsy.ingest.IngestServiceFsContent"/> <attr name="instanceOf" stringvalue="org.sleuthkit.autopsy.ingest.IngestServiceAbstractFile"/>
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.ingest.example.ExampleFsContentIngestService.getDefault"/> <attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.ingest.example.ExampleAbstractFileIngestService.getDefault"/>
<attr name="position" intvalue="1100"/> <attr name="position" intvalue="1100"/>
</file> </file>
--> -->

View File

@ -29,7 +29,7 @@
<attr name="position" intvalue="250"/> <attr name="position" intvalue="250"/>
</file> </file>
<file name="org-sleuthkit-autopsy-keywordsearch-KeywordSearchIngestService.instance"> <file name="org-sleuthkit-autopsy-keywordsearch-KeywordSearchIngestService.instance">
<attr name="instanceOf" stringvalue="org.sleuthkit.autopsy.ingest.IngestServiceFsContent"/> <attr name="instanceOf" stringvalue="org.sleuthkit.autopsy.ingest.IngestServiceAbstractFile"/>
<attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestService.getDefault"/> <attr name="instanceCreate" methodvalue="org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestService.getDefault"/>
<attr name="position" intvalue="300"/> <attr name="position" intvalue="300"/>
</file> </file>