Class ResourceLoaderFactory
java.lang.Object
org.eclipse.emf.mwe.core.resources.ResourceLoaderFactory
Factory for
ResourceLoaders
.
By default this factory creates instances of
ResourceLoaderDefaultImpl
.
The factory evaluates the org.eclipse.emf.mwe.core.resources.ResourceLoader system property to get the ResourceLoader implementation class name. Set this property to specify an alternative implementation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceLoader
Creates an instance of ResourceLoader.static ResourceLoader
static void
-
Field Details
-
PARAM_RESOURCELOADER_CLASS
- See Also:
-
-
Constructor Details
-
ResourceLoaderFactory
public ResourceLoaderFactory()
-
-
Method Details
-
setCurrentThreadResourceLoader
-
getCurrentThreadResourceLoader
-
createResourceLoader
Creates an instance of ResourceLoader.- Returns:
- The newly created object
- Throws:
RuntimeException
- In any case that an instance could not be created.
-