mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Format IngestJob.java
This commit is contained in:
parent
219e7afedd
commit
d1a6e097c7
@ -115,8 +115,8 @@ public final class IngestJob {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs an ingest job that analyzes one data source, possibly using
|
* Constructs an ingest job that analyzes one data source, possibly using an
|
||||||
* an ingest stream.
|
* ingest stream.
|
||||||
*
|
*
|
||||||
* @param settings The ingest job settings.
|
* @param settings The ingest job settings.
|
||||||
*/
|
*/
|
||||||
@ -202,8 +202,8 @@ public final class IngestJob {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Try to start each data source ingest job. Note that there is an
|
* Try to start each data source ingest job. Note that there is an
|
||||||
* assumption here that if there is going to be a module
|
* assumption here that if there is going to be a module startup
|
||||||
* startup failure, it will be for the first ingest job pipeline.
|
* failure, it will be for the first ingest job pipeline.
|
||||||
*
|
*
|
||||||
* TODO (RC): Consider separating module start up from pipeline startup
|
* TODO (RC): Consider separating module start up from pipeline startup
|
||||||
* so that no processing is done if this assumption is false.
|
* so that no processing is done if this assumption is false.
|
||||||
@ -508,7 +508,8 @@ public final class IngestJob {
|
|||||||
* used to get basic information about the module and to request
|
* used to get basic information about the module and to request
|
||||||
* cancellation of the module.
|
* cancellation of the module.
|
||||||
*
|
*
|
||||||
* @param ingestJobPipeline The ingestJobPipeline that owns the data source level ingest module.
|
* @param ingestJobPipeline The ingestJobPipeline that owns the data
|
||||||
|
* source level ingest module.
|
||||||
* @param module The data source level ingest module.
|
* @param module The data source level ingest module.
|
||||||
*/
|
*/
|
||||||
private DataSourceIngestModuleHandle(IngestJobPipeline ingestJobPipeline, DataSourceIngestPipeline.DataSourcePipelineModule module) {
|
private DataSourceIngestModuleHandle(IngestJobPipeline ingestJobPipeline, DataSourceIngestPipeline.DataSourcePipelineModule module) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user