application_service
appimage_updater.services.application_service
¶
Application service for filtering and managing applications.
ApplicationService
¶
Service for application-related operations.
filter_apps_by_names(enabled_apps, app_names)
staticmethod
¶
Filter applications by multiple names or glob patterns.
Returns:
Type | Description |
---|---|
list[Any] | None
|
List of matching applications, or None if some applications were not found. |