public abstract class BaseCommand<I,O> extends Object implements Command<I,O>
Modifier and Type | Field and Description |
---|---|
protected org.apache.maven.plugin.logging.Log |
logger
Logger
|
protected AbstractBeanstalkMojo |
parentMojo
Parent Mojo
|
protected com.amazonaws.services.elasticbeanstalk.AWSElasticBeanstalkClient |
service
Service
|
Modifier | Constructor and Description |
---|---|
protected |
BaseCommand(AbstractBeanstalkMojo parentMojo)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
debug(CharSequence message,
Object... args) |
O |
execute(I context) |
protected abstract O |
executeInternal(I context) |
void |
info(CharSequence message,
Object... args) |
boolean |
isDebugEnabled() |
boolean |
isInfoEnabled() |
protected org.apache.maven.plugin.logging.Log logger
protected com.amazonaws.services.elasticbeanstalk.AWSElasticBeanstalkClient service
protected AbstractBeanstalkMojo parentMojo
protected BaseCommand(AbstractBeanstalkMojo parentMojo) throws org.apache.maven.plugin.MojoExecutionException
parentMojo
- parent mojoorg.apache.maven.plugin.MojoExecutionException
public boolean isDebugEnabled()
public void debug(CharSequence message, Object... args)
public boolean isInfoEnabled()
public void info(CharSequence message, Object... args)
public final O execute(I context) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
Copyright © 2011–2019 ingenieux. All rights reserved.