Class Rmic.ImplementationSpecificArgument

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    Rmic

    public class Rmic.ImplementationSpecificArgument
    extends ImplementationSpecificArgument
    Adds an "compiler" attribute to Commandline$Attribute used to filter command line attributes based on the current implementation.
    • Constructor Detail

      • ImplementationSpecificArgument

        public ImplementationSpecificArgument()
    • Method Detail

      • setCompiler

        public void setCompiler​(java.lang.String impl)
        Only pass the specified argument if the chosen compiler implementation matches the value of this attribute. Legal values are the same as those in the above list of valid compilers.)
        Parameters:
        impl - the compiler to be used.