org.openrdf.elmo.codegen
Interface SourceCodeHandler

All Known Implementing Classes:
FileSourceCodeHandler

public interface SourceCodeHandler

Used by CodeGenerator to save the generated source code.

Author:
James Leigh

Method Summary
 void handleSource(String code)
           
 

Method Detail

handleSource

void handleSource(String code)
                  throws Exception
Throws:
Exception


Copyright © 2004-2008 Aduna. All Rights Reserved.