Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        }
    
        /**
         * Returns the list (possibly empty) of files passed as input to the shell script.
         * May not be actual paths, because they can have variable interpolations.
         */
        public List<String> getInputPaths() {
            return inputPaths;
        }
    
        /**
         * Returns the list (possibly empty) of files created as output of the shell script.
         * May not be actual paths, because they can have variable interpolations.
    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