|
Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.AbstractContentNode< Volume >.
Public Member Functions | |
| VolumeNode (Volume vol) | |
| Action[] | getActions (boolean popup) |
| T | getContent () |
| List< Content > | getContentChildren () |
| int | getContentChildrenCount () |
| List< Long > | getContentChildrenIds () |
| String | getItemType () |
| String | getName () |
| boolean | hasContentChildren () |
| boolean | hasVisibleContentChildren () |
| boolean | isLeafTypeNode () |
| int | read (byte[] buf, long offset, long len) throws TskException |
| void | setName (String name) |
Static Public Member Functions | |
| static boolean | contentHasVisibleContentChildren (Content c) |
Protected Member Functions | |
| Sheet | createSheet () |
Private Member Functions | |
| void | removeListeners () |
Private Attributes | |
| final PropertyChangeListener | pcl |
This class is used to represent the "Node" for the volume. Its child is the root directory of a file system
Definition at line 45 of file VolumeNode.java.
| org.sleuthkit.autopsy.datamodel.VolumeNode.VolumeNode | ( | Volume | vol | ) |
| vol | underlying Content instance |
Definition at line 63 of file VolumeNode.java.
References org.sleuthkit.autopsy.casemodule.Case.addEventTypeSubscriber(), org.sleuthkit.autopsy.ingest.IngestManager.addIngestModuleEventListener(), org.sleuthkit.autopsy.casemodule.Case.Events.CURRENT_CASE, org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), and org.sleuthkit.autopsy.datamodel.VolumeNode.pcl.
|
staticinherited |
Return true if the given content object has children. Useful for lazy loading.
| c | The content object to look for children on |
Definition at line 111 of file AbstractContentNode.java.
|
protected |
Definition at line 152 of file VolumeNode.java.
| Action [] org.sleuthkit.autopsy.datamodel.VolumeNode.getActions | ( | boolean | popup | ) |
Right click action for volume node
| popup |
Definition at line 137 of file VolumeNode.java.
References org.sleuthkit.autopsy.directorytree.ExplorerNodeActionVisitor.getActions().
|
inherited |
Return the content data associated with this node
Definition at line 80 of file AbstractContentNode.java.
|
inherited |
Return children of the underlying content.
Definition at line 192 of file AbstractContentNode.java.
|
inherited |
Get count of the underlying content object children.
Useful for lazy loading.
Definition at line 214 of file AbstractContentNode.java.
|
inherited |
Return ids of children of the underlying content. The ids can be treated as keys - useful for lazy loading.
Definition at line 172 of file AbstractContentNode.java.
| String org.sleuthkit.autopsy.datamodel.VolumeNode.getItemType | ( | ) |
Definition at line 204 of file VolumeNode.java.
|
inherited |
Definition at line 90 of file AbstractContentNode.java.
|
inherited |
Return true if the underlying content object has children Useful for lazy loading.
Definition at line 152 of file AbstractContentNode.java.
|
inherited |
Return true if the underlying content object has children Useful for lazy loading.
Definition at line 100 of file AbstractContentNode.java.
| boolean org.sleuthkit.autopsy.datamodel.VolumeNode.isLeafTypeNode | ( | ) |
Definition at line 194 of file VolumeNode.java.
|
inherited |
Reads the content of this node (of the underlying content object).
| buf | buffer to read into |
| offset | the starting offset in the content object |
| len | the length to read |
| TskException | exception thrown if the requested part of content could not be read |
Definition at line 240 of file AbstractContentNode.java.
|
private |
Definition at line 80 of file VolumeNode.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.CURRENT_CASE, org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), org.sleuthkit.autopsy.datamodel.VolumeNode.pcl, org.sleuthkit.autopsy.casemodule.Case.removeEventTypeSubscriber(), and org.sleuthkit.autopsy.ingest.IngestManager.removeIngestModuleEventListener().
|
inherited |
Definition at line 85 of file AbstractContentNode.java.
|
private |
Definition at line 89 of file VolumeNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.VolumeNode.removeListeners(), and org.sleuthkit.autopsy.datamodel.VolumeNode.VolumeNode().
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.