<class>Component</class> is a superclass of all types of components discoverable in an inventory scan. More...
Public Attributes | |
Name | |
The name of this component, which distinguishes it from other components of the same type. More... | |
ParentComponent | |
The parent component of this component. More... | |
Scan | |
The <class>Scan</class> which found this component. More... | |
SubComponents | |
The subcomponents of this component. More... | |
Static Public Attributes | |
XMLNAME = None | |
The element name used in the XML representation of the component. | |
XMLTYPE = None | |
The identifier used to distinguish the type of this component in the XML representation. | |
<class>Component</class> is a superclass of all types of components discoverable in an inventory scan.
A component represents a named object in a system installation such as a file, database or routine.
Components maintain a relationship with an optional parent component and any sub-components. For example, files are subcomponents of directories.
Component data is stored in the SYS database, and may be exported into an XML representation.
Name |
The name of this component, which distinguishes it from other components of the same type.
ParentComponent |
The parent component of this component.
SubComponents |
The subcomponents of this component.