public class OriginTagCategory extends TagCategory
Provides tags that help a user to determine the origin of a file (e.g. template or another source).
Modifier and Type | Method and Description |
---|---|
PropertyTag |
getSource()
Gets the tag that labels a reference to a resource from which the file content is derived.
|
PropertyTag |
getTemplate()
Gets the tag that denotes the template from which the file was created.
|
toString
public final PropertyTag getTemplate()
Gets the tag that denotes the template from which the file was created.
public final PropertyTag getSource()
Gets the tag that labels a reference to a resource from which the file content is derived.