Class AbstractMergeAgentFilesMojo

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

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

      Fields 
      Modifier and Type Field Description
      protected org.codehaus.plexus.logging.Logger logger  
      protected java.io.File mergerExecutable  
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void tryInstallMergeExecutable​(java.nio.file.Path nativeImageExecutablePath)  
      • 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
      • Methods inherited from interface org.apache.maven.plugin.Mojo

        execute
    • Field Detail

      • logger

        @Component
        protected org.codehaus.plexus.logging.Logger logger
      • mergerExecutable

        protected java.io.File mergerExecutable
    • Constructor Detail

      • AbstractMergeAgentFilesMojo

        public AbstractMergeAgentFilesMojo()
    • Method Detail

      • tryInstallMergeExecutable

        protected void tryInstallMergeExecutable​(java.nio.file.Path nativeImageExecutablePath)