Interface OperatingSystemsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    OperatingSystemsServiceImpl

    public interface OperatingSystemsService
    extends Service
    Manages the set of types of operating systems available in the system.
    • Method Detail

      • list

        OperatingSystemsService.ListRequest list()
        Returns the list of types of operating system available in the system. The order of the returned list of operating systems isn't guaranteed.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.