Interface ServiceProvider

All Superinterfaces:
Weighted

public interface ServiceProvider extends Weighted
Used to provide provide pre-enriched services to the ServiceLoader as an alternate method of
Author:
Lincoln Baxter, III
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> List<T>
    getServices(Class<T> type)
     

    Methods inherited from interface org.ocpsoft.common.pattern.Weighted

    priority
  • Method Details

    • getServices

      <T> List<T> getServices(Class<T> type)