public abstract class ProjectSubCommand extends Object implements PluginBasedSubCommand
Constructor and Description |
---|
ProjectSubCommand() |
Modifier and Type | Method and Description |
---|---|
abstract ExitCode |
run(CommandRunnerParams params,
CommandThreadManager threadManager,
ProjectGeneratorParameters projectGeneratorParameters,
List<String> projectCommandArguments) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOptionValue, getShortDescription
public abstract ExitCode run(CommandRunnerParams params, CommandThreadManager threadManager, ProjectGeneratorParameters projectGeneratorParameters, List<String> projectCommandArguments) throws Exception
Exception