|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJavac
com.sun.tools.ws.ant.AnnotationProcessingTask
public class AnnotationProcessingTask
annotation processing task for use with the JAXWS project.
| Constructor Summary | |
|---|---|
AnnotationProcessingTask()
|
|
| Method Summary | |
|---|---|
protected void |
checkParameters()
|
void |
execute()
Performs a compile using the Javac externally. |
File |
getSourceDestDir()
Get the sourceDestDir attribute (-s javac parameter) The default value is null. |
boolean |
isProcOnly()
Get the compile option for the ap compiler. |
void |
setProcOnly(boolean procOnly)
Set the compile option for the ap compiler. |
void |
setSourceDestDir(File sourceDestDir)
Set the sourceDestDir attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationProcessingTask()
| Method Detail |
|---|
public File getSourceDestDir()
public void setSourceDestDir(File sourceDestDir)
sourceDestDir - directory where to place processor generated source files.public boolean isProcOnly()
public void setProcOnly(boolean procOnly)
procOnly - if true set the compile option.
protected void checkParameters()
throws BuildException
BuildException
public void execute()
throws BuildException
BuildException - if there is a problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||