Module org.jboss.modules
Package org.jboss.modules.xml
Interface ModuleXmlParser.ResourceRootFactory
-
- Enclosing class:
- ModuleXmlParser
public static interface ModuleXmlParser.ResourceRootFactoryA factory for resource roots, based on a root path, loader path, and loader name. Normally it is sufficient to accept the default.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceLoadercreateResourceLoader(String rootPath, String loaderPath, String loaderName)static ModuleXmlParser.ResourceRootFactorygetDefault()Get the default resource root factory.
-
-
-
Method Detail
-
createResourceLoader
ResourceLoader createResourceLoader(String rootPath, String loaderPath, @Deprecated String loaderName) throws IOException
- Throws:
IOException
-
getDefault
static ModuleXmlParser.ResourceRootFactory getDefault()
Get the default resource root factory.- Returns:
- the default resource root factory (not
null)
-
-