public class StringMapResource_impl extends java.lang.Object implements StringMapResource, SharedResourceObject
Constructor and Description |
---|
StringMapResource_impl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get(java.lang.String aKey) |
void |
load(DataResource aData)
Called by the
ResourceManager after this object has been
instantiated. |
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)
Copyright © 2012. All Rights Reserved.