Package org.seedstack.maven
Class AbstractExecutableMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.seedstack.maven.AbstractExecutableMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
CheckMojo,ConfigMojo,CryptMojo,DiagMojo,EffectiveConfigMojo,EffectiveTestConfigMojo,RunMojo,ToolMojo,WatchMojo
public abstract class AbstractExecutableMojo extends org.apache.maven.plugin.AbstractMojoProvides a common base for mojos that run SeedStack applications.
-
-
Constructor Summary
Constructors Constructor Description AbstractExecutableMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecute(Runnable runnable, boolean testMode)ContextgetContext()-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-