public interface MetaDataRepository
Modifier and Type | Method and Description |
---|---|
Set<ScopeKey> |
getChildren(ScopeKey key)
Get the children of this scope
|
MetaData |
getMetaData(ScopeKey key)
Get the meta data for a scope key
|
MetaDataRetrieval |
getMetaDataRetrieval(ScopeKey key)
Get the meta data retrieval for a scope key
|
Set<ScopeKey> |
matchScopes(MetaDataRepositoryVisitor visitor)
Visit each node
|
MetaData getMetaData(ScopeKey key)
key
- the keyMetaDataRetrieval getMetaDataRetrieval(ScopeKey key)
key
- the keySet<ScopeKey> getChildren(ScopeKey key)
key
- the keySet<ScopeKey> matchScopes(MetaDataRepositoryVisitor visitor)
visitor
- the visitorCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.