public abstract class CompileToolDelegate extends Object
| Constructor and Description |
|---|
CompileToolDelegate()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
createConfiguration()
Assuming the jaxrpc implementation of createConfiguration()
will not overwrite if the delegates does return a non-null
Configuration object.
|
void |
postRegisterProcessorActions()
Called right after CompileTool.registerProcessorActions.
|
void |
postRun() |
void |
preOnError() |
void |
setCompileTool(CompileTool wscompile)
Subclass of the CompileToolDelegate is responsible to set
its association to a CompileTool implementation that will
callback for any customized implementation.
|
public CompileToolDelegate()
public Configuration createConfiguration()
public void preOnError()
public void postRegisterProcessorActions()
public void postRun()
public void setCompileTool(CompileTool wscompile)
The association between the CompileToolDelegate and CompileTool is bi-directional to ensure that the delegate could also access environment known to CompileTool.
CompileToolCopyright © 2017–2019 Eclipse Foundation. All rights reserved.