Uses of Class
org.tentackle.common.ModuleInfo
-
Uses of ModuleInfo in org.tentackle.common
Methods in org.tentackle.common that return ModuleInfoModifier and TypeMethodDescriptionBundleSupport.getModuleInfo()Gets the module info.ModuleSorter.getModuleInfo(String name) Gets the module info for a module name.ModuleSorter.getModuleInfo(URL url) Gets the module info for a given URL.Methods in org.tentackle.common that return types with arguments of type ModuleInfoModifier and TypeMethodDescriptionModuleSorter.getModuleInfos()Gets the modules infos ordered by dependency.
Modules at the top of the dependency hierarchy come last, modules without further dependencies come first.Constructors in org.tentackle.common with parameters of type ModuleInfoModifierConstructorDescriptionBundleSupport(ModuleInfo info, String className, String bundleName) Creates a bundle support object.