Interface CompositeResourceFactory

    • Method Detail

      • registerFactory

        void registerFactory​(java.lang.Class<? extends ResourceSpecifier> aResourceSpecifierInterface,
                             ResourceFactory aFactory)
        Registers a ResourceFactory with this composite factory.
        Parameters:
        aResourceSpecifierInterface - the subinterface of ResourceSpecifier that the factory can handle
        aFactory - the factory used to create resources from resource specifiers of the given type