|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.instance.builder.KeyStore
Constructor Summary | |
KeyStore()
|
Method Summary | |
void |
addKeys(IRef aRef,
java.util.Collection aKeys)
Adds a collection of keys to an index. |
boolean |
contains(IRef aRef,
IKey aKey)
Checks if a key is contained in the key store. |
java.util.Map |
getAmbiguousKeySets()
Gets the map of ambiguous key sets contained in this key store. |
java.util.Map |
getKeySets()
Gets the map of key sets contained in this key store. |
boolean |
isAmbiguous(IRef aRef,
IKey aKey)
Checks if a key is ambiguous in the key store. |
void |
merge(IKeyStore anElementKeys)
Merge keys from a child into this key store. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KeyStore()
Method Detail |
public java.util.Map getKeySets()
IKeyStore
getKeySets
in interface IKeyStore
public java.util.Map getAmbiguousKeySets()
IKeyStore
getAmbiguousKeySets
in interface IKeyStore
public void merge(IKeyStore anElementKeys)
IKeyStore
merge
in interface IKeyStore
anElementKeys
- (required).public void addKeys(IRef aRef, java.util.Collection aKeys)
IKeyStore
addKeys
in interface IKeyStore
aRef
- (required). An index reference.aKeys
- (required).public boolean contains(IRef aRef, IKey aKey)
IKeyStore
contains
in interface IKeyStore
aRef
- (required). An index referenced.aKey
- (required).
true
iff the key is contained in the key store
(and not ambiguous).public boolean isAmbiguous(IRef aRef, IKey aKey)
IKeyStore
isAmbiguous
in interface IKeyStore
aRef
- (required). An index referenced.aKey
- (required).
true
iff the key is ambiguous, i.e. was added
several times to the store.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |