Uses of Class
icu.easyj.core.loader.EnhancedServiceNotFoundException
Packages that use EnhancedServiceNotFoundException
-
Uses of EnhancedServiceNotFoundException in icu.easyj.core.loader
Methods in icu.easyj.core.loader that throw EnhancedServiceNotFoundExceptionModifier and TypeMethodDescriptionstatic <S> Sload service providerstatic <S> SEnhancedServiceLoader.load(Class<S> serviceClass, ClassLoader loader) Specify classLoader to load the service providerstatic <S> Sload service providerstatic <S> SEnhancedServiceLoader.load(Class<S> serviceClass, String activateName, Class<?>[] argsType, Object[] args) Load servicestatic <S> SEnhancedServiceLoader.load(Class<S> serviceClass, String activateName, Class<?> argType, Object arg) Load servicestatic <S> SEnhancedServiceLoader.load(Class<S> service, String activateName, ClassLoader loader) Specify classLoader to load the service providerstatic <S> SLoad service