Uses of Interface
org.jboss.modules.ModuleFinder
-
Packages that use ModuleFinder Package Description org.jboss.modules The primary JBoss Modules API. -
-
Uses of ModuleFinder in org.jboss.modules
Subinterfaces of ModuleFinder in org.jboss.modules Modifier and Type Interface Description interfaceIterableModuleFinderA module finder which is iterable.Classes in org.jboss.modules that implement ModuleFinder Modifier and Type Class Description classJarModuleFinderA module finder which uses a JAR file as a module repository.classLocalModuleFinderA module finder which locates module specifications which are stored in a local module repository on the filesystem, which usesmodule.xmldescriptors.Fields in org.jboss.modules declared as ModuleFinder Modifier and Type Field Description private ModuleFinder[]ModuleLoader. findersstatic ModuleFinder[]ModuleLoader. NO_FINDERSA constant representing zero module finders.Methods in org.jboss.modules that return ModuleFinder Modifier and Type Method Description protected ModuleFinder[]ModuleLoader. getFinders()Get the module finders configured for this module loader.private static ModuleFinder[]ModuleLoader. safeClone(ModuleFinder[] finders)Methods in org.jboss.modules with parameters of type ModuleFinder Modifier and Type Method Description private static ModuleFinder[]ModuleLoader. safeClone(ModuleFinder[] finders)Constructors in org.jboss.modules with parameters of type ModuleFinder Constructor Description ModuleLoader(boolean canRedefine, boolean skipRegister, ModuleFinder[] finders)ModuleLoader(ModuleFinder[] finders)Construct a new instance.
-