public abstract class ApBasedTask
extends Javac
Constructor and Description |
---|
ApBasedTask() |
Modifier and Type | Method and Description |
---|---|
protected void |
compile() |
protected abstract String |
getCompilationMessage() |
protected abstract String |
getFailedMessage() |
protected abstract Processor |
getProcessor()
Creates a factory that does the actual job.
|
protected abstract void |
setupCommandlineSwitches(Commandline cmd)
Implemented by the derived class to set up command line switches passed to annotation processing.
|
protected abstract void setupCommandlineSwitches(Commandline cmd)
protected abstract Processor getProcessor()
protected void compile()
protected abstract String getCompilationMessage()
protected abstract String getFailedMessage()
Copyright © 2017 JBoss by Red Hat. All rights reserved.