|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJavac
com.sun.tools.ws.ant.Ap
public class Ap
annotation processing task for use with the JAXWS project.
| Constructor Summary | |
|---|---|
Ap()
|
|
| Method Summary | |
|---|---|
protected void |
checkParameters()
|
void |
execute()
Performs a compile using the Javac externally. |
String |
getCompiler()
Get the compiler class name. |
String |
getProcessor()
Get the processor attribute. |
File |
getS()
Get the s attribute. |
boolean |
isProcOnly()
Get the compile option for the ap compiler. |
void |
setProcOnly(boolean procOnly)
Set the compile option for the ap compiler. |
void |
setS(File s)
Set the s attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ap()
| Method Detail |
|---|
public File getS()
public void setS(File s)
s - directory where to place processor generated source files.public String getCompiler()
public boolean isProcOnly()
public void setProcOnly(boolean procOnly)
procOnly - if true set the compile option.public String getProcessor()
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 | |||||||||