Class AbstractGenerateClientCodeMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
CommonConfiguration, GenerateClientCodeConfiguration, GenerateCodeCommonConfiguration, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
GenerateClientCodeMojo

public abstract class AbstractGenerateClientCodeMojo extends AbstractGenerateCodeCommonMojo implements GenerateClientCodeConfiguration
This class is the super class of all Mojos that generates the client code, that is the GenerateClientCodeMojo mojo. It contains all parameters that are common to these goals. The parameters common to all goal are inherited from the AbstractGenerateCodeCommonMojo class.
This avoids to redeclare each common parameter in each Mojo, including its comment. When a comment is updated, only one update is necessary, instead of updating it in each Mojo.
Author:
etienne-sf