org.caleigo.core.meta
Interface IMetaProducer

All Known Implementing Classes:
JDBCMetaProducer, MetaEntityMetaProducer

public interface IMetaProducer

Version:
1.0
Author:
Mattias Hagstrand

Method Summary
 void produce(IMetaConsumer consumer)
          Start the production of meta data.
 

Method Detail

produce

public void produce(IMetaConsumer consumer)
Start the production of meta data.

Parameters:
consumer - the consumer of the meta data.


Copyright © 2005 Caleigo. All Rights Reserved.