Class VisualAgeLinker

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

    public final class VisualAgeLinker
    extends AbstractLdLinker
    Adapter for IBM(r) Visual Age(tm) Linker for AIX(tm)
    Author:
    Curt Arnold
    • 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
      • getIdentifier

        public java.lang.String getIdentifier()
        Gets identifier for the compiler. Initial attempt at extracting version information would lock up. Using a stock response.
        Specified by:
        getIdentifier in interface Processor
        Overrides:
        getIdentifier in class CommandLineLinker