Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty Class Reference

Inherits ReadWrite< String >.

Public Member Functions

boolean canWrite ()
 
String getValue () throws IllegalAccessException, InvocationTargetException
 
void setValue (String newValue) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
 

Private Attributes

String value
 

Detailed Description

We use TimeProperty instead of a normal NodeProperty to correctly display the date/time when the user changes the timezone setting.

Definition at line 219 of file EventNode.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.canWrite ( )

Definition at line 224 of file EventNode.java.

String org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.getValue ( ) throws IllegalAccessException, InvocationTargetException
void org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.setValue ( String  newValue) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException

Member Data Documentation

String org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.value
private

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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.