Interface IPlatform


public interface IPlatform
Author:
POLARION SOFTWARE
  • Method Details

    • lookupService

      <T> T lookupService(Class<T> serviceClass)
      Parameters:
      serviceClass - - type of service
      Returns:
      the instance of service or null if service with requested type not found
    • getRegisteredServices

      Collection getRegisteredServices()
      Returns:
      Collection which contains all registerd services