public class LazyResourceAdapter extends HashStructureAdapter
LazyClassAdapter,
MetaResource_hash| Constructor and Description |
|---|
LazyResourceAdapter(HashStructure hashStructure) |
| Modifier and Type | Method and Description |
|---|---|
static LazyResourceAdapter |
getInstance(HashStructure hash)
Creates an instance of the resource adapter for the specified hash structure.
|
MetaResource |
getMetaResource(java.lang.String keyName)
Gets the
MetaResource for the specified key. |
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEqualspublic LazyResourceAdapter(HashStructure hashStructure)
public static LazyResourceAdapter getInstance(HashStructure hash)
hash - hash structure to adapt.public MetaResource getMetaResource(java.lang.String keyName)
MetaResource for the specified key.keyName - the key to look up for the meta resource. Must not be
null.