| |
|
| xdoclet.modules.ojb.OjbSubTask
Constructor Summary | |
public | OjbSubTask() Creates a new object. |
Method Summary | |
protected void | engineStarted() | public void | execute() Executes the task. | public boolean | getVerbose() Returns whether we generate verbose output. | public void | setVerbose(boolean beVerbose) Specifies whether we generate verbose output. | public void | startProcess() | public void | validateOptions() Called to validate configuration parameters. |
OjbSubTask | public OjbSubTask()(Code) | | Creates a new object.
|
engineStarted | protected void engineStarted() throws XDocletException(Code) | | Describe what the method does
exception: XDocletException - |
execute | public void execute() throws XDocletException(Code) | | Executes the task.
exception: XDocletException - If an error occurs. |
getVerbose | public boolean getVerbose()(Code) | | Returns whether we generate verbose output.
true if we generate verbose output |
setVerbose | public void setVerbose(boolean beVerbose)(Code) | | Specifies whether we generate verbose output.
Parameters: beVerbose - Whether we generate verbose output |
startProcess | public void startProcess() throws XDocletException(Code) | | |
validateOptions | public void validateOptions() throws XDocletException(Code) | | Called to validate configuration parameters.
exception: XDocletException - Is not thrown |
|
|
|