Skip to main content

Inventory.Scanner

class Inventory.Scanner extends %Library.RegisteredObject

Scanner is a utility class for intializing and manipulating inventory scans, represented by Inventory.Scan.

Method Inventory

Methods

classmethod DeleteAllScans() as %Status
classmethod RunScan(description As %String) as Scan
Run an inventory scan of the current installation, returning the scan result.
classmethod ScanDirectory(dir As %String) as Component
Create a tree of Component objects by starting with a DirectoryComponent for directory dir.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab