9 Commits

Author SHA1 Message Date
adam-m
f1a745c805 Node datamodel improvements:
Promote DisplayableItemNode and ContentNode from interface to class extending AbstractNode, add methods isLeafType and getType.
Simplifies datamodel and directorytree code - does not require instanceof.  Easier addtion of node types and more efficient.
Preliminary bookmark node support.
Preliminary File Bookmarking implementation.
2012-08-26 17:43:23 -04:00
adam-m
bd252890c2 Remove more doxygen warnings 2012-06-26 14:07:26 -04:00
adam-m
376ac1fd0b Fix doxygen warning in autopsy/datamodel
Add generic type parameter to classes where missing and document it
2012-06-26 10:22:08 -04:00
adam-m
79aa163ecc TSK-389 Change file read() API
- adapt to API change, optimize/reuse buffer when possible
2012-04-03 17:46:42 -04:00
Peter J. Martel
f66d92ff33 Remove ContentNode.getRowValues(), .getDisplayPath(), and .getSystemPath() 2011-12-08 18:46:43 -05:00
Peter J. Martel
c842c9a6b5 Remove ContentNode.getContent() 2011-12-08 17:46:58 -05:00
Peter J. Martel
dfcf854109 Remove ContentNode.getName() and .getId() 2011-12-08 16:35:58 -05:00
Peter J. Martel
48154da58b Remove unused <ContentNode>.getFileIdColumn() method 2011-11-18 19:04:19 -05:00
Brian Carrier
8d72f95d11 Initial import into github 2011-11-09 13:10:50 -05:00