- All Implemented Interfaces:
- Serializable
public class CategoryTag
extends Object
implements Serializable
Class that describes a category tag, i.e. the particular configuration tag
that has been loaded for a given category.
The syntax for a category tag is: "categoryName:tag1|tag2|tag3"
where the pipe symbol "|" is used to separate the various tags that have been
loaded for this category.
Please note the following special cases:
- "categoryName" means that the default tag ("") has been loaded for the given category
- ":" means that the default tag ("") was loaded for the default category ("")
- ":tag1" means that "tag1" was loaded for the default category ("")
- "categoryName:tag1|tag2" means that "tag1" and "tag2" (in this order) have been loaded for category "categoryName"
- Author:
- The LSST CCS Team
- See Also:
- Serialized Form