public class KieAfterDecorator<T extends CompilationResponse,C extends AFCompiler<T>> extends Object implements CompilerDecorator
| Constructor and Description |
|---|
KieAfterDecorator(C compiler) |
| Modifier and Type | Method and Description |
|---|---|
T |
buildDefaultCompilationResponse(Boolean value) |
T |
buildDefaultCompilationResponse(Boolean value,
List output) |
T |
compileSync(CompilationRequest req)
Compile a project starting from the main POM in a sync way
|
public KieAfterDecorator(C compiler)
public T compileSync(CompilationRequest req)
AFCompilercompileSync in interface AFCompilerpublic T buildDefaultCompilationResponse(Boolean value)
buildDefaultCompilationResponse in interface AFCompilerpublic T buildDefaultCompilationResponse(Boolean value, List output)
buildDefaultCompilationResponse in interface AFCompilerCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.