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