Uses of Interface
org.jboss.modules.ModuleFinder
Packages that use ModuleFinder
-
Uses of ModuleFinder in org.jboss.modules
Subinterfaces of ModuleFinder in org.jboss.modulesModifier and TypeInterfaceDescriptioninterfaceA module finder which is iterable.Classes in org.jboss.modules that implement ModuleFinderModifier and TypeClassDescriptionclassA module finder which loads modules from individual JARs or directories on the file system, supporting the JAR specification headers as well as the extendedMANIFESTheaders supported by JBoss Modules.final classDeprecated.final classfinal classA module finder which locates module specifications which are stored in a local module repository on the filesystem, which usesmodule.xmldescriptors.final classA module loader which loads modules which are stored inside themodulesdirectory of a single JAR or JAR-like root.Fields in org.jboss.modules declared as ModuleFinderModifier and TypeFieldDescriptionstatic final ModuleFinder[]ModuleLoader.NO_FINDERSA constant representing zero module finders.Methods in org.jboss.modules that return ModuleFinderModifier and TypeMethodDescriptionprotected final ModuleFinder[]ModuleLoader.getFinders()Get the module finders configured for this module loader.Constructors in org.jboss.modules with parameters of type ModuleFinderModifierConstructorDescriptionDelegatingModuleLoader(ModuleLoader delegate, ModuleFinder finder) Construct a new instance.DelegatingModuleLoader(ModuleLoader delegate, ModuleFinder[] finders) Construct a new instance.ModuleLoader(ModuleFinder finder) Construct a new instance.ModuleLoader(ModuleFinder[] finders) Construct a new instance.
FileSystemClassPathModuleFinderand/orResourceLoaderModuleFindershould be used instead for more complete functionality.