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:
- Query the PowerShell using the pre-defined queries from the
io.github.eggy03.ferrumx.windows.shellpackage - Map the result using mappers defined in the
io.github.eggy03.ferrumx.windows.mappingpackage - Into instances of entity classes defined in the
io.github.eggy03.ferrumx.windows.entitypackage
- Since:
- 2.0.0