|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KernelRepository
Method Summary | |
---|---|
MetaData |
addMetaData(Key key,
MetaData data)
|
Iterator |
findKeys(String nameRE,
Map attributes)
Query the repository for keys matching the name regular expression and attribute value regular expressions. |
Map |
getAllMetaData(Key key)
Get the MetaData for the key and all its subkeys |
Iterator |
getKeyNames()
Get the current repository keys |
Object |
getMetaData(Key key)
|
Object |
getMetaData(Key key,
MetaDataCombiner combiner)
|
void |
loadMetaData(MetaDataLoader loader)
|
MetaData |
removeMetaData(Key key)
|
Method Detail |
---|
Object getMetaData(Key key)
Object getMetaData(Key key, MetaDataCombiner combiner)
Map getAllMetaData(Key key)
key
-
MetaData addMetaData(Key key, MetaData data)
key
- data
- MetaData removeMetaData(Key key)
void loadMetaData(MetaDataLoader loader)
loader
- Iterator getKeyNames()
Iterator findKeys(String nameRE, Map attributes)
nameRE
- attributes
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |