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.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
public final String getVersion() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
public 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.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.