| Package | Description |
|---|---|
| org.kie.workbench.common.services.backend.compiler.impl | |
| org.kie.workbench.common.services.backend.compiler.nio.impl.kie |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKieCompilationResponse
Default implementation of a Kie Compilation response,
it contains a boolean flag as a result of the build, an optional String error message,
and a List of String with the maven output
|
| Modifier and Type | Method and Description |
|---|---|
KieCompilationResponse |
KieDefaultMavenCompiler.buildDefaultCompilationResponse(Boolean value) |
KieCompilationResponse |
KieDefaultMavenCompiler.buildDefaultCompilationResponse(Boolean value,
List<String> output) |
protected KieCompilationResponse |
KieDefaultMavenCompiler.buildDefaultCompilationResponse(Boolean value,
String message,
List<String> output) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.