Modifier and Type | Method and Description |
---|---|
ScopeKey |
AbstractMetaDataContext.getScope() |
Modifier and Type | Method and Description |
---|---|
ScopeKey |
AbstractMetaDataLoader.getScope() |
Constructor and Description |
---|
AbstractMetaDataLoader(ScopeKey key)
Create a new AbstractMetaDataLoader.
|
AbstractMutableComponentMetaDataLoader(ScopeKey key)
Create a new AbstractComponentMutableMetaDataLoader.
|
AbstractMutableComponentMetaDataLoader(ScopeKey key,
boolean restricted)
Create a new AbstractComponentMetaDataLoader.
|
AbstractMutableMetaDataLoader(ScopeKey key)
Create a new AbstractMutableMetaDataLoader.
|
AbstractMutableMetaDataLoader(ScopeKey key,
boolean restricted)
Create a new AbstractMutableMetaDataLoader.
|
BasicMetaDataLoader(ScopeKey key)
Create a new BasicMetaDataLoader.
|
Constructor and Description |
---|
MemoryMetaDataLoader(ScopeKey scope)
Create a new MemoryMetaDataLoader.
|
MemoryMetaDataLoader(ScopeKey scope,
boolean cachable,
boolean restricted)
Create a new MemoryMetaDataLoader.
|
Modifier and Type | Method and Description |
---|---|
ScopeKey |
ThreadLocalMetaDataLoader.getScope() |
Modifier and Type | Method and Description |
---|---|
MetaData |
AbstractMetaDataRepository.getMetaData(ScopeKey key) |
Modifier and Type | Method and Description |
---|---|
Set<ScopeKey> |
BasicMetaDataRepository.getChildren(ScopeKey key) |
Set<ScopeKey> |
BasicMetaDataRepository.matchScopes(MetaDataRepositoryVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
Set<ScopeKey> |
BasicMetaDataRepository.getChildren(ScopeKey key) |
MetaDataRetrieval |
BasicMetaDataRepository.getMetaDataRetrieval(ScopeKey key) |
MetaDataRetrieval |
BasicMetaDataRepository.removeMetaDataRetrieval(ScopeKey key) |
Modifier and Type | Method and Description |
---|---|
boolean |
ChildrenMetaDataRepositoryVisitor.matchScope(MetaDataRepository repository,
ScopeKey key) |
boolean |
FuzzyMetaDataRepositoryVisitor.matchScope(MetaDataRepository repository,
ScopeKey key) |
Constructor and Description |
---|
ChildrenMetaDataRepositoryVisitor(ScopeKey parent)
Create a new ChildrenMetaDataRepositoryVisitor.
|
FuzzyMetaDataRepositoryVisitor(ScopeKey matchKey)
Create a new FuzzyMetaDataRepositoryVisitor.
|
Modifier and Type | Method and Description |
---|---|
Set<ScopeKey> |
MetaDataRepository.getChildren(ScopeKey key)
Get the children of this scope
|
Set<ScopeKey> |
MetaDataRepository.matchScopes(MetaDataRepositoryVisitor visitor)
Visit each node
|
Modifier and Type | Method and Description |
---|---|
Set<ScopeKey> |
MetaDataRepository.getChildren(ScopeKey key)
Get the children of this scope
|
MetaData |
MetaDataRepository.getMetaData(ScopeKey key)
Get the meta data for a scope key
|
MetaDataRetrieval |
MetaDataRepository.getMetaDataRetrieval(ScopeKey key)
Get the meta data retrieval for a scope key
|
MetaDataRetrieval |
MutableMetaDataRepository.removeMetaDataRetrieval(ScopeKey key)
Remove a meta data retrieval for the given scope
|
Modifier and Type | Method and Description |
---|---|
boolean |
MetaDataRepositoryVisitor.matchScope(MetaDataRepository repository,
ScopeKey key)
Decide whether the scope matches
|
Modifier and Type | Method and Description |
---|---|
ScopeKey |
MetaDataRetrieval.getScope()
Return the scope key
|
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableScopeKey
The UnmodifiableScopeKey represents a path which is made up of the path entries.
|
Modifier and Type | Field and Description |
---|---|
static ScopeKey |
ScopeKey.DEFAULT_SCOPE
The default scope
|
Modifier and Type | Method and Description |
---|---|
ScopeKey |
UnmodifiableScopeKey.clone()
clone will always return a frozen copy of the UnmodifiableScopeKey.
|
ScopeKey |
ScopeKey.clone()
Clone a ScopeKey instance.
|
ScopeKey |
ScopeKeyFactory.create(T annotation)
Create ScopeKey from scope annotation instance
|
ScopeKey |
UnmodifiableScopeKey.getOptimizedKey() |
ScopeKey |
ScopeKey.getOptimizedKey()
The returned ScopeKey is immutable and optimized for use at runtime.
|
ScopeKey |
UnmodifiableScopeKey.getParent()
Get the parent scope key
|
ScopeKey |
ScopeKey.getParent()
Get the parent scope key
|
Modifier and Type | Method and Description |
---|---|
boolean |
UnmodifiableScopeKey.isParent(ScopeKey key)
Is this parent of key parameter.
|
boolean |
ScopeKey.isParent(ScopeKey key)
Is this parent of key parameter.
|
Constructor and Description |
---|
UnmodifiableScopeKey(ScopeKey key) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.