org.jboss.metadata.plugins.repository
Class AbstractMetaDataRepository

java.lang.Object
  extended by org.jboss.metadata.plugins.repository.AbstractMetaDataRepository
All Implemented Interfaces:
MetaDataRepository
Direct Known Subclasses:
BasicMetaDataRepository

public abstract class AbstractMetaDataRepository
extends Object
implements MetaDataRepository

AbstractMetaDataRepository.

Version:
$Revision: 46146 $
Author:
Adrian Brock

Constructor Summary
AbstractMetaDataRepository()
           
 
Method Summary
 MetaData getMetaData(ScopeKey key)
          Get the meta data for a scope key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.metadata.spi.repository.MetaDataRepository
getChildren, getMetaDataRetrieval, matchScopes
 

Constructor Detail

AbstractMetaDataRepository

public AbstractMetaDataRepository()
Method Detail

getMetaData

public MetaData getMetaData(ScopeKey key)
Description copied from interface: MetaDataRepository
Get the meta data for a scope key

Specified by:
getMetaData in interface MetaDataRepository
Parameters:
key - the key
Returns:
the meta data


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