Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | List of all members
org.sleuthkit.autopsy.datamodel.VolumeNode Class Reference

Inherits org.sleuthkit.autopsy.datamodel.AbstractContentNode< Volume >.

Public Member Functions

 VolumeNode (Volume vol)
 
Action[] getActions (boolean popup)
 
boolean isLeafTypeNode ()
 
getContent ()
 
void setName (String name)
 
String getName ()
 
boolean hasContentChildren ()
 
List< Long > getContentChildrenIds ()
 
List< ContentgetContentChildren ()
 
int getContentChildrenCount ()
 
int read (byte[] buf, long offset, long len) throws TskException
 

Protected Member Functions

Sheet createSheet ()
 

Detailed Description

This class is used to represent the "Node" for the volume. Its child is the root directory of a file system

Definition at line 34 of file VolumeNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.VolumeNode.VolumeNode ( Volume  vol)

Member Function Documentation

Sheet org.sleuthkit.autopsy.datamodel.VolumeNode.createSheet ( )
protected

Definition at line 82 of file VolumeNode.java.

Action [] org.sleuthkit.autopsy.datamodel.VolumeNode.getActions ( boolean  popup)

Right click action for volume node

Parameters
popup
Returns

Definition at line 71 of file VolumeNode.java.

References org.sleuthkit.autopsy.directorytree.ExplorerNodeActionVisitor.getActions().

T org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.getContent ( )
inherited

Return the content data associated with this node

Returns
the content object wrapped by this node

Definition at line 62 of file AbstractContentNode.java.

List<Content> org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.getContentChildren ( )
inherited

Return children of the underlying content.

Returns
list of content children content.

Definition at line 123 of file AbstractContentNode.java.

int org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.getContentChildrenCount ( )
inherited

Get count of the underlying content object children.

Useful for lazy loading.

Returns
content children count

Definition at line 146 of file AbstractContentNode.java.

List<Long> org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.getContentChildrenIds ( )
inherited

Return ids of children of the underlying content. The ids can be treated as keys - useful for lazy loading.

Returns
list of content ids of children content.

Definition at line 103 of file AbstractContentNode.java.

String org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.getName ( )
inherited

Definition at line 73 of file AbstractContentNode.java.

boolean org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.hasContentChildren ( )
inherited

Return true if the underlying content object has children Useful for lazy loading.

Returns
true if has children

Definition at line 83 of file AbstractContentNode.java.

boolean org.sleuthkit.autopsy.datamodel.VolumeNode.isLeafTypeNode ( )

Definition at line 124 of file VolumeNode.java.

int org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.read ( byte[]  buf,
long  offset,
long  len 
) throws TskException
inherited

Reads the content of this node (of the underlying content object).

Parameters
bufbuffer to read into
offsetthe starting offset in the content object
lenthe length to read
Returns
the bytes read
Exceptions
TskExceptionexception thrown if the requested part of content could not be read

Definition at line 170 of file AbstractContentNode.java.

void org.sleuthkit.autopsy.datamodel.AbstractContentNode< T extends Content >.setName ( String  name)
inherited

Definition at line 67 of file AbstractContentNode.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.