org.freehep.maven.nar
Class Linker

java.lang.Object
  extended by org.freehep.maven.nar.Linker

public class Linker
extends Object

Linker tag

Version:
$Id: Linker.java 13303 2007-09-06 19:01:26Z duns $
Author:
Mark Donszelmann

Constructor Summary
Linker()
           
Linker(String name)
          For use with specific named linker.
 
Method Summary
 net.sf.antcontrib.cpptasks.LinkerDef getLinker(AbstractCompileMojo mojo, org.apache.tools.ant.Project antProject, String os, String prefix, String type)
           
 String getName(Properties defaults, String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Linker

public Linker()

Linker

public Linker(String name)
For use with specific named linker.

Parameters:
name -
Method Detail

getName

public String getName(Properties defaults,
                      String prefix)
               throws org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoFailureException

getLinker

public net.sf.antcontrib.cpptasks.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
Throws:
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException


Copyright © 2000-2007 FreeHEP. All Rights Reserved.