Hi,
Yes, that's what we ended up doing and since you suggested it, we'll just keep 
using that workaround.
Doing that just makes the ResourceManager interface seem moot though - using 
the interface seemed cleaner than extending an _impl class.  The code could 
check if aResourceManager is an instanceof ResourceManager_impl before casting 
and calling getImportCache() - although deprecated, getImportCache() is still 
defined in the ResourceManager interface, so calling 
aResourceManager.getImportCache() should be fine also.
Thanks for the quick follow up.
Best,
Andre

On 2023/11/22 17:08:21 Richard Eckart de Castilho wrote:
> Hi,
>
> could you inherit from ResouceManager_impl?
>
> If not, why not?
>
> What would you suggest to do?
>
> Cheers,
>
> -- Richard
>
> >

Reply via email to