Package org.jboss.metadata.spi.scope

Examples of org.jboss.metadata.spi.scope.ScopeLevel


/*  73 */     if (scopes.size() != 1) {
/*  74 */       return null;
/*     */     }
/*     */
/*  77 */     Scope scope = (Scope)scopes.iterator().next();
/*  78 */     ScopeLevel scopeLevel = scope.getScopeLevel();
/*  79 */     MetaDataRetrievalFactory factory = getMetaDataRetrievalFactory(scopeLevel);
/*  80 */     if (factory == null) {
/*  81 */       return null;
/*     */     }
/*     */
View Full Code Here

TOP

Related Classes of org.jboss.metadata.spi.scope.ScopeLevel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.