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 TypeInterfaceDescriptioninterface
A module finder which is iterable.Classes in org.jboss.modules that implement ModuleFinderModifier and TypeClassDescriptionclass
A module finder which loads modules from individual JARs or directories on the file system, supporting the JAR specification headers as well as the extendedMANIFEST
headers supported by JBoss Modules.final class
Deprecated.final class
final class
A module finder which locates module specifications which are stored in a local module repository on the filesystem, which usesmodule.xml
descriptors.final class
A module loader which loads modules which are stored inside themodules
directory of a single JAR or JAR-like root.Fields in org.jboss.modules declared as ModuleFinderModifier and TypeFieldDescriptionstatic final ModuleFinder[]
ModuleLoader.NO_FINDERS
A 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.
FileSystemClassPathModuleFinder
and/orResourceLoaderModuleFinder
should be used instead for more complete functionality.