public class ToolTagCategory extends TagCategory
Provides tags intended to mark metadata properties related to the tools (software and hardware) that were used to create a file.
Modifier and Type | Method and Description |
---|---|
PropertyTag |
getHardware()
Gets the tag that denotes any kind of hardware used to create a file.
|
PropertyTag |
getHardwareManufacturer()
Gets the tag that marks a hardware manufacturer.
|
PropertyTag |
getHardwareVersion()
Gets the tag that labels properties containing the version of the hardware used to create a file.
|
PropertyTag |
getSoftware()
Gets the tag that labels any kind of software used to create a file.
|
PropertyTag |
getSoftwareManufacturer()
Gets the tag that marks a software manufacturer.
|
PropertyTag |
getSoftwareVersion()
Gets the tag that labels properties containing the version of the software used to create a file.
|
toString
public final PropertyTag getSoftware()
Gets the tag that labels any kind of software used to create a file.
public final PropertyTag getHardware()
Gets the tag that denotes any kind of hardware used to create a file.
public final PropertyTag getSoftwareVersion()
Gets the tag that labels properties containing the version of the software used to create a file.
public final PropertyTag getHardwareVersion()
Gets the tag that labels properties containing the version of the hardware used to create a file.
public final PropertyTag getSoftwareManufacturer()
Gets the tag that marks a software manufacturer.
public final PropertyTag getHardwareManufacturer()
Gets the tag that marks a hardware manufacturer.