Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getShellScript (0.1 sec)

  1. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/xcodeproj/PBXShellScriptBuildPhase.java

            this.shellPath = shellPath;
        }
    
        /**
         * Gets the contents of the shell script to execute under the shell
         * returned by {@link #getShellPath()}.
         */
        @Nullable
        public String getShellScript() {
            return shellScript;
        }
    
        /**
         * Sets the contents of the script to execute.
         */
        public void setShellScript(String shellScript) {
            this.shellScript = shellScript;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.8K bytes
    - Viewed (0)
Back to top