程序包 org.coodex.util
类 SelectableFactoryLoaderImpl<PARAM,PROD,F extends SelectableFactory<PROD,PARAM>>
java.lang.Object
org.coodex.util.LazySelectableServiceLoader<PARAM,F>
org.coodex.util.SelectableFactoryLoaderImpl<PARAM,PROD,F>
- 所有已实现的接口:
SelectableFactoryLoader<PARAM,,PROD, F> SelectableServiceLoader<PARAM,,F> ServiceLoader<F>
public abstract class SelectableFactoryLoaderImpl<PARAM,PROD,F extends SelectableFactory<PROD,PARAM>>
extends LazySelectableServiceLoader<PARAM,F>
implements SelectableFactoryLoader<PARAM,PROD,F>
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.coodex.util.LazySelectableServiceLoader
get, get, get, getAll, getDefault, getGenericTypeSearchContextObject, getServiceType, select, selectAll从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.coodex.util.SelectableServiceLoader
getAll, select, selectAll从接口继承的方法 org.coodex.util.ServiceLoader
sorted, sorted
-
构造器详细资料
-
SelectableFactoryLoaderImpl
public SelectableFactoryLoaderImpl() -
SelectableFactoryLoaderImpl
-
-
方法详细资料
-
build
- 指定者:
build在接口中SelectableFactoryLoader<PARAM,PROD, F extends SelectableFactory<PROD, PARAM>>
-