mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #893 from rcordovano/process_unallocated_space_flag_in_ingest_job_context
Expose process unallocated space setting through IngestJobContext
This commit is contained in:
commit
6c1b05381f
@ -63,6 +63,16 @@ public final class IngestJobContext {
|
|||||||
return this.ingestJob.isCancelled();
|
return this.ingestJob.isCancelled();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Checks whether or not the ingest job includes processing of unallocated
|
||||||
|
* space.
|
||||||
|
*
|
||||||
|
* @return True if unallocated space will be processed, false otherwise.
|
||||||
|
*/
|
||||||
|
public boolean processingUnallocatedSpace() {
|
||||||
|
return this.ingestJob.shouldProcessUnallocatedSpace();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds one or more files to the files to be passed through the file ingest
|
* Adds one or more files to the files to be passed through the file ingest
|
||||||
* pipeline of the ingest job associated with the current context.
|
* pipeline of the ingest job associated with the current context.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user