Class AbstractLinker

  • All Implemented Interfaces:
    Linker, org.codehaus.plexus.logging.LogEnabled
    Direct Known Subclasses:
    ArchiveLinker, CLinker, TLibLinker

    public abstract class AbstractLinker
    extends org.codehaus.plexus.logging.AbstractLogEnabled
    implements Linker
    • Field Summary

      • Fields inherited from interface org.codehaus.mojo.natives.linker.Linker

        ROLE
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractLinker()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract org.codehaus.plexus.util.cli.Commandline createLinkerCommandLine​(java.util.List objectFiles, LinkerConfiguration config)  
      private boolean isStaled​(LinkerConfiguration config, java.util.List compilerOutputFiles)  
      java.io.File link​(LinkerConfiguration config, java.util.List compilerOutputFiles)  
      • Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled

        enableLogging, getLogger, setupLogger, setupLogger, setupLogger
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait