mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-08 22:29:33 +00:00
update doc
This commit is contained in:
parent
40effb7366
commit
2bab3b2207
@ -104,7 +104,7 @@ and present the configuration to the user.
|
|||||||
JPanel implementation should support scrolling if the configuration widgets require
|
JPanel implementation should support scrolling if the configuration widgets require
|
||||||
more real-estate than the parent container.
|
more real-estate than the parent container.
|
||||||
|
|
||||||
Configuration methods are defined in the ingest modules interfaces.
|
Configuration methods are declared in the ingest modules interfaces.
|
||||||
For example, to implement simple configuration, module should return true in:
|
For example, to implement simple configuration, module should return true in:
|
||||||
|
|
||||||
org.sleuthkit.autopsy.ingest.IngestServiceAbstract.hasSimpleConfiguration()
|
org.sleuthkit.autopsy.ingest.IngestServiceAbstract.hasSimpleConfiguration()
|
||||||
@ -112,8 +112,7 @@ org.sleuthkit.autopsy.ingest.IngestServiceAbstract.hasSimpleConfiguration()
|
|||||||
org.sleuthkit.autopsy.ingest.IngestServiceAbstract.getSimpleConfiguration()
|
org.sleuthkit.autopsy.ingest.IngestServiceAbstract.getSimpleConfiguration()
|
||||||
should then return javax.swing.JPanel instance.
|
should then return javax.swing.JPanel instance.
|
||||||
|
|
||||||
There are method hooks defined in the ingest service interface that are used to hint when the configuration should be saved internally by the module.
|
To save the simple configuration state, the module should implement
|
||||||
For example, to save the simple configuration state, the module should implement
|
|
||||||
org.sleuthkit.autopsy.ingest.IngestServiceAbstract.saveSimpleConfiguration()
|
org.sleuthkit.autopsy.ingest.IngestServiceAbstract.saveSimpleConfiguration()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user