Uses of Interface
org.jboss.modules.IterableResourceLoader
Packages that use IterableResourceLoader
-
Uses of IterableResourceLoader in org.jboss.modules
Classes in org.jboss.modules that implement IterableResourceLoaderModifier and TypeClassDescription(package private) final class(package private) final class(package private) final classFields in org.jboss.modules declared as IterableResourceLoaderModifier and TypeFieldDescriptionprivate final IterableResourceLoaderFilteredIterableResourceLoader.loaderMethods in org.jboss.modules that return IterableResourceLoaderModifier and TypeMethodDescriptionstatic IterableResourceLoaderResourceLoaders.createIterableFileResourceLoader(String name, File root) Create a filesystem-backed iterable resource loader with support for native libraries.static IterableResourceLoaderResourceLoaders.createIterableFilteredResourceLoader(PathFilter pathFilter, IterableResourceLoader originalLoader) Create a filtered view of an iterable resource loader, which allows classes to be included or excluded on a name basis.static IterableResourceLoaderResourceLoaders.createIterableJarResourceLoader(String name, JarFile jarFile) Create a JAR-backed iterable resource loader.static IterableResourceLoaderResourceLoaders.createJarResourceLoader(String name, JarFile jarFile, String relativePath) Create a JAR-backed resource loader.Methods in org.jboss.modules with parameters of type IterableResourceLoaderModifier and TypeMethodDescriptionstatic IterableResourceLoaderResourceLoaders.createIterableFilteredResourceLoader(PathFilter pathFilter, IterableResourceLoader originalLoader) Create a filtered view of an iterable resource loader, which allows classes to be included or excluded on a name basis.Constructors in org.jboss.modules with parameters of type IterableResourceLoaderModifierConstructorDescription(package private)FilteredIterableResourceLoader(PathFilter filter, IterableResourceLoader loader)