org.jboss.repository.spi
Interface MetaDataLoader


public interface MetaDataLoader

Plugin for loading data into the repository

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

Method Summary
 Iterator getKeys()
           
 MetaData load(Key key)
           
 

Method Detail

getKeys

Iterator getKeys()

load

MetaData load(Key key)
Parameters:
key - the key to load the metadata for


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.