public abstract class AbstractBaseAppCfgMojo extends AbstractBaseMojo implements LogHandler
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBaseAppCfgMojo()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
addLogMessages()
Prints additional messages for the specific command during execution.
|
protected abstract List<String> |
collectActionParams()
Build a list with special parameters for the action.
|
void |
execute() |
protected abstract String |
getActionName()
Return the name of the action for the AppCfg command.
|
addProxyParameter, getApplicationDirectory, getSdkFile, getServerFromSettingsgetLog, getPluginContext, setLog, setPluginContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLogpublic final void execute()
throws org.apache.maven.plugin.MojoExecutionException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionException@Nonnull protected abstract String getActionName()
protected abstract void addLogMessages()
AbstractMojo.getLog()Copyright © 2013 None. All Rights Reserved.