Abstract notion of what a service is. A service must be declared in one of the classpath provided jar files. The service declaration must conforms to ServiceLoader contract.
- the type of service.Constructor and description |
---|
protected BuildToolsServiceLoader.Service
(Collection<String> classpath, Class<T> serviceClass) |