public static class CompilationReport.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CompilationReport.Builder |
addCause(Throwable cause)
Adds the cause.
|
CompilationReport.Builder |
addDidSucceed(boolean didSucceed)
Adds the did succeed.
|
CompilationReport.Builder |
addMessage(String message)
Adds the message.
|
CompilationReport.Builder |
addOtclDto(OtclDto otclDto)
Adds the otcl dto.
|
CompilationReport.Builder |
addOtclFileName(String otclFileName)
Adds the otcl file name.
|
CompilationReport.Builder |
addOtclNamespace(String otclNamespace)
Adds the otcl namespace.
|
CompilationReport |
build()
Builds the.
|
public CompilationReport.Builder addOtclNamespace(String otclNamespace)
otclNamespace - the otcl namespacepublic CompilationReport.Builder addOtclFileName(String otclFileName)
otclFileName - the otcl file namepublic CompilationReport.Builder addMessage(String message)
message - the messagepublic CompilationReport.Builder addDidSucceed(boolean didSucceed)
didSucceed - the did succeedpublic CompilationReport.Builder addCause(Throwable cause)
cause - the causepublic CompilationReport.Builder addOtclDto(OtclDto otclDto)
otclDto - the otcl dtopublic CompilationReport build()
Copyright © 2021. All rights reserved.