The jour:generate will create API stub classes.
Mojo Attributes:
compile| Name | Type | Description |
|---|---|---|
| output | File |
The directory containing project classes. |
| signature | File |
The API descriptor XML. |
| Name | Type | Description |
|---|---|---|
| classVersion | String |
Java platform version for created classes. e.g. 1.1, 1.3, 1.4, 1.5 or 1.6 |
| level | String |
Export API level public|[protected]|package|private |
| packages | String |
Export Only selected packages |
| stubException | String |
API stub empty method/constructor body code may just throw Exception class name can be selected. |
| stubExceptionMessage | String |
Exception class constructor String argument |
| useSystemClassPath | boolean |
Appends the system search path to the end of the search path. The system
search path usually includes the platform library, extension libraries,
and the search path specified by the -classpath option or
the CLASSPATH environment variable. |
Java platform version for created classes. e.g. 1.1, 1.3, 1.4, 1.5 or 1.6
java.lang.StringNojava.lang.StringNoprotectedjava.io.FileYes${project.build.outputDirectory}java.lang.StringNojava.io.FileYesjava.lang.StringNojava.lang.StringNo-classpath option or
the CLASSPATH environment variable.
booleanNofalse