org.apache.maven.plugin.nar
Class Linker
java.lang.Object
org.apache.maven.plugin.nar.Linker
public class Linker
- extends java.lang.Object
Linker tag
- Author:
- Mark Donszelmann
|
Constructor Summary |
Linker()
|
Linker(java.lang.String name)
For use with specific named linker. |
|
Method Summary |
net.sf.antcontrib.cpptasks.LinkerDef |
getLinker(AbstractCompileMojo mojo,
org.apache.tools.ant.Project antProject,
java.lang.String os,
java.lang.String prefix,
java.lang.String type)
|
java.lang.String |
getName()
|
java.lang.String |
getName(NarProperties properties,
java.lang.String prefix)
|
java.lang.String |
getVersion()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Linker
public Linker()
Linker
public Linker(java.lang.String name)
- For use with specific named linker.
- Parameters:
name -
getName
public final java.lang.String getName()
getName
public final java.lang.String getName(NarProperties properties,
java.lang.String prefix)
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
getVersion
public final java.lang.String getVersion()
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
getLinker
public final net.sf.antcontrib.cpptasks.LinkerDef getLinker(AbstractCompileMojo mojo,
org.apache.tools.ant.Project antProject,
java.lang.String os,
java.lang.String prefix,
java.lang.String type)
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.