org.apache.tools.ant.taskdefs.optional
public class StyleBook extends Java
Being extended from <Java>, all the parent's attributes and options are available. Do not set any apart from the classpath as they are not guaranteed to be there in future.
UNKNOWN: stop extending from Java.
| Field Summary | |
|---|---|
| protected File | m_book |
| protected String | m_loaderConfig |
| protected File | m_skinDirectory |
| protected File | m_targetDirectory |
| Constructor Summary | |
|---|---|
| StyleBook() | |
| Method Summary | |
|---|---|
| void | execute()
call the program |
| void | setBook(File book)
The book xml file that the documentation generation starts from;
required. |
| void | setLoaderConfig(String loaderConfig)
A loader configuration to send to stylebook; optional. |
| void | setSkinDirectory(File skinDirectory)
the directory that contains the stylebook skin;
required. |
| void | setTargetDirectory(File targetDirectory)
the destination directory where the documentation is generated;
required. |