Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
GeoLocationParseResult () | |
GeoLocationParseResult (List< T > items, boolean successfullyParsed) | |
void | add (GeoLocationParseResult< T > toAdd) |
List< T > | getItems () |
boolean | isSuccessfullyParsed () |
Private Attributes | |
final List< T > | items = new ArrayList<>() |
boolean | successfullyParsed |
The result of attempting to parse GeoLocation objects.
Definition at line 28 of file GeoLocationParseResult.java.
Returns a GeoLocationParseResult with no items and declared successfully parsed.
Definition at line 37 of file GeoLocationParseResult.java.
org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationParseResult< T >.GeoLocationParseResult | ( | List< T > | items, |
boolean | successfullyParsed | ||
) |
Returns a new GeoLocationParseResult.
items | The items to copy to this result (can be null). |
successfullyParsed | Whether or not the operation was entirely successful. |
Definition at line 48 of file GeoLocationParseResult.java.
References org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationParseResult< T >.successfullyParsed.
void org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationParseResult< T >.add | ( | GeoLocationParseResult< T > | toAdd | ) |
Adds the content of the GeoLocationParseResult parameter to this. Items will be concatenated and this object's successfullyParsed status will be true if it is already true and the object is true as well.
toAdd | The GeoLocationParseResult to add. |
Definition at line 63 of file GeoLocationParseResult.java.
References org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationParseResult< T >.getItems(), and org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationParseResult< T >.isSuccessfullyParsed().
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.WaypointBuilder.getAllWaypoints(), and org.sleuthkit.autopsy.geolocation.datamodel.WaypointBuilder.getWaypointForArtifact().
List<T> org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationParseResult< T >.getItems | ( | ) |
Definition at line 81 of file GeoLocationParseResult.java.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationParseResult< T >.add(), and org.sleuthkit.autopsy.geolocation.AbstractWaypointFetcher.process().
boolean org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationParseResult< T >.isSuccessfullyParsed | ( | ) |
Whether or not the GeoLocation object has been successfully parsed.
Definition at line 74 of file GeoLocationParseResult.java.
References org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationParseResult< T >.successfullyParsed.
Referenced by org.sleuthkit.autopsy.geolocation.datamodel.GeoLocationParseResult< T >.add(), and org.sleuthkit.autopsy.geolocation.AbstractWaypointFetcher.process().
|
private |
Definition at line 31 of file GeoLocationParseResult.java.
|
private |
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.