Merge pull request #114 from tmciver-basis/master

Changes in support of AUT-668
This commit is contained in:
adam 2012-12-06 12:24:19 -08:00
commit a23dbf2f74

View File

@ -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;
@ -572,6 +573,10 @@ public class Case {
Set<Long> ids = getImagePaths(db).keySet();
return ids.toArray(new Long[ids.size()]);
}
public List<Image> getImages() throws TskCoreException {
return db.getImages();
}
/**
* Count the root objects.