eu.lindenbaum.maven.erlang
Interface CompilerResult


public interface CompilerResult

Interface representing the result returned by the BeamCompilerScript.

Author:
Tobias Schlager

Method Summary
 List<File> getCompiled()
          Returns a List of compiled compilation units.
 List<String> getErrors()
          Returns a List of compile error outputs.
 List<File> getFailed()
          Returns a List of failed compilation units.
 List<String> getWarnings()
          Returns a List of compile warning outputs.
 

Method Detail

getFailed

List<File> getFailed()
Returns a List of failed compilation units.

Returns:
A List containing the failed compilation units.

getCompiled

List<File> getCompiled()
Returns a List of compiled compilation units.

Returns:
A List containing the successfully compiled compilation units.

getErrors

List<String> getErrors()
Returns a List of compile error outputs.

Returns:
A List containing the compile errors of the compilation process.

getWarnings

List<String> getWarnings()
Returns a List of compile warning outputs.

Returns:
A List containing the compile warnings of the compilation process.


Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.