eu.lindenbaum.maven.erlang
Interface CompilerResult


public interface CompilerResult

Interface representing the result returned by the BeamCompilerScript.

Author:
Tobias Schlager

Method Summary
 String getFailed()
          Returns the failed compilation unit.
 void logOutput(org.apache.maven.plugin.logging.Log log)
          Log the compiler output (e.g. warnings/errors) using the provided logger.
 

Method Detail

getFailed

String getFailed()
Returns the failed compilation unit.

Returns:
A string containing the failed compilation unit or null if compilation succeeded.

logOutput

void logOutput(org.apache.maven.plugin.logging.Log log)
Log the compiler output (e.g. warnings/errors) using the provided logger.

Parameters:
log - used to print the output


Copyright © 2011 Lindenbaum GmbH. All Rights Reserved.