mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Add data source id support to Java bindings
This commit is contained in:
parent
bd52e3abc1
commit
ca47a51150
@ -70,7 +70,7 @@ class AddImageTask implements Runnable {
|
|||||||
private final String imagePath;
|
private final String imagePath;
|
||||||
String timeZone;
|
String timeZone;
|
||||||
boolean noFatOrphans;
|
boolean noFatOrphans;
|
||||||
|
|
||||||
private final String dataSourceId;
|
private final String dataSourceId;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -102,12 +102,12 @@ class AddImageTask implements Runnable {
|
|||||||
currDir));
|
currDir));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// this sleep here prevents the UI from locking up
|
// this sleep here prevents the UI from locking up
|
||||||
// due to too frequent updates to the progressMonitor above
|
// due to too frequent updates to the progressMonitor above
|
||||||
Thread.sleep(500);
|
Thread.sleep(500);
|
||||||
}
|
}
|
||||||
} catch (InterruptedException ie) {
|
} catch (InterruptedException ie) {
|
||||||
// nothing to do, thread was interrupted externally
|
// nothing to do, thread was interrupted externally
|
||||||
// signaling the end of AddImageProcess
|
// signaling the end of AddImageProcess
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -122,7 +122,7 @@ class AddImageTask implements Runnable {
|
|||||||
this.callbackObj = cbObj;
|
this.callbackObj = cbObj;
|
||||||
this.progressMonitor = aProgressMonitor;
|
this.progressMonitor = aProgressMonitor;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Starts the addImage process, but does not commit the results.
|
* Starts the addImage process, but does not commit the results.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user