Class AbstractMergeAgentFilesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.graalvm.buildtools.maven.config.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
-
Constructor Summary
Constructors Constructor Description AbstractMergeAgentFilesMojo()
-
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
-
-