Class AbstractUpdateMojo

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

    public abstract class AbstractUpdateMojo
    extends org.apache.maven.plugin.AbstractMojo
    • Constructor Detail

      • AbstractUpdateMojo

        public AbstractUpdateMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • getFileToBeUpdated

        protected abstract File getFileToBeUpdated()