Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for telescopic (0.11 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/intercept/Invocation.java

         * Returns an <b>unwrapped</b> argument at the position {@code pos} or {@code null} if the {@code pos} is greater or equal than {@link #getArgsCount()}.
         * This method is useful for handling optional arguments represented as "telescopic" overloads, like the one of the {@code Runtime.exec}:
         * <pre>
         *     Runtime.exec("/usr/bin/echo")
         *     Runtime.exec("/usr/bin/echo", new String[] {"FOO=BAR"})
         * </pre>
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 08 05:57:27 UTC 2022
    - 2.7K bytes
    - Viewed (0)
Back to top