mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Updated format in TagNameDefinition
This commit is contained in:
parent
8409bee5b0
commit
98151b1de8
@ -227,13 +227,13 @@ final class TagNameDefinition implements Comparable<TagNameDefinition> {
|
||||
* Gets tag name definitions from the tag settings file as well as the
|
||||
* default tag name definitions.
|
||||
*
|
||||
* The currently custom tags properties are stored in one string property value
|
||||
* separated by ;. The properties of an individual tag are comma separated
|
||||
* in the format of:
|
||||
* The currently custom tags properties are stored in one string property
|
||||
* value separated by ;. The properties of an individual tag are comma
|
||||
* separated in the format of:
|
||||
* tag_name,tag_description,tag_color,known_status
|
||||
*
|
||||
* In prior versions of autopsy the known_status was stored in the central repository,
|
||||
* therefore the properties file only had three values.
|
||||
* In prior versions of autopsy the known_status was stored in the central
|
||||
* repository, therefore the properties file only had three values.
|
||||
*
|
||||
* @return A set of tag name definition objects.
|
||||
*/
|
||||
@ -274,8 +274,8 @@ final class TagNameDefinition implements Comparable<TagNameDefinition> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a list of TagNameDefinitons created by merging the tag data
|
||||
* from the properties file and the known status information from the central
|
||||
* Returns a list of TagNameDefinitons created by merging the tag data from
|
||||
* the properties file and the known status information from the central
|
||||
* repository.
|
||||
*
|
||||
* @param tagProperties List of description strings.
|
||||
|
Loading…
x
Reference in New Issue
Block a user