public class StringMapResource_impl extends Object implements StringMapResource, SharedResourceObject
| Constructor and Description |
|---|
StringMapResource_impl() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String aKey) |
void |
load(DataResource aData)
Called by the
ResourceManager after this object has been
instantiated. |
public void load(DataResource aData) throws ResourceInitializationException
SharedResourceObjectResourceManager 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 SharedResourceObjectaData - a DataResource that provides access to the data for this resource
object.ResourceInitializationException - if a failure occurs during loading.SharedResourceObject.load(DataResource)public String get(String aKey)
get in interface StringMapResourceStringMapResource.get(String)Copyright © 2015. All rights reserved.