Uses of Class
org.webframe.support.driver.ModulePluginDriverInfo

Packages that use ModulePluginDriverInfo
org.webframe.support   
org.webframe.support.driver   
 

Uses of ModulePluginDriverInfo in org.webframe.support
 

Methods in org.webframe.support with parameters of type ModulePluginDriverInfo
static List<org.springframework.core.io.Resource> SpringContextUtils.getSpringContextResources(ModulePluginDriverInfo driverInfo)
          获取spring配置文件
 

Uses of ModulePluginDriverInfo in org.webframe.support.driver
 

Fields in org.webframe.support.driver with type parameters of type ModulePluginDriverInfo
private static Map<String,ModulePluginDriverInfo> ModulePluginUtils.cacheDriverInfoMap
           
private static List<ModulePluginDriverInfo> ModulePluginUtils.needUpdateDriverInfos
           
private static Vector<ModulePluginDriverInfo> ModulePluginManager.readDrivers
           
private static Vector<ModulePluginDriverInfo> ModulePluginManager.writeDrivers
           
 

Methods in org.webframe.support.driver that return ModulePluginDriverInfo
static ModulePluginDriverInfo ModulePluginUtils.getDriverInfo(String driverClassName)
          根据模块驱动类名称,获取模块驱动类详细信息
private static ModulePluginDriverInfo ModulePluginManager.initDriverInfo(ModulePluginDriver driver)
           
 

Methods in org.webframe.support.driver that return types with arguments of type ModulePluginDriverInfo
(package private) static Enumeration<ModulePluginDriverInfo> ModulePluginManager.getDriverInfos()
           
static Enumeration<ModulePluginDriverInfo> ModulePluginUtils.getDriverInfos()
           
static Enumeration<ModulePluginDriverInfo> ModulePluginUtils.getDriverInfos(Class<? extends ModulePluginDriver> clazz)
          获取指定驱动接口的驱动类集合
protected static List<ModulePluginDriverInfo> ModulePluginUtils.getNeedUpdateDriverInfos()
           
 

Methods in org.webframe.support.driver with parameters of type ModulePluginDriverInfo
protected static org.springframework.core.io.Resource[] ModulePluginUtils.getResources(ModulePluginDriverInfo driverInfo, String pattern)
          根据ClassRelativeResourceLoader加载符合pattern的资源
 



Copyright © 2012. All Rights Reserved.