Class StringMapResource_impl
java.lang.Object
org.apache.uima.fit.examples.tutorial.ex6.StringMapResource_impl
- All Implemented Interfaces:
StringMapResource
,SharedResourceObject
public class StringMapResource_impl
extends Object
implements StringMapResource, SharedResourceObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
load
(DataResource aData) Called by theResourceManager
after this object has been instantiated.
-
Constructor Details
-
StringMapResource_impl
public StringMapResource_impl()
-
-
Method Details
-
load
Description copied from interface:SharedResourceObject
Called by theResourceManager
after this object has been instantiated. The implementation of this method should read the data from the specifiedDataResource
and use that data to initialize this object.- Specified by:
load
in interfaceSharedResourceObject
- Parameters:
aData
- aDataResource
that provides access to the data for this resource object.- Throws:
ResourceInitializationException
- if a failure occurs during loading.- See Also:
-
get
- Specified by:
get
in interfaceStringMapResource
- See Also:
-