public class CompilationResultImpl extends Object implements CompilationResult
| Constructor and Description |
|---|
CompilationResultImpl(CommandStream commandStream) |
| Modifier and Type | Method and Description |
|---|---|
CommandStream |
getCommandStream()
Provides access to the generated
CommandStream for evaluating / replaying the Commands after the compile operation. |
List<CompilerMessage> |
getErrors()
Provides the list of errors recorded during the compilation.
|
List<CompilerMessage> |
getWarnings()
Provides the list of warnings recorded during the compilation.
|
void |
seal() |
public CompilationResultImpl(CommandStream commandStream)
public CommandStream getCommandStream()
CompilationResultCommandStream for evaluating / replaying the Commands after the compile operation.getCommandStream in interface CompilationResultpublic List<CompilerMessage> getWarnings()
CompilationResultgetWarnings in interface CompilationResultpublic List<CompilerMessage> getErrors()
CompilationResultgetErrors in interface CompilationResultpublic void seal()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.