Uses of Class
org.tentackle.common.ModuleInfo
-
Packages that use ModuleInfo Package Description org.tentackle.common Common classes for build- and runtime. -
-
Uses of ModuleInfo in org.tentackle.common
Methods in org.tentackle.common that return ModuleInfo Modifier and Type Method Description ModuleInfoBundleSupport. getModuleInfo()Gets the module info.ModuleInfoModuleSorter. getModuleInfo(java.lang.String name)Gets the module info for a module name.ModuleInfoModuleSorter. getModuleInfo(java.net.URL url)Gets the module info for a given URL.Methods in org.tentackle.common that return types with arguments of type ModuleInfo Modifier and Type Method Description java.util.List<ModuleInfo>ModuleSorter. 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 ModuleInfo Constructor Description BundleSupport(ModuleInfo info, java.lang.String className, java.lang.String bundleName)Creates a bundle support object.
-