public interface ISimpleResourceProvider
This interface simplifies the loading and retrieval ICEResources. It should be used to retrieve an ICEResource to gather metadata and to direct ICE to load the resource. In general, the ICEResource returned from getResource() should not be loaded by clients but should be used only to gather metadata about the resource. The provider will properly load the resource in a way that is consistent with its inner workings if clients call loadResource().
Modifier and Type | Method and Description |
---|---|
void |
loadResource(ICEResource resource)
This operation directs the simple provider to load the resource in a way that is consistent with its inner workings.
|
void loadResource(ICEResource resource)
This operation directs the simple provider to load the resource in a way that is consistent with its inner workings.
resource
- The ICEResource that should be loaded by the provider.