Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
We use TimeProperty instead of a normal NodeProperty to correctly display the date/time when the user changes the timezone setting.
Definition at line 218 of file EventNode.java.
boolean org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.canWrite | ( | ) |
Definition at line 223 of file EventNode.java.
String org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.getValue | ( | ) | throws IllegalAccessException, InvocationTargetException |
Definition at line 242 of file EventNode.java.
References org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.value.
Referenced by org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.setValue().
void org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.setValue | ( | String | newValue | ) | throws IllegalAccessException, IllegalArgumentException, InvocationTargetException |
Definition at line 247 of file EventNode.java.
References org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.getValue().
|
private |
Definition at line 220 of file EventNode.java.
Referenced by org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.getValue().
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.