Interface Installer<ST extends ServiceTarget>

Type Parameters:
ST - the service target type
All Known Subinterfaces:
CapabilityServiceInstaller, ServiceInstaller, ServiceInstaller
All Known Implementing Classes:
CapabilityServiceInstaller.DefaultCapabilityServiceInstaller, Installer.DefaultInstaller, ServiceInstaller.DefaultServiceInstaller, ServiceInstaller.DefaultServiceInstaller

public interface Installer<ST extends ServiceTarget>
Encapsulates installation into a generic service target.
Author:
Paul Ferraro
  • Method Details

    • install

      ServiceController<?> install(ST target)
      Installs a service into the specified target.
      Parameters:
      target - a service target
      Returns:
      a service controller