mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Added public method Case.getImages.
This commit is contained in:
parent
996d98af9e
commit
d286ad8614
@ -27,6 +27,7 @@ import java.io.FileInputStream;
|
||||
import java.io.IOException;
|
||||
import java.text.DateFormat;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.Collection;
|
||||
import java.util.GregorianCalendar;
|
||||
import java.util.HashMap;
|
||||
import java.util.HashSet;
|
||||
@ -573,6 +574,10 @@ public class Case {
|
||||
return ids.toArray(new Long[ids.size()]);
|
||||
}
|
||||
|
||||
public List<Image> getImages() throws TskCoreException {
|
||||
return db.getImages();
|
||||
}
|
||||
|
||||
/**
|
||||
* Count the root objects.
|
||||
* @return The number of total root objects in this case.
|
||||
|
Loading…
x
Reference in New Issue
Block a user