Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
IngestJobConfigurator (String context) | |
JPanel | getIngestJobConfigPanel () |
List< String > | getIngestJobConfigWarnings () |
void | saveIngestJobConfig () |
void | startIngestJobs (List< Content > dataSources) |
Private Attributes | |
final IngestJobSettings | settings |
final IngestJobSettingsPanel | settingsPanel |
Provides a mechanism for creating and persisting an ingest job configuration for a particular context and for launching ingest jobs that process one or more data sources using the ingest job configuration.
Definition at line 34 of file IngestJobConfigurator.java.
org.sleuthkit.autopsy.ingest.IngestJobConfigurator.IngestJobConfigurator | ( | String | context | ) |
Constructs an ingest job launcher that creates and persists ingest job settings for a particular context and launches ingest jobs that process one or more data sources using the settings.
context | The context identifier. |
Definition at line 47 of file IngestJobConfigurator.java.
JPanel org.sleuthkit.autopsy.ingest.IngestJobConfigurator.getIngestJobConfigPanel | ( | ) |
Gets the user interface panel the launcher uses to obtain the user's ingest job settings for the specified context.
Definition at line 70 of file IngestJobConfigurator.java.
References org.sleuthkit.autopsy.ingest.IngestJobConfigurator.settingsPanel.
List<String> org.sleuthkit.autopsy.ingest.IngestJobConfigurator.getIngestJobConfigWarnings | ( | ) |
Gets any warnings generated when the persisted ingest job settings for the specified context are loaded or saved.
Definition at line 59 of file IngestJobConfigurator.java.
References org.sleuthkit.autopsy.ingest.IngestJobSettings.getWarnings().
void org.sleuthkit.autopsy.ingest.IngestJobConfigurator.saveIngestJobConfig | ( | ) |
Persists the ingest job settings for the specified context.
Definition at line 78 of file IngestJobConfigurator.java.
References org.sleuthkit.autopsy.ingest.IngestJobSettings.save().
void org.sleuthkit.autopsy.ingest.IngestJobConfigurator.startIngestJobs | ( | List< Content > | dataSources | ) |
Launches ingest job for one or more data sources using the ingest job settings for the specified context.
dataSources | The data sources to ingest. |
Definition at line 89 of file IngestJobConfigurator.java.
References org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), and org.sleuthkit.autopsy.ingest.IngestManager.queueIngestJob().
|
private |
Definition at line 36 of file IngestJobConfigurator.java.
|
private |
Definition at line 37 of file IngestJobConfigurator.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestJobConfigurator.getIngestJobConfigPanel().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.