Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Detachable< DataSourceGrouping >.
Protected Member Functions | |
void | addNotify () |
boolean | createKeys (List< DataSourceGrouping > toPopulate) |
Node | createNodeForKey (DataSourceGrouping key) |
void | finalize () throws Throwable |
Private Member Functions | |
String | getNameOrEmpty (DataSourceGrouping dsGroup) |
Private Attributes | |
final PropertyChangeListener | dataSourceAddedPcl |
final Function< DataSourceGrouping, Node > | dataSourceToNode |
final Host | host |
final PropertyChangeListener | weakPcl = WeakListeners.propertyChange(dataSourceAddedPcl, null) |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(HostGroupingChildren.class.getName()) |
Provides the data source children for this host.
Definition at line 63 of file HostNode.java.
|
protected |
Definition at line 100 of file HostNode.java.
References org.sleuthkit.autopsy.casemodule.Case.addEventTypeSubscriber(), org.sleuthkit.autopsy.casemodule.Case.Events.DATA_SOURCE_ADDED, and org.sleuthkit.autopsy.casemodule.Case.Events.HOSTS_DELETED.
|
protected |
Definition at line 117 of file HostNode.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
protected |
Definition at line 112 of file HostNode.java.
|
protected |
|
private |
Get name for data source in data source grouping node or empty string.
dsGroup | The data source grouping. |
Definition at line 144 of file HostNode.java.
|
private |
Listener for handling DATA_SOURCE_ADDED / HOST_DELETED events. A host may have been deleted as part of a merge, which means its data sources could have moved to a different host requiring a refresh.
Definition at line 86 of file HostNode.java.
|
private |
Definition at line 68 of file HostNode.java.
|
private |
Definition at line 67 of file HostNode.java.
|
staticprivate |
Definition at line 65 of file HostNode.java.
|
private |
Definition at line 97 of file HostNode.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.