org.mesopotamia
Interface Loader

All Known Subinterfaces:
SourceLoader, SourceUnitLoader
All Known Implementing Classes:
ContentLoader

public interface Loader

Author:
Base interface for loaders

Method Summary
 java.lang.Object getData(int sourceUnitId, java.lang.Integer scanId)
           
 

Method Detail

getData

java.lang.Object getData(int sourceUnitId,
                         java.lang.Integer scanId)
                         throws MesopotamiaException
Parameters:
loadLevelId - Load level primary key
Returns:
Loader data converted to appropriate Java representation. E.g. array of tokens for token loader.
Throws:
MesopotamiaException


Copyright © 2005 Hammurapi Group. All Rights Reserved.