Package com.install4j.api.windows.service
This package contains classes to manipulate Windows services. The main entry point are the static methods of the
WinServices
class.
See the API overview for general remarks on how to use the install4j API.
-
Class Summary Class Description ServiceConfiguration The service configuration passed toWinServices
.WinServices Collection of static methods to manipulate Windows services -
Enum Summary Enum Description ServiceAccount An enum to specify service accounts.ServiceStartType The start types of Windows services -
Exception Summary Exception Description ServiceAccessException This exception is thrown when a call toWinServices
was made with insufficient privileges.ServiceException The base exception type used byWinServices
.ServiceNotFoundException This exception is thrown when a call toWinServices
was made with a non-existing service name.