com.buglabs.application
Interface IServiceProvider

All Known Implementing Classes:
AbstractServiceTracker, TestSuiteServiceTracker, TestSuiteServiceTracker, TestSuiteServiceTracker

public interface IServiceProvider

Defines an interface for objects that contain references to services.


Method Summary
 java.lang.Object getService(java.lang.Class clazz)
           
 

Method Detail

getService

java.lang.Object getService(java.lang.Class clazz)
Parameters:
clazz -
Returns:
A reference to the instance of the available service.