|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompilerResult
Interface representing the result returned by the BeamCompilerScript
.
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 |
---|
List<File> getFailed()
List
of failed compilation units.
List
containing the failed compilation units.List<File> getCompiled()
List
of compiled compilation units.
List
containing the successfully compiled compilation
units.List<String> getErrors()
List
of compile error outputs.
List
containing the compile errors of the compilation
process.List<String> getWarnings()
List
of compile warning outputs.
List
containing the compile warnings of the compilation
process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |