|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.toolforge.karma.core.cmd.DefaultCommand
nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand
nl.toolforge.karma.core.cmd.impl.DocModule
Generates Javadoc API documentation for the given module.
| Field Summary | |
protected CommandResponse |
response
|
| Fields inherited from class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand |
module |
| Constructor Summary | |
DocModule(CommandDescriptor descriptor)
|
|
| Method Summary | |
void |
execute()
Executes the command. |
CommandResponse |
getCommandResponse()
Return the specific CommandResponse object that this command uses. |
protected java.io.File |
getSourceDirectory()
|
| Methods inherited from class nl.toolforge.karma.core.cmd.impl.AbstractBuildCommand |
cleanUp, executeDelete, executeDelete, executeMkdir, getAntProject, getBuildEnvironment, getCompileDirectory, getCurrentManifest, getCurrentModule, getProjectInstance |
| Methods inherited from class nl.toolforge.karma.core.cmd.DefaultCommand |
deregisterCommandResponseListener, getAlias, getCommandLine, getContext, getDescription, getFrontendMessages, getHelp, getName, getResponseListener, getWorkingContext, registerCommandResponseListener, setCommandLine, setContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected CommandResponse response
| Constructor Detail |
public DocModule(CommandDescriptor descriptor)
| Method Detail |
public void execute()
throws CommandException
Command
execute in interface Commandexecute in class AbstractBuildCommandCommandException - When the module doesn't have a src/java or when no source files are
available.public CommandResponse getCommandResponse()
CommandCommandResponse object that this command uses.
protected java.io.File getSourceDirectory()
throws ManifestException
ManifestException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||