Interface ModuleXmlParser.ResourceRootFactory

  • Enclosing class:
    ModuleXmlParser

    public static interface ModuleXmlParser.ResourceRootFactory
    A factory for resource roots, based on a root path, loader path, and loader name. Normally it is sufficient to accept the default.
    • Method Detail

      • createResourceLoader

        ResourceLoader createResourceLoader​(java.lang.String rootPath,
                                            java.lang.String loaderPath,
                                            @Deprecated
                                            java.lang.String loaderName)
                                     throws java.io.IOException
        Throws:
        java.io.IOException