org.mesopotamia
Interface SourceLoader

All Superinterfaces:
Loader
All Known Implementing Classes:
ContentLoader

public interface SourceLoader
extends Loader

Loader which works at source level. E.g. lexer.

Author:
Pavel Vlasov

Method Summary
 boolean load(int scanId, int sourceUnitId, Source source, java.lang.Object environment)
          Loads source to repository.
 
Methods inherited from interface org.mesopotamia.Loader
getData
 

Method Detail

load

boolean load(int scanId,
             int sourceUnitId,
             Source source,
             java.lang.Object environment)
Loads source to repository.

Parameters:
factory -
scanId -
sourceUnitId -
source -
environment -
Returns:
true if there were no errors during loading
Throws:
MesopotamiaException


Copyright © 2005 Hammurapi Group. All Rights Reserved.