Uses of Class
org.webframe.support.driver.relation.ModulePluginDependency

Packages that use ModulePluginDependency
org.webframe.support.driver.relation   
 

Uses of ModulePluginDependency in org.webframe.support.driver.relation
 

Fields in org.webframe.support.driver.relation with type parameters of type ModulePluginDependency
private  Map<String,ModulePluginDependency> ModulePluginDependency.dependOnMap
           
 

Methods in org.webframe.support.driver.relation that return ModulePluginDependency
private static ModulePluginDependency ModulePluginDependencyUtil.findModulePluginDependency(org.dom4j.Element root, List<String> patterns, boolean findParent)
          从element元素中查询组件
 

Methods in org.webframe.support.driver.relation that return types with arguments of type ModulePluginDependency
static Map<JarURLConnection,ModulePluginDependency> ModulePluginDependencyUtil.analyzeDependendy(List<JarURLConnection> urls, List<String> patterns)
          分析pom中的依赖关系
 Map<String,ModulePluginDependency> ModulePluginDependency.getDependOnMap()
           
 

Methods in org.webframe.support.driver.relation with parameters of type ModulePluginDependency
 int ModulePluginDependency.compareTo(ModulePluginDependency o)
           
private static void ModulePluginDependencyUtil.disposeFirstDependency(ModulePluginDependency first, Map<String,ModulePluginDependency> result)
           
private static void ModulePluginDependencyUtil.disposeMatchDependency(Map<String,ModulePluginDependency> result, ModulePluginDependency match)
           
 void ModulePluginDependency.putDependOn(ModulePluginDependency dependency)
           
 

Method parameters in org.webframe.support.driver.relation with type arguments of type ModulePluginDependency
private static void ModulePluginDependencyUtil.disposeFirstDependency(ModulePluginDependency first, Map<String,ModulePluginDependency> result)
           
private static void ModulePluginDependencyUtil.disposeMatchDependency(Map<String,ModulePluginDependency> result, ModulePluginDependency match)
           
 void ModulePluginDependency.setDependOnMap(Map<String,ModulePluginDependency> dependOnMap)
           
private static List<JarURLConnection> ModulePluginDependencyUtil.sort(Map<JarURLConnection,ModulePluginDependency> needSort)
           
 



Copyright © 2012. All Rights Reserved.