public interface CompileTool
| Modifier and Type | Method and Description |
|---|---|
ProcessorEnvironment |
getEnvironment() |
Processor |
getProcessor() |
void |
run()
Which one should we use? run() or run(String args[]).
|
boolean |
run(String[] args)
run(String[] args) for now.
|
void |
setDelegate(CompileToolDelegate delegate) |
void run() throws Exception
Exceptionboolean run(String[] args)
void setDelegate(CompileToolDelegate delegate)
Processor getProcessor()
ProcessorEnvironment getEnvironment()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.