public class Linker extends Object
| Constructor and Description |
|---|
Linker() |
Linker(org.apache.maven.plugin.logging.Log log) |
Linker(String name,
org.apache.maven.plugin.logging.Log log)
For use with specific named linker.
|
| Modifier and Type | Method and Description |
|---|---|
LinkerDef |
getLinker(AbstractCompileMojo mojo,
org.apache.tools.ant.Project antProject,
String os,
String prefix,
String type) |
String |
getName() |
String |
getName(NarProperties properties,
String prefix) |
String |
getVersion() |
public Linker()
public Linker(org.apache.maven.plugin.logging.Log log)
public Linker(String name, org.apache.maven.plugin.logging.Log log)
name - public final String getName()
public final String getName(NarProperties properties, String prefix) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionpublic final String getVersion() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionpublic final LinkerDef getLinker(AbstractCompileMojo mojo, org.apache.tools.ant.Project antProject, String os, String prefix, String type) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.