|
JBoss MetaData Repository 2.2.0.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scope | |
---|---|
org.jboss.metadata.plugins.loader.reflection | |
org.jboss.metadata.plugins.scope | |
org.jboss.metadata.spi.retrieval | |
org.jboss.metadata.spi.scope |
Uses of Scope in org.jboss.metadata.plugins.loader.reflection |
---|
Methods in org.jboss.metadata.plugins.loader.reflection with parameters of type Scope | |
---|---|
MetaDataRetrieval |
ClassMetaDataRetrievalFactory.getMetaDataRetrieval(Scope scope)
|
Uses of Scope in org.jboss.metadata.plugins.scope |
---|
Methods in org.jboss.metadata.plugins.scope that return Scope | |
---|---|
Scope |
ApplicationScopeFactory.create(ApplicationScope annotation)
|
Scope |
DeploymentScopeFactory.create(DeploymentScope annotation)
|
Scope |
InstanceScopeFactory.create(InstanceScope annotation)
|
Uses of Scope in org.jboss.metadata.spi.retrieval |
---|
Methods in org.jboss.metadata.spi.retrieval with parameters of type Scope | |
---|---|
MetaDataRetrieval |
MetaDataRetrievalFactory.getMetaDataRetrieval(Scope scope)
Get a metadata retrieval |
Uses of Scope in org.jboss.metadata.spi.scope |
---|
Methods in org.jboss.metadata.spi.scope that return Scope | |
---|---|
Scope |
ScopeKey.addScope(Scope scope)
Add a scope |
Scope |
UnmodifiableScopeKey.addScope(Scope scope)
Scope cannot be added to an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey). |
Scope |
ScopeKey.addScope(ScopeLevel level,
Object qualifier)
Add a scope |
Scope |
UnmodifiableScopeKey.addScope(ScopeLevel level,
Object qualifier)
Scope cannot be added to an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey). |
Scope |
ScopeFactory.create(T annotation)
Create ScopeKey from scope annotation instance |
protected Scope[] |
ScopeKey.getArray()
|
protected Scope[] |
UnmodifiableScopeKey.getArray()
|
Scope |
ScopeKey.getScope(ScopeLevel level)
Get a scope |
Scope |
UnmodifiableScopeKey.getScope(ScopeLevel level)
Get a scope |
Scope |
ScopeKey.getScopeLevel(ScopeLevel scopeLevel)
Get a scope level |
Scope |
UnmodifiableScopeKey.getScopeLevel(ScopeLevel scopeLevel)
Get scope for the specified scopeLevel |
Scope |
ScopeKey.removeScope(Scope scope)
Remove a scope |
Scope |
UnmodifiableScopeKey.removeScope(Scope scope)
Scope cannot be removed from an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey). |
Scope |
ScopeKey.removeScopeLevel(ScopeLevel scopeLevel)
Remove a scope level |
Scope |
UnmodifiableScopeKey.removeScopeLevel(ScopeLevel scopeLevel)
ScopeLevel cannot be removed from an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey). |
Methods in org.jboss.metadata.spi.scope that return types with arguments of type Scope | |
---|---|
Collection<Scope> |
ScopeKey.getScopes()
Get the scopes |
Collection<Scope> |
UnmodifiableScopeKey.getScopes()
Get the scopes |
protected Collection<Scope> |
ScopeKey.getScopesCollection()
|
protected Collection<Scope> |
UnmodifiableScopeKey.getScopesCollection()
|
Methods in org.jboss.metadata.spi.scope with parameters of type Scope | |
---|---|
Scope |
ScopeKey.addScope(Scope scope)
Add a scope |
Scope |
UnmodifiableScopeKey.addScope(Scope scope)
Scope cannot be added to an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey). |
protected static int |
ScopeKey.computeHashCode(Scope[] scopeArray)
|
Scope |
ScopeKey.removeScope(Scope scope)
Remove a scope |
Scope |
UnmodifiableScopeKey.removeScope(Scope scope)
Scope cannot be removed from an UnmodifiableScopeKey (instead construct a new UnmodifiableScopeKey). |
Method parameters in org.jboss.metadata.spi.scope with type arguments of type Scope | |
---|---|
protected static int |
ScopeKey.computeHashCode(Iterable<Scope> scopeCollection)
|
Constructors in org.jboss.metadata.spi.scope with parameters of type Scope | |
---|---|
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 parameters in org.jboss.metadata.spi.scope with type arguments of type Scope | |
---|---|
ScopeKey(Collection<Scope> scopes)
Create a new ScopeKey. |
|
UnmodifiableScopeKey(Collection<Scope> scopes)
Create a new ScopeKey. |
|
JBoss MetaData Repository 2.2.0.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |