Class AbstractDirectoryGoal

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Direct Known Subclasses:
    DirectoryOfGoal, ExecutionRootGoal, HighestBasedirGoal

    public abstract class AbstractDirectoryGoal
    extends org.apache.maven.plugin.AbstractMojo
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.maven.project.MavenProject currentProject  
      protected java.lang.String property  
      protected boolean quiet  
      protected org.apache.maven.execution.MavenSession session  
      protected boolean systemProperty  
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()
      protected abstract java.io.File findDirectory()  
      protected abstract java.lang.String getContextKey()  
      protected abstract java.lang.String getLogLabel()  
      • Methods inherited from class org.apache.maven.plugin.AbstractMojo

        getLog, getPluginContext, setLog, setPluginContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • property

        protected java.lang.String property
      • currentProject

        protected org.apache.maven.project.MavenProject currentProject
      • session

        protected org.apache.maven.execution.MavenSession session
      • quiet

        protected boolean quiet
      • systemProperty

        protected boolean systemProperty
    • Constructor Detail

      • AbstractDirectoryGoal

        protected AbstractDirectoryGoal()
    • Method Detail

      • execute

        public final void execute()
                           throws org.apache.maven.plugin.MojoExecutionException,
                                  org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
        See Also:
        Mojo.execute()
      • getLogLabel

        protected abstract java.lang.String getLogLabel()
      • findDirectory

        protected abstract java.io.File findDirectory()
                                               throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • getContextKey

        protected abstract java.lang.String getContextKey()