Uses of Class
org.jboss.metadata.spi.scope.Scope

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 ScopeKey.addScope(ScopeLevel level, Object qualifier)
          Add a scope
 Scope ScopeFactory.create(T annotation)
          Create ScopeKey from scope annotation instance
 Scope ScopeKey.getScope(ScopeLevel level)
          Get a scope
 Scope ScopeKey.getScopeLevel(ScopeLevel scopeLevel)
          Get a scope level
 Scope ScopeKey.removeScope(Scope scope)
          Remove a scope
 Scope ScopeKey.removeScopeLevel(ScopeLevel scopeLevel)
          Remove a scope level
 

Methods in org.jboss.metadata.spi.scope that return types with arguments of type Scope
 Collection<Scope> ScopeKey.getScopes()
          Get the scopes
 

Methods in org.jboss.metadata.spi.scope with parameters of type Scope
 Scope ScopeKey.addScope(Scope scope)
          Add a scope
 Scope ScopeKey.removeScope(Scope scope)
          Remove a scope
 

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.
 

Constructor parameters in org.jboss.metadata.spi.scope with type arguments of type Scope
ScopeKey(Collection<Scope> scopes)
          Create a new ScopeKey.
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.