Autopsy
4.12.0
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 197 of file EventNode.java.
boolean org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.canWrite | ( | ) |
Definition at line 202 of file EventNode.java.
String org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.getValue | ( | ) | throws IllegalAccessException, InvocationTargetException |
Definition at line 221 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 226 of file EventNode.java.
References org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.getValue().
|
private |
Definition at line 199 of file EventNode.java.
Referenced by org.sleuthkit.autopsy.timeline.explorernodes.EventNode.TimeProperty.getValue().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.