Class AbstractInhabitantsGeneratorMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Direct Known Subclasses:
    InhabitantsGeneratorMojo, TestInhabitantsGeneratorMojo

    public abstract class AbstractInhabitantsGeneratorMojo
    extends org.apache.maven.plugin.AbstractMojo
    Abstract Mojo for inhabitant generator
    • Field Detail

      • project

        protected org.apache.maven.project.MavenProject project
        The maven project.
    • Constructor Detail

      • AbstractInhabitantsGeneratorMojo

        public AbstractInhabitantsGeneratorMojo()
    • Method Detail

      • getNoSwap

        protected abstract boolean getNoSwap()
      • getOutputDirectory

        protected abstract File getOutputDirectory()
      • isWar

        protected boolean isWar()
      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoFailureException
        This method will compile the inhabitants file based on the classes just compiled
        Throws:
        org.apache.maven.plugin.MojoFailureException