org.jboss.metadata.plugins.repository
Class AbstractMetaDataRepository
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMetaDataRepository
public AbstractMetaDataRepository()
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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.