Package io.github.eggy03.ferrumx.windows.service


package io.github.eggy03.ferrumx.windows.service
Contains classes responsible for executing PowerShell queries and retrieving their output.

Most service classes in this package implement either CommonServiceInterface or OptionalCommonServiceInterface to provide a unified mechanism for fetching and mapping PowerShell results. Some services may define custom logic which does not use or require implementation of a common interface.

Service classes in this package typically:

Since:
2.0.0