Class ForteCCLinker

  • All Implemented Interfaces:
    java.lang.Cloneable, Linker, Processor

    public final class ForteCCLinker
    extends AbstractLdLinker
    Adapter for Sun (r) Forte(tm) C++ Linker
    • Field Detail

      • discardFiles

        private static final java.lang.String[] discardFiles
      • objFiles

        private static final java.lang.String[] objFiles
      • libDirs

        private java.io.File[] libDirs
    • Constructor Detail

      • ForteCCLinker

        private ForteCCLinker​(java.lang.String command,
                              java.lang.String[] extensions,
                              java.lang.String[] ignoredExtensions,
                              java.lang.String outputPrefix,
                              java.lang.String outputSuffix)
    • Method Detail

      • getLinker

        public Linker getLinker​(LinkType type)
        Description copied from interface: Linker
        Gets the linker for the specified link type.
        Returns:
        appropriate linker or null, will return this if this linker can handle the specified link type