|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.tutorial.ex6.StringMapResource_impl
public class StringMapResource_impl
Constructor Summary | |
---|---|
StringMapResource_impl()
|
Method Summary | |
---|---|
java.lang.String |
get(java.lang.String aKey)
|
void |
load(DataResource aData)
Called by the ResourceManager after this object has been
instantiated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringMapResource_impl()
Method Detail |
---|
public void load(DataResource aData) throws ResourceInitializationException
SharedResourceObject
ResourceManager
after this object has been
instantiated. The implementation of this method should read the data from the specified
DataResource
and use that data to initialize this object.
load
in interface SharedResourceObject
aData
- a DataResource
that provides access to the data for this resource
object.
ResourceInitializationException
- if a failure occurs during loading.SharedResourceObject.load(DataResource)
public java.lang.String get(java.lang.String aKey)
get
in interface StringMapResource
StringMapResource.get(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |