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)
    • Field Detail

      • discardFiles

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

        private static final java.lang.String[] objFiles
    • Constructor Detail

      • VisualAgeLinker

        private VisualAgeLinker​(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
      • 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