Package | Description |
---|---|
org.jboss.metadata.plugins.loader.reflection | |
org.jboss.metadata.plugins.scope | |
org.jboss.metadata.spi.retrieval | |
org.jboss.metadata.spi.scope |
Modifier and Type | Method and Description |
---|---|
MetaDataRetrieval |
ClassMetaDataRetrievalFactory.getMetaDataRetrieval(Scope scope) |
Modifier and Type | Method and Description |
---|---|
Scope |
ApplicationScopeFactory.create(ApplicationScope annotation) |
Scope |
DeploymentScopeFactory.create(DeploymentScope annotation) |
Scope |
InstanceScopeFactory.create(InstanceScope annotation) |
Modifier and Type | Method and Description |
---|---|
MetaDataRetrieval |
MetaDataRetrievalFactory.getMetaDataRetrieval(Scope scope)
Get a metadata retrieval
|
Modifier and Type | Method and Description |
---|---|
Scope |
UnmodifiableScopeKey.addScope(Scope scope)
Scope cannot be added to an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey).
|
Scope |
ScopeKey.addScope(Scope scope)
Add a scope
|
Scope |
UnmodifiableScopeKey.addScope(ScopeLevel level,
Object qualifier)
Scope cannot be added to an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey).
|
Scope |
ScopeKey.addScope(ScopeLevel level,
Object qualifier)
Add a scope
|
Scope |
ScopeFactory.create(T annotation)
Create ScopeKey from scope annotation instance
|
protected Scope[] |
UnmodifiableScopeKey.getArray() |
protected Scope[] |
ScopeKey.getArray() |
Scope |
UnmodifiableScopeKey.getScope(ScopeLevel level)
Get a scope
|
Scope |
ScopeKey.getScope(ScopeLevel level)
Get a scope
|
Scope |
UnmodifiableScopeKey.getScopeLevel(ScopeLevel scopeLevel)
Get scope for the specified scopeLevel
|
Scope |
ScopeKey.getScopeLevel(ScopeLevel scopeLevel)
Get a scope level
|
Scope |
UnmodifiableScopeKey.removeScope(Scope scope)
Scope cannot be removed from an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey).
|
Scope |
ScopeKey.removeScope(Scope scope)
Remove a scope
|
Scope |
UnmodifiableScopeKey.removeScopeLevel(ScopeLevel scopeLevel)
ScopeLevel cannot be removed from an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey).
|
Scope |
ScopeKey.removeScopeLevel(ScopeLevel scopeLevel)
Remove a scope level
|
Modifier and Type | Method and Description |
---|---|
Collection<Scope> |
UnmodifiableScopeKey.getScopes()
Get the scopes
|
Collection<Scope> |
ScopeKey.getScopes()
Get the scopes
|
protected Collection<Scope> |
UnmodifiableScopeKey.getScopesCollection() |
protected Collection<Scope> |
ScopeKey.getScopesCollection() |
Modifier and Type | Method and Description |
---|---|
Scope |
UnmodifiableScopeKey.addScope(Scope scope)
Scope cannot be added to an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey).
|
Scope |
ScopeKey.addScope(Scope scope)
Add a scope
|
protected static int |
ScopeKey.computeHashCode(Scope[] scopeArray) |
Scope |
UnmodifiableScopeKey.removeScope(Scope scope)
Scope cannot be removed from an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey).
|
Scope |
ScopeKey.removeScope(Scope scope)
Remove a scope
|
Modifier and Type | Method and Description |
---|---|
protected static int |
ScopeKey.computeHashCode(Iterable<Scope> scopeCollection) |
Constructor and Description |
---|
ScopeKey(Scope scope)
Create a new ScopeKey.
|
ScopeKey(Scope[] scopes)
Create a new ScopeKey.
|
UnmodifiableScopeKey(int max,
Scope... scopes)
Create a new ScopeKey.
|
UnmodifiableScopeKey(Scope... scopes)
Create a new ScopeKey.
|
Constructor and Description |
---|
ScopeKey(Collection<Scope> scopes)
Create a new ScopeKey.
|
UnmodifiableScopeKey(Collection<Scope> scopes)
Create a new ScopeKey.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.